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

 file name  :breakfast.css
 author     :Ability Consultant
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
#breakfast #menu #gnav #bre a,
#menu #gnav #bre a:hover {
	background: url(../images/home/gnav_bre.gif) no-repeat scroll 0 -66px;
}
#breakfast {
	margin: 0 auto;
	overflow: hidden;
}
#htlContents {
	background: url(../images/home/bg_common_header.gif) repeat-x scroll 0 220px;
	overflow: hidden;
	width: 100%;
}
/*----------------------------------------------------
	館内施設の記事
----------------------------------------------------*/
.box_l_fac {
	width: 360px;
	float: left;
}
.box_r_fac {
	float: right;
}
.st_fac {
	background: url(../facilities/images/st_border.gif) no-repeat scroll 0 bottom;
	font-size: 160%;
	padding-bottom: 10px;
	width: 360px;
	font-weight: normal;
}
.fac_txtbox {
	padding: 0 10px;
	margin: 30px auto;
}
table.tbl_fac {
	width: 360px;
}
table.tbl_fac th {
	width: 105px;
	text-align: center;
}
.fac_border {
	background: url(../facilities/images/img_border_con.gif) no-repeat scroll 0 25px;
	padding: 0 0 50px;
	clear: both;
	text-indent: -9999999em;
}
.box_l_min {
	float: left;
	width: 220px;
}
.box_r_min {
	min-height: 150px;
	/*IE6,7向け*/
	*height: auto !important;  
	*height: 150px; 
	float: left;
	width: 235px;
	margin: 0 15px 20px 0;
	background: url(../facilities/images/line_y.gif) repeat-y scroll right 0;
}
.box_r_min_noline {
	float: right;
	width: 210px;
	margin-bottom: 20px;
}
.st_fac_m {
	background: url(../facilities/images/img_line.gif) no-repeat scroll 10px bottom;
	font-size: 120%;
	padding: 5px 0 5px 10px;
	width: 200px;
	font-weight: normal;
}
.fac_txtbox_m {
	margin: 10px 5px 0 0;
	width: 220px;
}
.fac_line {
	background: url(../facilities/images/line_x.gif) no-repeat scroll 0 0;
	padding: 0 0 5px;
	clear: both;
	text-indent: -9999999em;
	width: 909px;
}

/*======================================
	hack - 各種cssハック - for IE8
=======================================*/
.column-image-left {
	overflow: hidden;
	width: 450px;
}
.column-image-right {
	width: 450px;
} 
.column-image-left
/*======================================

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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