/* CSS Document */

/*header
------------------------*/
#bg_header {
	background: #323232 url(../images/header/bg_header_bottom.gif) repeat-x center bottom;
	height: 119px;
	border-bottom: 1px solid #969696;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}
.header_l {
	float: left;
	width: 780px;
}
#seo_text {
	font-size:0.9em;
	line-height:10px;
	font-weight:normal;
	height:10px;
	padding:3px 10px;
	color:#FFFFFF;
}
.logo {
	height: 50px;
	width: 325px;
	float: left;
	margin-top: 10px;
}
.logo a {
	background: url(../images/header/rogo_img.gif) no-repeat;
	height: 50px;
	width: 325px;
	text-indent: -9999px;
	display: block;
}

.btn_inquiry {
	float: right;
	width: 166px;
	height: 28px;
	margin-right: 10px;
}
.btn_inquiry a {
	background: url(../images/header/btn_inquiry.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 166px;
}
.btn_inquiry a:hover {
	background: url(../images/header/btn_inquiry.gif) no-repeat 0px -28px;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 166px;
}

/*main_menu
------------------------*/

#main_menu {
	float: right;
	height: 91px;
	width: 460px;
	list-style: url(none);
}
#main_menu ul {
	margin: 0px;
	padding: 0px; 
	list-style: none;
}
#main_menu li {
	float: left;
}
#menu01 a {
	background: url(../images/header/main_menu.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 84px;
}
#menu02 a {
	background: url(../images/header/main_menu.gif) no-repeat -84px 0px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 103px;
}
#menu03 a {
	background: url(../images/header/main_menu.gif) no-repeat -187px 0px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 95px;
}
#menu04 a {
	background: url(../images/header/main_menu.gif) no-repeat -282px 0px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 92px;
}
#menu05 a {
	background: url(../images/header/main_menu.gif) no-repeat -374px 0px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 86px;
}
#menu01 a:hover {
	background: url(../images/header/main_menu.gif) no-repeat 0px -91px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 84px;
}
#menu02 a:hover {
	background: url(../images/header/main_menu.gif) no-repeat -84px -91px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 103px;
}
#menu03 a:hover {
	background: url(../images/header/main_menu.gif) no-repeat -187px -91px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 95px;
}
#menu04 a:hover {
	background: url(../images/header/main_menu.gif) no-repeat -282px -91px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 92px;
}
#menu05 a:hover {
	background: url(../images/header/main_menu.gif) no-repeat -374px -91px;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 86px;
}
