@charset "utf-8";
/* CSS Document */
body{
	min-width:950px;
	margin:auto 0;
	padding:0;
	text-align:center;
	font-size:12px;
}
input{
	font-size:12px;
}
a{
	color:#084596;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.hltit{
	border:1px solid #F6F9FB;
	border-width:1px 0 0 1px;
	padding:4px;
}
.tit{
	color:#232323;
	font-weight:bold;
}
.nav{
	border-bottom:1px solid #95AAB9;
	font-size:14px;
	padding:3px;
}
.nav strong{
	font-weight:normal;
}
/* header B */
#header{
	display:inline-block;
	overflow:hidden;
	width:950px;
	text-align:left;
}
#h-top{
	background-color:#EEF3F8;
	border-bottom:1px solid #95AAB9;
}
#h-top strong{
	font-weight:normal;
}
#site-intro a{
	display:inline-block;
	overflow:hidden;
	padding:5px;

}
#site-intro a.st{
	color:#fff;
	background-color:#209ad1;
}
#h-middle{
	height:80px;
}
#h-bottom{
}
#h-menu{
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	line-height:14px;
}
#h-menu a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 0;
	width:100%;
}
#h-menu a:hover{
	color:#ffffaa;
	background-color:#ee0000;
}
#h-menu a.st{
	color:#0076AA;
	background-color:#fff;
	border-right:1px solid #005B83;
}
#h-menu a.st:hover{
	color:#0076AA;
	background-color:#fff;
}
#h-menu .spacer{
	font-size:1px;
	width:1px;
	background-color:#A5D1EE;
}

/* header E */

.content{
	display:inline-block;
	overflow:hidden;
	width:950px;
	text-align:left;
	margin-top:10px;
}
.c-nav{
	margin-top:6px;
}
.c-left,.c-center,.c-right{
	display:inline-block;
	overflow:hidden;
	float:left;
}
.c-left{
	width:260px;
	margin-right:10px;
}
.c-center{
	width:370px;
	margin-right:10px;
}
.c-right{
	width:300px;
}

/**/

#footer{
	display:inline-block;
	overflow:hidden;
	width:950px;
	margin:10px 0 5px 0;
	line-height:150%;
}
#footer strong{
	font-weight:normal;
}


