@charset "UTF-8";
#header {
	width: 900px;
	height: 42px;
	background-image: url(./img/header_logo.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#header_menu {

}
#header_menu ul {
	height: 42px;
/*	width: 513px; */
	width: 458px;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
#header_menu li {
	background-image: url(./img/header_menu.gif);
	background-repeat: no-repeat;
	float: left;
	height: 42px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#header_menu li a {
	background-image: url(./img/header_menu.gif);
	background-repeat: no-repeat;
	height: 0px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 42px 0px 0px;
}
#header_menu li a:hover {
	background-image: url(./img/header_menu_over.gif);
	background-repeat: no-repeat;
	height: 0px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 42px 0px 0px;
}
#header .menu01 {
	width: 108px;
}

#header .menu02 {
	width: 54px;
	background-position: -108px 0px;
}
#header .menu03 {
	width: 143px;
	background-position: -162px 0px;
}
#header .menu04 {
	width: 68px;
	background-position: -305px 0px;
}
#header .menu05 {
	width: 85px;
	background-position: -373px 0px;
}
#header .menu06 {
	width: 55px;
	background-position: -458px 0px;
}

#header .menu01 a {
	width: 108px;
}

#header .menu02 a {
	width: 54px;
	background-position: -108px 0px;
}
#header .menu03 a {
	width: 143px;
	background-position: -162px 0px;
}
#header .menu04 a {
	width: 68px;
	background-position: -305px 0px;
}
#header .menu05 a {
	width: 85px;
	background-position: -373px 0px;
}
#header .menu06 a {
	width: 55px;
	background-position: -458px 0px;
}

#header .menu01 a:hover {
	width: 108px;
}

#header .menu02 a:hover {
	width: 54px;
	background-position: -108px 0px;
}
#header .menu03 a:hover {
	width: 143px;
	background-position: -162px 0px;
}
#header .menu04 a:hover {
	width: 68px;
	background-position: -305px 0px;
}
#header .menu05 a:hover {
	width: 85px;
	background-position: -373px 0px;
}
#header .menu06 a:hover {
	width: 55px;
	background-position: -458px 0px;
}

#main_menu{
	text-align: center;
	width: 900px;
	background-image: url(./img/bg_wrap.gif);
	padding-bottom: 55px;
}
#main_menu ul {
	height: 144px;
	width: 888px;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
#main_menu li {
	float: left;
	height: 144px;
	width: 296px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#main_menu li a {
	height: 0px;
	width: 296px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 144px 0px 0px;
}
#main_menu li a:hover {
	height: 0px;
	width: 296px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 144px 0px 0px;
}

#main_menu .menu01 {
	background-image: url(./img/main_menu_1.jpg);
	background-repeat: no-repeat;
}
#main_menu .menu02 {
	background-image: url(./img/main_menu_2.jpg);
	background-repeat: no-repeat;
}
#main_menu .menu03 {
	background-image: url(./img/main_menu_3.jpg);
	background-repeat: no-repeat;
}
#main_menu .menu01 a {
	background-image: url(./img/main_menu_1.jpg);
	background-repeat: no-repeat;
}
#main_menu .menu02 a {
	background-image: url(./img/main_menu_2.jpg);
	background-repeat: no-repeat;
}
#main_menu .menu03 a {
	background-image: url(./img/main_menu_3.jpg);
	background-repeat: no-repeat;
}
#main_menu .menu01 a:hover {
	background-image: url(./img/main_menu_1_over.jpg);
	background-repeat: no-repeat;
}
#main_menu .menu02 a:hover {
	background-image: url(./img/main_menu_2_over.jpg);
	background-repeat: no-repeat;
}
#main_menu .menu03 a:hover {
	background-image: url(./img/main_menu_3_over.jpg);
	background-repeat: no-repeat;
}

.cClear{
	clear: both;
}
