@charset "UTF-8";


/* == メインコンテンツ ========================================================== */
#main-contents {
	padding: 0 25px 0 35px;
}


/* -- メインボックス（左） ---------------------------------------------- */
#mainbox {
	width: 480px;
	float: left;
}


/* -- サブボックス（右） ---------------------------------------------- */
#subbox {
	font-size: 1em;
	width: 204px;
	float: right;
}
#subbox table {
	border-collapse: collapse;
	border-spacing: 0;
}
#subbox th,
#subbox td {
	text-align: left;
	vertical-align: top;
}
#subbox sup {
	font-size: 0.7em;
	vertical-align: top;
}
#subbox p {
	margin: 0;
}

/* -- プラン共通 -- */
.planbox {
	padding: 0 13px 0 8px;
}
.planbox h3 {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin: 0 8px 3px 0;
	padding: 0.1em 0.5em 0.1em 0.3em;
}
.planbox a {
	color: #666;
}
.planbox a:hover {
	color: #F00;
	text-decoration: underline;
}
.planbox img {
	margin-right: 5px;
}

/* -- 宿泊プラン -- */
#stayplan {
	margin-bottom:10px;
}
#stayplan h2 {
	margin:0 0 10px 0;
	padding:0;
}
#stayplan h3 {
	margin:0;
	padding:0;
}
#stayplan ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#stayplan li {
	clear: both;
	margin:0 8px 0.8em 0;
	padding:5px 0 0;
	border-top: 1px dashed #BE321E;
}
#stayplan li img {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#stayplan li a {
	color:#666;
	text-decoration:none;
}
#stayplan li a:hover {
	text-decoration:underline;
	color:#BE321E;
}
#stayplan p {
	clear:both;
	text-align:right;
	margin:0 8px 0 0;
	padding:0;
	border-top: 1px solid #BE321E;
}
#stayplan p a {
	color:#BE321E;
}
#stayplan p a:hover {
	color:#990000;
	text-decoration:underline;
}


/* -- 婚礼プラン -- */
#weddingplan {}
#weddingplan td {
	/* 春バージョン
	background: url(/img/weddingplan_bg_haru.gif) repeat-y left top;
	*/
	/* 冬バージョン */
	background: url(/img/weddingplan_bg_fuyu.gif) repeat-y left top;
}
#weddingplan h3 {
	background: #F66;
}

/* -- 宴会プラン -- */
#partyplan {}
#partyplan td {
	/* 春バージョン
	background: url(/img/partyplan_bg_haru.gif) repeat-y left top;
	*/
	/* 冬バージョン */
	background: url(/img/partyplan_bg_fuyu.gif) repeat-y left top;
}
#partyplan  h3 {
	background: #696;
}

/* -- コンベンション -- */
#convention {}
#convention td {
	/* 春バージョン
	background: url(/img/stayplan_bg_haru.gif) repeat-y left top;
	*/
	/* 冬バージョン */
	background: url(/img/stayplan_bg_fuyu.gif) repeat-y left top;
}
#convention h3 {
	background: #666;
}

#subbox #new_event {
	margin: 15px 0 20px;
}
/* -- 共通部品 ------------------------------------------ */
/* -- 項目タイトル -- */
.item_title {
	clear:both;
	color: #C33;
	font-size: 1em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
	border-top: 1px solid #C33;
	border-right: 1px solid #C33;
	border-bottom: 1px solid #C33;
	border-left: 5px solid #633;
}
.item_title strong {
	color: #FFF;
	font-size: 1.1em;
	font-family: "ＭＳ Ｐゴシック","Osaka－等幅", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", sans-serif;
	background: #C33;
	padding: 1px 10px;
	margin-right: 10px;
}
.item_title span {
	font-size: 0.9em;
	font-weight: normal;
}


/* -- 写真キャプション -- */
.phcaption {
	font-size: 0.8em;
	/* 春バージョン */
	background: #DECCAC;
	/* 冬バージョン
	background:#f0f0f0;
	*/
	padding: 0.3em;
}

