#MainNavi li {
	width:230px;
}

#MainNavi li a {
	display:block;
	text-indent:-9999px;
	/* IE7 */
	*margin-bottom:-1px;
}

/* 通常時のスタイル */
#m01 a {
	height:45px;
	background:url(../img/main_menu_BG.png) no-repeat 0 0;
}

#m02 a {
	height:45px;
	background:url(../img/main_menu_BG.png) no-repeat 0 -45px;
}

#m03 a {
	height:45px;
	background:url(../img/main_menu_BG.png) no-repeat 0 -90px;
}

#m04 a {
	height:47px;
	background:url(../img/main_menu_BG.png) no-repeat 0 -135px;
}

/* オンライン時のスタイル */
#m01 a:hover {
	background:url(../img/main_menu_BG.png) no-repeat -230px 0;
}

#m02 a:hover {
	background:url(../img/main_menu_BG.png) no-repeat -230px -45px;
}

#m03 a:hover {
	background:url(../img/main_menu_BG.png) no-repeat -230px -90px;
}

#m04 a:hover {
	background:url(../img/main_menu_BG.png) no-repeat -230px -135px;
}

/* ページ選択時のスタイル */
#m01Now a {
	height:45px;
	background:url(../img/main_menu_BG.png) no-repeat -460px 0;
}

#m02Now a {
	height:45px;
	background:url(../img/main_menu_BG.png) no-repeat -460px -45px;
}

#m03Now a {
	height:45px;
	background:url(../img/main_menu_BG.png) no-repeat -460px -90px;
}

#m04Now a {
	height:47px;
	background:url(../img/main_menu_BG.png) no-repeat -460px -135px;
}
