@charset "UTF-8";
/* CSS Document */
h2#tit_img {
	background: url(../../restaurant/news/images/tit_h2_restaurant_news.jpg) no-repeat;
}

h2#tit_img div.idx {
	background: url(../images/tit_h2_banquet_idx.jpg) no-repeat;
	height: 160px;
}
h4 {
	background: url(../../img_common/img_tit_border.gif)  top no-repeat;
	padding-top: 0.6em;
	margin-bottom: 0.6em;
	margin-top: 1.8em;
	font-size: small;
	clear: both;
	display: block;
}
h5 {
	font-size: small;
	font-weight: bold;
	color: #666633;
	margin-bottom: 0.6em;
}

/* common */
.img_l {
	float: left;
	margin: 0 1em 1em 0;
}
.img_r {
	float: right;
	margin: 0 0 1em 1em;
}

/* local navi area*/
div#lnavi {
	width: 190px;
	display: block;
	margin-top: 1.8em;
	background-color: #E4E4E4; 
}
ul#lnavi_menu li.menu_tit {
	background: url(../img_common/tit_sidemenu_banquet.gif) no-repeat;
	width: 190px;
	height: 30px;
	border: none!important;
	text-indent: -10000px!important;
}
ul#lnavi_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#lnavi_menu li {
	line-height: 120%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	text-indent: 0.4em;
}
ul#lnavi_menu li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #E4E4E4;
}	
ul#lnavi_menu li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
/* local navi page_marking */
a.active {
	background-color: #C3CD97!important;
}

/* page contents menu */
div.page_menu {
	width: 188px;
	border: 1px solid #CCCCCC;
	margin: 2em 0;
}
div.page_menu ul {
	margin-top: 0.6em;
	padding: 0 0.8em;
	list-style: none;
	line-height: 120%;
}
div.page_menu li {
	margin-bottom: 0.8em;
	padding-left: 0.3em;
	border-left: 2px solid #6699CC;
}





/* index page ----------------------------- */

/* news pickup */
div#news_pickup {
	width: 600px;
	display: block;
	margin-bottom: 1.5em;
}
ul.list_style ul {
	margin-bottom: 2em;
	display: block;
}
ul.list_style li {
	list-style-type: none;
	padding-left: 1em;
	background: url(../../img_common/img_icon_arrow.gif) no-repeat 0 0.4em;
}


/* bn plan_pickup */
img.bn_left {
	float: left;
	margin-bottom: 0.6em;
	border: none;
}
img.bn_right {
	float: right;
	margin-bottom: 0.6em;
	border: none;
}

/* bn_fullsize */
img.bn_full {
	margin-bottom: 0.4em;
}


/* banquet_list */
ul#banquet_list {
	padding-left: 0.2em;
	padding-bottom: 1.5em;
}
ul#banquet_list li {
	list-style-type: none;
	padding-right: 1.2em;
	float: left;
}


/* faq----------------------------- */
h2#tit_img div.faq {
	background: url(../images/tit_h2_banquet_faq.jpg) no-repeat;
	height: 160px;
}

h3#banquet_faq {
	background:  url(../images/tit_banquet_faq.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}
p.question {
	background: url(../../stay/images/img_faq_question.gif) left no-repeat;
	padding-left: 60px;
	color: #006633;
}
p.answer {
	background: url(../../stay/images/img_faq_answer.gif) left no-repeat;
	padding-left: 60px;
}
div.line {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0.8em;
}
iframe.digest {
	width: 600px;
	height: 92px;
	overflow: auto;
	border:none;
}


/* charge----------------------------- */
h2#tit_img div.charge {
	background: url(../images/tit_img_charge.jpg) no-repeat;
	height: 160px;
}

h3#banquet_charge {
	background: url(../images/tit_charge.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}
/* price data */
table.price_data {
	border-collapse: collapse;
	font-size: x-small;
	width: 100%;
}
table.price_data th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 3px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
}
table.price_data td {
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

span.line_erase{
	 text-decoration: line-through;
}


