@charset "UTF-8";
/* CSS Document */

#wrap{
	width:970px;
	margin:0 auto;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	color:#5a5a5a;

}

/* menu */
#menu{
	width:879px;
	height:125px;
	margin:0 0 30px 60px;
	padding:0;
}

#menu ul {
	margin: 0px;
	padding:0px;
}

#menu li, li a {
	width:293px;
	height:125px;
	display:block;
	float:left;
	text-indent:-100em;
	text-decoration:none;
	overflow:hidden;
	display:inline;
	list-style-type:none;
}

/* menu off */
#menu li.menu01 a {
	width:293px;
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu li.menu02 a {
	width:293px;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu li.menu03 a {
	width:293px;
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* menu hover */
#menu li.menu01 a:hover {
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: 0px -250px;
}

#menu li.menu02 a:hover {
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -375px;
}

#menu li.menu03 a:hover {
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -375px;
}

/* menu next */
#menu li.menu02_next {
	width:293px;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -125px;
}

#menu li.menu03_next {
	width:293px;
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -125px;
}

/* menu nexton */
#menu li.menu02_next a:hover {
	width:293px;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -250px;
}

#menu li.menu03_next a:hover {
	width:293px;
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -250px;
}

/* menu on */
#menu li.menu01_on {
	width:293px;
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: 0px -250px;
}

#menu li.menu02_on {
	width:293px;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -375px;
}

#menu li.menu03_on {
	width:293px;
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -375px;
}

.height_clear{
	clear:both;
	font-size:1px;
	line-height:0.1em;
	height:0px;
	visibility:hidden;
	margin:0;
	padding:0;
}
