/* 遊園地 */
li.m_play00 {
	display: block;
	background-image: url(../img_menu/m_play00.png);
	width: 200px;
	height: 55px;
	background-repeat: no-repeat;
}


/* メリーゴーランド */
li.m_merry {
	display: block;
	background-image: url(../img_menu/m_play_merry.png);
	width: 200px;
	height: 55px;
	background-repeat: no-repeat;
}

/* ゴーカート */
li.m_go-cart {
	display: block;
	background-image: url(../img_menu/m_play_go-cart.png);
	width: 200px;
	height: 55px;
	background-repeat: no-repeat;
}

/* 中世の世界 */
li.m_tyuusei {
	display: block;
	background-image: url(../img_menu/m_play_tyuusei.png);
	width: 200px;
	height: 55px;
	background-repeat: no-repeat;
}
