/* *****************************************************************************
	ご宴会プラン CSS
***************************************************************************** */
@import url("../../css/base.css");
@import url("../_restaurant_contents.css");

/* 画像 */

div.image {
	width:220px;
	float:left;
	font-size:10px;
	_font-size:9px;
	color: #999;
	text-align:center;
}

div.image img {
	margin:0 0 5px;
	padding:1px;
	border:1px solid #600;
}

/* テキスト */

div.margin {
	margin-bottom:20px;
}

div.text {
	width:240px;
	height:180px;
	float: right;
}

div.text h4 {
	padding-left:5px;
	border-bottom:1px solid #000;
	background:#ddd;
	text-align:left;
}

#Main div.text p {
	margin-top: 5px;
	margin-bottom: 0;
}


#Main div.text .Price {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

#Main div.text .Remark {
	margin-top:10px;
	font-size:10px;
	_font-size:9px;
	line-height:14px;
}
/