@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :menu.css
 style info :menu_xxx.html—p
 

=================================================================== */


/* shopinfo */
div#wrapper #contents #lead {
	border-top:solid 1px #a69e90;
	border-bottom:solid 1px #a69e90;
	padding:0px 0;
	margin: 10px 0 30px 0;
}
div#wrapper #contents h3 {
	margin-top:30px;
}

div#wrapper #contents #lunch-weekday {
	background:#000;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
div#wrapper #contents #lunch-weekend {
	background:#aa7c54;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}


div#wrapper #contents .lunch-left {
	float:left;
	width:300px;
}
div#wrapper #contents .lunch-right {
	float:right;
	width:300px;
}



