@charset "utf-8";
/* ===================================================================
CSS information

 file name  :bf.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* コンテンツ
----------------------------------------------------------- */
#res_bf #bg_contents {
	padding-top:20px;
	background: url(../images/bg/bg_contents_hina.gif) repeat-x left top;
}

/* タイトル
----------------------------------------------------------- */
#res_bf #st_title {
	margin:0 0 33px 0;
	padding:0;
	width:680px;
	height:28px;
	line-height: 1;
	background: url(../images/res_bf/st_rest.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* レストランタイプ */
#res_bf #sst_rest {
	margin-bottom:14px;
	width:680px;
	height:23px;
	line-height: 1;
	background: url(../images/res_bf/sst_rest.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* レストランボックス 
----------------------------------------------------------- */
#res_bf .rest_box {
	margin-bottom:30px;
	padding:0 20px 20px 20px;
	width:640px;
	overflow:hidden;
	background: #E6C9A6 url(../images/res_bf/bg/bg_rest.gif) repeat-x left top;
}

/* レストラン右ボックス */
#res_bf .rest_box .rest_right {
	width:380px;
	float:right;
}

/* ジョイフルタイトル */
#res_bf .rest_box .rest_right #sst_joyful {
	margin-bottom:5px;
	padding-top:23px;
	width:380px;
	height:32px;
	background: url(../images/res_bf/tit_joyful.gif) no-repeat left top;
	display: block;
}

/* バイキングレストランしだかタイトル */
#res_bf .rest_box .rest_right #sst_shidaka {
	margin-bottom:5px;
	padding-top:23px;
	width:380px;
	height:32px;
	background: url(../images/res_bf/tit_shidaka.gif) no-repeat left top;
	display: block;
}

/* ビュッフェレストランSHIDAKAタイトル */
#res_bf .rest_box .rest_right #sst_bshidaka {
	margin-bottom:5px;
	padding-top:23px;
	width:380px;
	height:32px;
	background: url(../images/res_bf/tit_bshidaka.gif) no-repeat left top;
	display: block;
}

#res_bf .rest_box .rest_right div h3 {
	display:none;
}

#res_bf .rest_box .rest_right div a {
	margin:0px 0px 0px 315px;
	display:block;
	font-size: 93%;
}

#res_bf .rest_box .rest_right div a span {
	color:#595959;
}

#res_bf .rest_box .rest_right p {
	margin-bottom:5px;
	color:#595959;
	line-height: 1.5em;
	font-size: 93%;
}

/* レストラン左イメージ */
#res_bf .rest_box img {
	float:left;
}

/* レストランテーブル
------------------------------------ */
#res_bf .rest_tbl {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 93%;
}

#res_bf .rest_tbl th {
	padding:10px 15px 10px 17px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F5EDE3;
	color: #595959;
	font-weight: normal;
}

#res_bf .rest_tbl td {
	padding:10px 15px 10px 17px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #595959;
	background: #FFFFFF;
}

/* -----------------------------------------------------------
	朝食
----------------------------------------------------------- */
/*タイトル_朝食*/
#res_bf #bf_st{
	margin-bottom:15px;
	width:680px;
	height: 20px;
	background: url(../images/res_bf/bf_sst.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

/*===================================================
※注意
"#bf_copy"は　各ホテルフォルダ/css/bf.css　に記載してあります。
===================================================*/

/*テキスト*/
#res_bf #bf_text_01{
	margin-bottom:15px;
	width:680px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


