div#inner_restaurant { }

div#restaurant_mamenoya,
div#restaurant_niwa {
	width: 100%;
	height: 360px; }

div#restaurant_mamenoya {
	background: url("../images/restaurant_mamenoya_bg.jpg") no-repeat; }
div#restaurant_niwa {
	background: url("../images/restaurant_niwa_bg.jpg") no-repeat; }

div#restaurant_mamenoya_inner {
	padding-left: 260px; }

div#restaurant_niwa_inner {
	width: 540px; }

h3 {
	margin-bottom: 4px;
	padding: 5px;
	background: #012;
	font-size: 1.2em;
	line-height: 100%;
	font-weight: normal;
	color: #fff;
}


