@charset "utf-8";
#header {
	width:1000px;
	margin:0 auto;
	margin-bottom:6px;
	padding-top:60px;
	position:relative;
	border-bottom:3px solid #ccc;
}
#logo {
	position:absolute;
	top:20px;
	left:0;
}
#banner {
	position:absolute;
	top:5px;
	right:0;
}
#nav_main {
	background:#2389c7 url(../images/nav_main_01.gif) no-repeat;
	height:38px;
}
#nav_main li {
	float:left;
}
#nav_main li a {
	display:block;
	width:98px;
	height:38px;
	text-indent:-9999px;
}
#nav_main li #a:hover {
	background:url(../images/nav_main_02.gif) no-repeat;
}
#nav_main li #b:hover {
	background:url(../images/nav_main_02.gif) no-repeat -98px 0;
}
#nav_main li #c:hover {
	background:url(../images/nav_main_02.gif) no-repeat -196px 0;
}
#nav_main li #d:hover {
	background:url(../images/nav_main_02.gif) no-repeat -294px 0;
}
#nav_main li #e:hover {
	background:url(../images/nav_main_02.gif) no-repeat -392px 0;
}
#nav_main li #f:hover {
	background:url(../images/nav_main_02.gif) no-repeat -490px 0;
}
#nav_main li #g:hover {
	background:url(../images/nav_main_02.gif) no-repeat -588px 0;
}
#nav_main li #h:hover {
	background:url(../images/nav_main_02.gif) no-repeat -686px 0;
}
#content {
	width:1000px;
	margin:0 auto;
	padding-bottom:6px;
}
#left_con {
	width:254px;
	float:left;
}
#nav_sub dt {
	background:#dff4f9 url(../images/arrow_01.gif) no-repeat 20px 11px;
	height:30px;
	line-height:30px;
	display:block;
	padding-left:30px;
}
#nav_sub dd {
	background:#f6f6f6 url(../images/arrow_02.gif) no-repeat 40px 12px;
	border-bottom:1px solid #dfdfdf;
	position:relative;
}
#nav_sub dd a {
	height:30px;
	line-height:30px;
	display:block;
	padding-left:50px;
	color:#000066;
}
#nav_sub dd a:hover {
	background:#000;
	color:#fc0;
}
#nav_sub .dt a{
	padding-left:30px;
}
#nav_sub .dt a:hover{
	background:none;
}
#nav_sub .dt ul a{
	background:none;
	padding:0 10px;
}
#nav_sub dd ul {
	display:none;
	position:absolute;
	bottom:8px;
	left:30px;
	background:#f6f6f6;
	border:1px solid #ccc;
	width:248px;
}
#nav_sub dd ul a {
	color:#000066;
	line-height:30px;
	height:30px;
	display:block;
}
#nav_sub dd ul a:hover {
	background:#000;
	color:#fc0;
}
#nav_sub dd:hover ul, #nav_sub dd.over ul {
	display:block;
}
#nav_sub .dt {
	background:#dff4f9 url(../images/arrow_01.gif) no-repeat 20px 11px;
	height:30px;
	line-height:30px;
	display:block;
}

#center_con {
	width:520px;
	float:left;
	margin:0 6px;
}
#news {
	height:200px;
}
.con_list {
	padding:50px 0 0 190px;
	position:relative;
	height:50px;
}
.con_list img {
	position:absolute;
	top:40px;
	left:40px;
	padding:0;
}
.con_list li {
	float:left;
	padding:5px 0 8px 46px;
	width:60px;
	display:block;
}
.con_list li a:hover {
	color:#f90;
}
#right_con {
	width:214px;
	float:left;
}
#login {
	height:180px;
	background:url(../images/login.gif) no-repeat;
	padding:10px;
}
#login h2 {
	font-size:12px;
}
#login label {
	display:block;
}
#login p {
	padding:3px 0;
}
.list dt {
	background:url(../images/arrow_01.gif) no-repeat 0 15px;
	padding:10px;
}
.list dd {
	background:url(../images/arrow_03.gif) no-repeat 10px 8px;
	padding-left:20px;
	height:23px;
	line-height:23px;
}
.list dd a:hover {
	color:#f90;
}
#footer {
	width:1000px;
	margin:0 auto;
	border-top:3px solid #ccc;
}
#footer p {
	text-align:center;
	padding-top:10px;
}
