@charset "utf-8";
/* CSS Document */
#obentou_menu
{
	width:680px;
	height:auto;
	float:right;
	margin-left:9px;
	margin-right:9px;
	display:inline;
	margin-bottom:20px;
}
.menu_title
{
	/* ▼CSS3 */
	border-top-left-radius: 20px;  /* 左上 */
	border-top-right-radius: 20px; /* 右上 */
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 20px;  /* 左上 */
	-webkit-border-top-right-radius: 20px; /* 右上 */
	/* ▼Firefox */
	-moz-border-radius-topleft: 20px;  /* 左上 */
	-moz-border-radius-topright: 20px; /* 右上 */
	background-color:#F90;
	width:670px;	
	text-align:center;
	height:40px;
}
.menu_title h3
{
	font-size:24px;
	margin-top:0;
	margin-bottom:0px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:5px;
}
.menu_bottom
{
	width:670px;
	height:auto;
}
.menu_bottom ol
{
	height:auto;
	text-align:center;
	width:658px;
	border:#F60 thin solid;
	padding:10px 0 0 10px;
	margin:-1px 0 15px 0;
	/* ▼CSS3 */
	border-bottom-left-radius: 20px;  /* 左下 */
	border-bottom-right-radius: 20px; /* 右下 */
	/* ▼Safari,Chrome */
	-webkit-border-bottom-left-radius: 20px;  /* 左下 */
	-webkit-border-bottom-right-radius: 20px; /* 右下 */
	/* ▼Firefox */
	-moz-border-radius-bottomleft: 20px;  /* 左下 */
	-moz-border-radius-bottomright: 20px; /* 右下 */
	list-style-position:inside;
	line-height:30px;
}
.menu_bottom li
{
	margin-bottom:20px;
}
h4
{
	font-weight:bold;
	font-size:18px;
	color:#F60;
	display:inline;
	line-height:30px;
}
h5
{
	color:#F00;
}
.check
{
	text-align:center;
	border:#F00 dashed thin;
	padding-top:10px;
	padding-bottom:10px;
}
.check table
{
	margin-bottom:0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}