@charset "UTF-8";

/* layout
========================================*/
body, html {
	height:100%;
}
#container {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	font-size:14px;
}
#main {
	padding-bottom:40px;
}
#leftColumn {
	float:left;
	width:700px;
}
#rightColumn {
	float:right;
	width:250px;
}
#rightColumn .banners {
	margin-bottom: 20px;
}
#rightColumn .banners li {
	margin-bottom: 10px;
}
#rightColumn .banners li a {
	display: block;
}
#rightColumn .banners li.night {
	font-size: 10px;
	text-align: right;
}
#rightColumn .banners li.night a {
	margin-bottom: 2px;
	outline: 2px solid #000;
	outline-offset: -2px;
}

a {
	color:#c00;
}
a:hover {
	text-decoration:underline;
}


/* header
------------------------------*/
header {
	position:relative;
	z-index:2;
	height:100px;
	border-bottom:1px solid #eee;
	box-shadow:0 0 2px 0 rgba(0,0,0,0.3);
}
header .site-title {
	margin:0 auto;
	width:1000px;
}


/* nav
------------------------------*/
nav {
	position:relative;
	z-index:1;
}
nav ul {
	margin:0 auto;
	width:1000px;
	font-size:14px;
}
nav ul li {
	float:left;
	font-size:13px;
}
nav ul li.current {
	width:130px;
	padding: 10px 0 20px 10px;
	background-color:#c00;
	color:#fff;
}
nav ul li a {
	display:block;
	padding: 10px 0 20px 10px;
	width:140px;
	color:#c00;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav ul li span.en {
	display: block;
	margin-top: 5px;
	color: #999;
	font-size: 80%;
	font-weight: bold;
}
nav ul li.current span.en {
	color: #fcc;
}
nav ul li a:hover {
	padding-top: 7px;
	background-color:#f6f6f6;
	border-top: 3px solid #c00;
	text-decoration:none;
}


/* footer
------------------------------*/
footer {
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:#c00;
}
footer p.credit {
	color:#fff;
	font-size:90%;
	text-align:center;
	line-height:40px;
}




/*
------------------------------*/