/* CSS Document */

/*menu*/
.menu {
	width:900px;
	margin:0;
	padding:0;
	list-style-type:none;
}

.menu li {
	float:left;
	width:180px;
	height:56px;
}

.menu01 a {
	background:url(../images/menu/menu_img01.jpg) 0 0 no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}

.menu02 a {
	background:url(../images/menu/menu_img02.jpg) 0 0 no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}

.menu03 a {
	background:url(../images/menu/menu_img03.jpg) 0 0 no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}

.menu04 a {
	background:url(../images/menu/menu_img04.jpg) 0 0 no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}

.menu05 a {
	background:url(../images/menu/menu_img05.jpg) 0 0 no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}


.menu01 a:hover {
	background:url(../images/menu/menu_img01.jpg) 0 -56px no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}

.menu02 a:hover {
	background:url(../images/menu/menu_img02.jpg) 0 -56px no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}

.menu03 a:hover {
	background:url(../images/menu/menu_img03.jpg) 0 -56px no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}

.menu04 a:hover {
	background:url(../images/menu/menu_img04.jpg) 0 -56px no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}

.menu05 a:hover {
	background:url(../images/menu/menu_img05.jpg) 0 -56px no-repeat;
	width:180px;
	height:56px;
	text-indent:-9999px;
	display:block;
}