
#header {
	position: relative;
	height: 545px;
	width: 100%;
	border-top: 5px solid #1E1E27;
	background-image: url(../img/top/header_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

.top_harea {
	position: absolute;
	z-index: 10;
	height: 545px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#inheader {
	position: relative;
	height: 545px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#inheader h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 476px;
	width: 160px;
	background-image: url(../img/top/h1_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#inheader h1 a {
	height: 476px;
	width: 160px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.h_navi {
	position: absolute;
	top: 490px;
	left: 0px;
	height: 50px;
	width: 980px;	
}

.h_navi li {
	float: left;
	height: 50px;
	display: inline;
}

.h_navi li a {
	height: 50px;
	width: 160px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.h_navi01 {
	margin-left: 4px;
	background-image: url(../img/top/h_navi01.jpg);
	background-repeat: no-repeat;
}

.h_navi01 a:hover {
	background-image: url(../img/top/h_navi01_r.jpg);
	background-repeat: no-repeat;
}

.h_navi02 {
	background-image: url(../img/top/h_navi02.jpg);
	background-repeat: no-repeat;
}

.h_navi02 a:hover {
	background-image: url(../img/top/h_navi02_r.jpg);
	background-repeat: no-repeat;
}

.h_navi03 {
	margin-left: 4px;
	background-image: url(../img/top/h_navi03.jpg);
	background-repeat: no-repeat;
}

.h_navi03 a:hover {
	background-image: url(../img/top/h_navi03_r.jpg);
	background-repeat: no-repeat;
}

.h_navi04 {
	margin-left: 4px;
	background-image: url(../img/top/h_navi04.jpg);
	background-repeat: no-repeat;
}

.h_navi04 a:hover {
	background-image: url(../img/top/h_navi04_r.jpg);
	background-repeat: no-repeat;
}

.h_navi05 {
	margin-left: 4px;
	background-image: url(../img/top/h_navi05.jpg);
	background-repeat: no-repeat;
}

.h_navi05 a:hover {
	background-image: url(../img/top/h_navi05_r.jpg);
	background-repeat: no-repeat;
}

.h_navi06 {
	margin-left: 4px;
	background-image: url(../img/top/h_navi06.jpg);
	background-repeat: no-repeat;
}

.h_navi06 a:hover {
	background-image: url(../img/top/h_navi06_r.jpg);
	background-repeat: no-repeat;
}

.news_box {
	height: auto;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 55px;
	font-size: 15px;
}

.news_box h2 {
	height: 38px;
	width: 710px;
	margin-top: 8px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/top/news_tit.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.news_box dl {
	clear: both;
	height: 26px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	border-bottom: 1px dashed #999;
	text-align: left;
}

.news_box dl dt {
	float: left;
	height: 26px;
	width: 25%;
	padding-left: 20px;
	color: #333;
}

.news_box dl dd {
	height: 26px;
	padding-left: 160px;
}

.news_box dl dd a {
	color: #666;
}

.news_box dl dd a:hover {
	color: #FF9900;
}

.top_bnr_box {
	height: 150px;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
}

.top_bnr_box a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}


