@charset "utf-8";
/* CSS Document */

#MainNavi {
	width:800px;
	margin:auto;
}

#MainNavi ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
}

#MainNavi li {
	margin:0;
	padding:0;
	float:left;
}
#MainNavi li a {
	height:50px;
	display:block;
	background-image:url(../img/menu_BG.gif);
	text-indent:-9999px;
}

/* 通常時 */
#menu01 a {
	width:114px;
	background-position:0 0;
}

#menu02 a {
	width:114px;
	background-position:-114px 0;
}

#menu03 a {
	width:114px;
	background-position:-228px 0;
}

#menu04 a {
	width:114px;
	background-position:-342px 0;
}

#menu05 a {
	width:114px;
	background-position:-456px 0;
}

#menu06 a {
	width:114px;
	background-position:-570px 0;
}

#menu07 a {
	width:116px;
	background-position:-684px 0;
}

/* オンマウス時 */
#menu01 a:hover {
	width:114px;
	background-position:0 -50px;
}

#menu02 a:hover {
	width:114px;
	background-position:-114px -50px;
}

#menu03 a:hover {
	width:114px;
	background-position:-228px -50px;
}

#menu04 a:hover {
	width:114px;
	background-position:-342px -50px;
}

#menu05 a:hover {
	width:114px;
	background-position:-456px -50px;
}

#menu06 a:hover {
	width:114px;
	background-position:-570px -50px;
}

#menu07 a:hover {
	width:116px;
	background-position:-684px -50px;
}

/* 選択時 */
#menu01Now a {
	width:114px;
	background-position:0 -100px;
}

#menu02Now a {
	width:114px;
	background-position:-114px -100px;
}

#menu03Now a {
	width:114px;
	background-position:-228px -100px;
}

#menu04Now a {
	width:114px;
	background-position:-342px -100px;
}

#menu05Now a {
	width:114px;
	background-position:-456px -100px;
}

#menu06Now a {
	width:114px;
	background-position:-570px -100px;
}

#menu07Now a {
	width:116px;
	background-position:-684px -100px;
}

