@charset "utf-8";
/* CSS Document */

#Menu {
	background-image:url(../img/menu_frame.gif);
	height:72px;
	clear:both;
}

#Menu ul {
	margin:0;
	padding:0;
	padding-top:11px;
	list-style:none;
}

#Menu li {
	float:left;
}

#Menu li a {
	display:block;
	height:50px;
	background-image:url(../img/menu.gif);
	text-indent:-9999px;
}

/* 通常のスタイル */
#Menu01 a {
	width:132px;
	background-position:0 0;
}

#Menu02 a {
	width:132px;
	background-position:-132px 0;
}

#Menu03 a {
	width:132px;
	background-position:-264px 0;
}

#Menu04 a {
	width:132px;
	background-position:-396px 0;
}

#Menu05 a {
	width:132px;
	background-position:-528px 0;
}

#Menu06 a {
	width:132px;
	background-position:-660px 0;
}

#Menu07 a {
	width:108px;
	background-position:-792px 0;
}

/* オンマウスのスタイル */

#Menu01 a:hover {
	background-position:0 -50px;
}

#Menu02 a:hover {
	background-position:-132px -50px;
}

#Menu03 a:hover {
	background-position:-264px -50px;
}

#Menu04 a:hover {
	background-position:-396px -50px;
}

#Menu05 a:hover {
	background-position:-528px -50px;
}

#Menu06 a:hover {
	background-position:-660px -50px;
}

#Menu07 a:hover {
	background-position:-792px -50px;
}

/* ページ選択時 */
#Menu01Now a {
	width:132px;
	background-position:0 -100px;
}

#Menu02Now a {
	width:132px;
	background-position:-132px -100px;
}

#Menu03Now a {
	width:132px;
	background-position:-264px -100px;
}

#Menu04Now a {
	width:132px;
	background-position:-396px -100px;
}

#Menu05Now a {
	width:132px;
	background-position:-528px -100px;
}

#Menu06Now a {
	width:132px;
	background-position:-660px -100px;
}

#Menu07Now a {
	width:108px;
	background-position:-792px -100px;
}
