@charset "shift_jis";
@import "common.css";
@import "ask.css";

/*==============　見出し　==============*/
#top_subject h2{
	width:980px;
	height:280px;
	background:url(../images/guest/top-photo.jpg) top left no-repeat;
	text-indent:-9999px;
}

/*===========　宿泊施設一覧ページ　===========*/

#guest_list table{
	width:720px;
	clear:both;
}

#guest_list h3{
	font-size:18px;
	font-weight:normal;
	line-height:32px;
	margin:5px 5px 0;
	padding-left:5px;
	border-style:solid;
	border-color:#666666;
	border-width:0 0 1px 0;
}

#guest_list h3 a {
	color:#000000;
	text-decoration:none;
}

#guest_list h3 a:hover{
	color:#ff3300;
	text-decoration:underline;
}


#guest_list img{
	margin:10px;
	float:left;
}

#guest_list li{
	font-size:12px;
	margin-left:8px;

}

#guest_list strong{
	color:#ff6633;
}

#guest_list ul{
	padding-top:15px;
}

#guest_list p{
	clear:both;
	background-color:#dcdcdc;
	text-align:right;
	font-size:13px;
	padding:6px 15px;
	margin:15px 1px 1px 1px;
}

#guest_list p a {
	color:#000000;
	text-decoration:none;
}

#guest_list p a:hover{
	color:red;
	text-decoration:underline;
}

.box{
	border-width:1px 2px 2px 1px;
	border-color:#b4b4b4;
	border-style:solid;
	width:350px;
	margin-bottom:25px;
}

/*===========　宿泊施設詳細ページ　===========*/

/* 施設名称 */

#house_name{
	background:url(../images/guest/detail_top.gif) top left no-repeat ;
	width:980px;
	height:69px;
	padding-top:25px;
	margin-top:28px;
}

#house_name h2{
	font-weight:normal;
	font-size:1.3em;
	float:left;
	margin:0 20px;
	color:#000000;
}

#house_name p{
	text-align:right;
	margin-right:20px;
	color:#ff6600;
}

/* 写真 */

#house_photo table{
	margin:0 auto;
}

#house_photo td{
	vertical-align:top;
}

#house_photo p{
	margin:0;
	text-align:right;
	font-size:14px;
}

#house_photo a{
	color:#3399ff;
}

/* 施設紹介 */

#guesthouse_info h3{
	color:#ff6600;
	border-color:#ff6600;
	border-style:solid;
	border-width:0 0 1px 0;
	margin:30px 0 20px;
	padding:3px 0;
	clear:both;
}

h3 a{
	color:#ff6600;
}

h3 a:hover{
	color:#ff6600;
	text-decoration:none;
}

#info p{
	width:490px;
	padding:0 15px;
	margin-bottom:30px;
	float:left;
}

#info table{
	width:445px;
	font-size:14px;
	background-color:#8f8f8f;
}

#info th,td{
	padding:3px;
}

#info th{
	background-color:#f3f3f3;
}
#info td{
	background-color:#ffffff;
}

/* アクセス */

#access iframe{
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}

#access th{
	font-weight:normal;
	vertical-align:top;
}

/* 問い合わせ */

#ask p{
	margin:0 20px 10px;
}