@import url("../../css/base.css");
@import url("../_restaurant_contents.css");

/*---右側ページ---*/
.image {
	padding:1px;
	border:1px #999 solid;
}

p.caption {
	margin:0;
	text-align:center;
	font-size:10px;
	_font-size:9px;
	color:#555;
	width:480px;
}

h4 {
	padding:10px 0;
}

h5 {
	margin:0 0 10px;
	padding:0 0 0 10px;
	width:470px;
	height:25px;
	line-height:25px;
	font-size:15px;
	text-align:center;
	background-color:#006551;
	color:#FFF;
}

h6 {
	margin:5px 0;
	font-size:18px;
	color:#006551;
	letter-spacing:1px;
	text-align:center;
}

.price {
	width:490px;
	margin-bottom:15px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.price td,
.price th {
	padding:3px;
	letter-spacing:1px;
}

.price th {
	font-size:16px;
	font-weight:bold;
	background:#f5f5f5;
	line-height:24px;
}

.price th.border {
	border-top:1px dashed #999;
}

.price td {
	line-height:18px;
}

span {
	padding:3px;
	border:1px solid #c00;
	color:#c00;
}

table td,table th {
	text-align:left;
}

th.right_align {
	text-align:right;
	padding-right:5px;
}


span.box {
	padding:5px;
	color:#000;
	border:1px solid #000;
}

#left_box {
	float:left;
	width:490px;
}


#funk {
	padding:3px;
	font-size:14px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background:#f5f5f5;
	text-align:center;
}

