/**********************************************
	メインメニュー
**********************************************/
#mainMenu {
	width:200px;
	height:340px;
	background:url("../layout/mainmenu.png") no-repeat;
}

#mainMenu ul {
	padding:30px 0 10px 0;
}

#mainMenu ul li a {
	display:block;
	overflow:hidden;
	width:200px;
	height:30px;
	text-indent:-9999em;
}

#menu01 a:active,#menu01 a:focus,#menu01 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -30px;
}

#menu02 a:active,#menu02 a:focus,#menu02 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -60px;
}

#menu03 a:active,#menu03 a:focus,#menu03 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -90px;
}

#menu04 a:active,#menu04 a:focus,#menu04 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -120px;
}

#menu05 a:active,#menu05 a:focus,#menu05 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -150px;
}

#menu06 a:active,#menu06 a:focus,#menu06 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -180px;
}

#menu07 a:active,#menu07 a:focus,#menu07 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -210px;
}

#menu08 a:active,#menu08 a:focus,#menu08 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -240px;
}

#menu09 a:active,#menu09 a:focus,#menu09 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -270px;
}

#menu10 a:active,#menu10 a:focus,#menu10 a:hover {
	background:url("../layout/mainmenu.png") no-repeat -200px -300px;
}
