@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :menu.css
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#men #gnav li.gnav_men a {
	background-position: bottom;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#men #contents {
	width: 700px;
	padding: 100px 0 80px;
}

#men #contents h2 {
	text-align: center;
	padding: 10px 0;
}

#men #contents .att {
	text-align: center;
	font-size: 120%;
}

#men #contents .box_menu_l {
	clear: both;
	overflow: hidden;
}

#men #contents .box_menu_l p {
	float: left;
}

#men #contents .box_menu_l dl {
	float: left;
	padding: 40px 0 0 10px;
	width: 470px;
}

#men #contents .box_menu_l dl dt {
	background: url(../menu/images/dot_line.gif) 0 bottom repeat-x;
	padding: 0 0 10px;
	color: #666666;
	font-size: large;
}

#men #contents .box_menu_l dl dd {
	padding-top: 10px;
}

.con_menulist {
	margin: 50px auto 0;
	width: 600px;
}

.con_menulist h3 {
	text-align: center;
	font-size: large;
	margin-bottom: 20px;
}

.con_menulist .box_menulist dl {
	width: 290px;
}

.con_menulist .box_menulist dl dt {
	border-top: 2px double #cc6633;
	border-bottom: 2px double #cc6633;
	text-align: center;
	color: #666;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 0;
	font-size: 120%;
}

.con_menulist .box_menulist dl dd {
	letter-spacing: 0;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	background: white url(../menu/images/line_menulist.gif) center center repeat-x;
}

.con_menulist .box_menulist dl dd .name {
	float: left;
	background-color: #fff;
}

.con_menulist .box_menulist dl dd .price {
	float: right;
	background-color: #fff;
}

.con_menulist .box_menulist dl .limit {
	background: none;
	margin-bottom: 70px;
}

.con_menulist .box_menulist dl .menu_dit {
	font-size: x-small;
	background: none;
	margin-bottom: 10px;
}

.con_menulist .box_menulist .box_l {
	float: left;
}

.con_menulist .box_menulist .box_r {
	float: right;
}
