/* --------------------L01-MENU-------------------- */
	
#contents_l h2 {
	text-align:center;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-right:20px;
}
#contents_l table {
	margin-top: 0px;
	margin-right:25px;
	position:top center;
}
/* --------------------ORDER-MENU-------------------- */
	
#order_menu ul {
	float:right;
	width:164px;
}
#order_menu li, #order_menu a {
	display:block;
	width:164px;
	height:38px;
	text-indent:-999em;
	text-decoration:none;
}
#order_menu li a {
	background:url(images/order.jpg) no-repeat;
}
#order_menu li.m01 a {
	background-position:-0px -0px;
}
#order_menu li.m01 a:hover, #order_menu li.m01 a.on {
	background-position:-0px -38px;
}