@charset "UTF-8";
body,html{
	font-size: 13px;
	color: #3c3c3c;
}
a{
	text-decoration: none;
}
.inner{
	width: 960px;
	margin: 0 auto;
}
#header a img:hover{
	opacity: 0.8;
}
#nav a img:hover{
	opacity: 0.8;
}
#content a img:hover{
	opacity: 0.8;
}
#cv a img:hover{
	opacity: 0.8;
}
/*=========================
	header
========================*/
header{
	width: 100%;
	background: #023d8e;
}
#hdIn{
	width: 960px;
	height: 91px;
	margin: 0 auto;
}
#hdIn h1{
	float: left;
}
#hdIn div.right{
	margin-top: 15px;
}
#hdIn ul.gnav {
	float: right;
}
#hdIn ul.gnav li{
	float: left;
	font-size: 0.923em;
	margin: 12px 0 0px 12px;
}
#hdIn ul.gnav a{
	color: #fff;
}
#hdIn ul.font{
	float: right;
	margin-right: 5px;
}
#hdIn ul.font li{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	margin-left: 5px;
	border-radius: 5px;
	font-size: 1.076923em;
	cursor: pointer;
}
.now{
	background: #1a2776 !important;
	color: #fff;
}
#hdIn ul.tab{
	float: right;
}
#hdIn ul.tab li{
	float: left;
	margin-left: 10px;
}
/*=========================
	nav
========================*/
#nav{
	background: url(../images/bg_nav.jpg) repeat-x;
	height: 55px;
}
#nav .inner ul li{
	float: left;
}
/*=========================
	content > event
========================*/
#content{
	width: 960px;
	margin: 0 auto;
}
/*=========================
	main > news
========================*/
#main{
	width: 650px;
	float: right;
}
/*=========================
	side
========================*/
#side{
	float: left;
	width: 280px;
}
#side ul li{
	margin-bottom: 9px;
}

/*=========================
	footer
========================*/
footer{
	padding: 35px 0 58px 0;
	background: url(../images/bg_mv.jpg) repeat;
	width: 100%;
}
footer a{
	color: #3c3c3c;
}
footer dl{
	float: left;
}
footer dl:not(:first-child){
	margin-left: 105px;
}
footer dt{
	font-weight: bold;
	font-size: 1.076923em;
	color: #023d8e;
	margin-bottom: 12px;
}
footer dd{
	margin-left: 12px;
	margin-bottom: 12px;
}
#copy{
	background: #023d8e;
	width: 100%;
	color: #fff;
	height: 45px;
	line-height: 45px;
	clear:both;
}
#copy p{
	float: left;
}
#copy ul{
	float: right;
}
#copy ul li{
	float: left;
}
#copy ul li:not(:first-child){
	margin-left: 13px;
}
#copy a{
	color: #fff;
}
.top{
	text-align: right;
	margin-bottom: 14px;
	clear: both;
}






