html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}


section, header, footer, nav, div, span, ul, li, a {
    box-sizing: border-box;
}


header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #f2f2f2;
}


header nav {
}


header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


header ul li {
    display: inline-block;
    padding: 0 20px;
}


header ul a {
    font-weight: 700;
    text-decoration: none;
    color: #4d4d4d;
    height: 50px;
    display: block;
    position: relative;
}


header ul a span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}


section {position: relative;top: 0;

    float: left;
    display: block;
    height: 100%;
    padding: 0 0 0;
    margin: 0;
}


.horizon-prev, .horizon-next {
    position: fixed;
    top: 50%;
    margin-top: -24px;
    z-index: 9999; filter:alpha(opacity=20); -moz-opacity: 0.2; opacity: 0.2;
}


.horizon-prev {
    left: 0px;
}


.horizon-next {
    right: 0px;
}
.footer{align: center    ;bottom: 0px;
    z-index: 9999;}
img {border-style:none;}
.kuroobi {top: 0px;left: 0px;height: 24px;position: fixed;background: #000000;width:100%;}
.maintable {top:24px;}
.leftcalm {width: 224px;}
.rightcalm {width: 732px;}
.area {
		background: #ffffff;
		border: 2px solid #fff;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		color: #000000;
		margin-bottom: 5px;}
a {text-decoration: none;}
a:link {color:#cccccc;}
a:visited{color:#cccccc;} 
a:hover{color:#cccccc;} 
a:active{color:#cccccc;}
table {color:#000000;}