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

#SubMain img {
	margin:0 0 10px 0;
}

#Main {
	padding:20px 20px 30px;
	width:496px;
	background-color:#f6f3e5;
}

h3 {
	margin:0 auto 20px;
	width:492px;
	height:83px;
	background: url("title.jpg") no-repeat;
	text-indent:-9000px;
}

div#header-text {
	margin:0 0 20px;
	width:496px;
}

div#header-text div#text {
	width:230px;
	height:86px;
	float:left;
	background: url("text.gif") no-repeat;
	text-indent:-9000px;
}

div#header-text div#image {
	width:250px;
	float:right;
	font-size:10px;
	_font-size:9px;
	color:#999;
	text-align:center;
}

div#header-text div#image img {
	margin:0 0 5px;
}

h4 {
	margin:0 0 10px;
	width:496px;
	height:50px;
	text-indent:-9000px;
}

div#plan h4 {
	background: url("header1.jpg") no-repeat;
}

div#option h4 {
	background: url("header2.jpg") no-repeat;
}

div#special h4 {
	background: url("header3.jpg") no-repeat;
}

div#plan ol {
	margin:0 auto;
	padding:0;
	width:476px;
	list-style:none;
}

div#plan ol li {
	margin:0 0 10px;
	padding:0;
	width:476px;
	height:66px;
}

#Main div#plan p {
	margin:0 15px 30px;
}

div#option table {
	margin:0 auto 30px;
	width:476px;
	border-spacing:1px;
}

div#option table th,
div#option table td {
	padding:10px;
}

div#option table th {
	width:40%;
	background-color:#f5dfd8;
	text-align:left;
	white-space:nowrap;
}

div#option table th span {
	font-weight:normal;
}

div#option table td {
	background-color:#fff;
	letter-spacing:1px;
}

div#option table td b span {
	font-size:16px;
}

div#special {
	margin:0 0 40px;
}

#Main div#special p {
	margin:0 10px 30px;
}

div#caution {
	margin:0 0 30px;
	padding:10px;
	border:1px #e0c776 solid;
	background-color:#faf7ef;
}

#Main div#caution p {
	margin:0;
}

div#contact {
	margin:0 auto;
	width:299px;
	height:63px;
	background: url("contact.jpg") no-repeat;
	text-indent:-9000px;
}

