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

 file name  : rooms.css
 author     : Ability Consultant
style info  : XXXXページ設定　ハックは最下部に記述
=================================================================== */
body {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	background: url(../images/bg_hea.gif) no-repeat -259px -287px!important;
}
/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
#dining #main a:hover img {
	/* for IE */
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
	/* CSS3 standard */
	opacity: 0.8;
}
#dining .key_bg {
	width: 950px;
	height: 284px;
	margin: 0 auto;
	background: url(../dining/images/main.jpg) no-repeat -2px top;
}
#dining .key_bg .pagelogo {
	width: 250px;
	margin: 0 auto;
	padding: 50px 0 0;
	text-align: center;
}

/*　 .con_read
----------------------------------------------------------- */
#dining .con_read {
	margin: 0 0 20px;
	padding: 0 0 180px;
	background: url(../dining/images/bg_read.png) no-repeat right top;
}
#dining .con_read h3 {
	margin: 0 0 15px;
}
/*　 .con_allergy
----------------------------------------------------------- */
#dining .con_allergy {
	padding-bottom: 50px;
	background: url(../dining/images/bg_allergy.gif) no-repeat 0 61px;
}
#dining .con_allergy h3 {
	margin-bottom: 22px;
}
#dining .con_allergy p {
	line-height: 2.0;
	width: 658px;
	margin-left: 16px;
}
#dining .con_allergy p strong {
	color: #7e4646;
}
#dining .con_allergy h4 {
	color: #7e4646;
	font-size: 15px;
	background: url(../dining/images/bull.png) 0 2px no-repeat;
	margin: 20px 0 10px 15px;
	padding-left: 21px;
}
/*　 .pnav
----------------------------------------------------------- */
#dining .pnav {
	width: 708px;
	margin: 0 -18px 30px 0;
	overflow: hidden;
}
#dining .pnav li{
	width: 218px;
	margin: 0 18px 0 0;
	float: left;
}
/*　 .con_din
----------------------------------------------------------- */
#dining .con_din {
	margin: 0 0 15px;
}
#dining .con_din h3 {
	margin: 0 0 15px;
	clear: both;
}
#dining .con_din .img_pho {
	width: 535px;
	float: left;
}
#dining .con_din h4 {
	width: 155px;
	float: left;
}
#dining .con_din .box_det {
	padding: 15px 0 135px 15px;
	background: url(../dining/images/bg_din.jpg) no-repeat right top;
	clear: both;
}
#dining .con_din .box_det p {
	margin: 0 0 15px;
}
/*　 .con_bre
----------------------------------------------------------- */
#dining .con_bre {
	margin: 0 0 15px;
}
#dining .con_bre h3 {
	margin: 0 0 15px;
	clear: both;
}
#dining .con_bre .box_bre {
	width: 690px;
	overflow: hidden;
	background: url(../dining/images/bg_bre.gif) no-repeat right bottom;
}
#dining .con_bre .box_bre h4 {
	width: 140px;
	float: left;
}
#dining .con_bre .box_bre .img_pho {
	width: 550px;
	float: right;
}
#dining .con_bre .box_bre .con_comm {
	width: 550px;
	clear: both;
	overflow:hidden;
	margin: 0 0 0 auto;
	padding: 15px 0 0;
}
#dining .con_bre .box_bre .con_comm .txt {
	width: 335px;
	float: left;
}
#dining .con_bre .box_bre .con_comm .time {
	width: 210px;
	float: right;
}
/*　 .con_res
----------------------------------------------------------- */
#dining .con_res {
	margin: 0 0 15px;
}
#dining .con_res h3 {
	margin: 0 0 15px;
}
#dining .con_res .res_area {
	width: 690px;
	position: relative;
}
#dining .con_res .box_res {
	width: 690px;
	padding: 0 0 30px;
	overflow: hidden;
	background: url(../dining/images/chap_res.jpg) no-repeat left top;
}
#dining .con_res .box_res .img_pho {
	width: 535px;
	float: left;
}
#dining .con_res .box_res .img_pho .txt {
	padding: 15px 0 0 15px
}
#dining .con_res .box_res h4 {
	width: 155px;
	float: left;
}
#dining .con_res .box_chef {
	width: 616px;
	height: 292px;
	position: absolute;
	top: 332px;
	left: 0;
	background: url(../dining/images/bg_res02.png) no-repeat left top;
}
#dining .con_res .box_chef .name {
	padding: 80px 0 10px 70px;
}
#dining .con_res .box_chef .txt {
	padding: 0 0 0 210px;
}

/*table*/
table {
	border-collapse: collapse;
	border-top: 1px solid #7e4646;
}
th {
	background-color: #e6c4c4;
	color: #7e4646;
	width: 100px;
	padding: 5px 0;
	border-bottom: 1px solid #7e4646;
	
}
td {
	width: 236px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #7e4646;
}
.con_di table {}
.con_di table th{
		width: 50px;
		text-align: center;
}
.con_di table td{
		width: 150px;
		line-height: 1.5;
		background: #FFF;
}

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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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