@charset "UTF-8";
/*
Theme Name: グリーンヒルホテル アーバン
Theme URI: http://www.jam-design.jp/
Description: グリーンヒルホテル アーバン様のウェブサイト用テンプレート
Version: 1.0
Author: 株式会社ジャム・デザイン
Author URI: http://www.jam-design.jp/
*/



/* Begin Images */
p img {
	padding: 0;
/* 	max-width: 100%; */
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*
-----------------------------------------------
▼基本デザイン
----------------------------------------------- */

* {
margin:0;
padding:0;
}
body {
font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS PGothic','ＭＳ Ｐゴシック', sans-serif;
font-size:12px;
color:#333333;
text-align:center;
line-height:1.5;
background:url(images/body_bg.gif);
}

a {
font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS PGothic','ＭＳ Ｐゴシック', sans-serif;
}
img {
border:0;
}
ul{
list-style-type:none;
}
select,
input,
textarea {
font-family:'MS PGothic';
}
html > body select,
html > body input,
html > body textarea {
font-family:'Lucida Grande',sans-serif;
}
table,h1,h2,h3,h4,h5,h6 {
font-size:100%;
}
table {
border-collapse:collapse;
}

a:link {color:#7d440b;}
a:visited {color:#7d440b;}
a:hover,a:active {color:#cc6600;}

/*\*/ a { overflow:hidden;} /**/

/* Win IEちらつき防止▼ */
* html {
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

.cboth {
clear:both;
height:0;
}
/* IE 用▼ */
* html .cboth {
height:.1em;
overflow:hidden;
margin-top:-.1em;
}
hr {
visibility:hidden;
border:0;
}

/*
-----------------------------------------------
▼全体ブロック構成
----------------------------------------------- */
#all{
width:910px;
margin:0 auto;
}

#main{
width:910px;
background:url(images/main_bg.gif) repeat-y;
text-align:left;
}

/*
-----------------------------------------------
▼ヘッダー
----------------------------------------------- */
#head{
width:910px;
height:90px;
background:url(images/head_bg.gif) no-repeat;
position:relative;
}

h1{
width:345px;
height:56px;
position:absolute;
bottom:18px;
left:16px;
}

#hBtn01{
width:107px;
height:25px;
position:absolute;
top:2px;
right:13px;
}
#hBtn02{
width:99px;
height:25px;
position:absolute;
bottom:18px;
left:397px;
}
#hBtn03{
width:107px;
height:25px;
position:absolute;
bottom:18px;
left:496px;
}

#hBtn01 a{
background:url(images/head_btn01_on.gif) no-repeat;
display:block;
}
#hBtn02 a{
background:url(images/head_btn02_on.gif) no-repeat;
display:block;
}
#hBtn03 a{
background:url(images/head_btn03_on.gif) no-repeat;
display:block;
}

#hBtn01 a:hover, #hBtn02 a:hover, #hBtn03 a:hover{
background-color:green;
}

#hBtn01 a:hover img, #hBtn02 a:hover img, #hBtn03 a:hover img{
visibility:hidden;
vertical-align:bottom;
}

/*
-----------------------------------------------
▼グローバルナビ
----------------------------------------------- */
#navi{
width:900px;
margin-left:5px;
position:relative;
}
#navi dl{
width:180px;
height:54px;
display: block;
float:left;
}
#navi dl dt{
width:180px;
height:54px;
display: block;
cursor:pointer;
}
#navi dl dt a{
width:180px;
height:54px;
display:block;
cursor:pointer;
}
#one-ddheader a{background:url(images/navi01_on.gif) no-repeat;}
#two-ddheader a{background:url(images/navi02_on.gif) no-repeat;}
#three-ddheader a{background:url(images/navi03_on.gif) no-repeat;}
#four-ddheader a{background:url(images/navi04_on.gif) no-repeat;}
#five-ddheader a{background:url(images/navi05_on.gif) no-repeat;}

#one-ddheader a:hover,#two-ddheader a:hover,#three-ddheader a:hover,#four-ddheader a:hover,#five-ddheader a:hover,#six-ddheader a:hover{background-color:#fff;}

#one-ddheader a:hover img, #two-ddheader a:hover img, #three-ddheader a:hover img, #four-ddheader a:hover img, #five-ddheader a:hover img, #six-ddheader a:hover img{ 
visibility:hidden;
vertical-align:bottom;
}

.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0;top:54px;}
.dropdown ul {width:206px; border:1px solid #c2d7df; list-style:none; border-bottom:none}
.dropdown li {display:inline;font-size:13px; line-height:1.4;}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited{
display:block; padding:5px 5px 5px 13px; color:#333333 !important; text-decoration:none; background:url(images/navi_arrow.gif) no-repeat 4px 10px #f8f8f8; width:188px;}
.dropdown li a:hover {background:url(images/navi_arrow_on.gif) no-repeat 4px 10px #e3f5fc; color:#7d440b !important;}
.dropdown .underline {border-bottom:1px solid #c2d7df;}

/*
-----------------------------------------------
▼トップコンテンツ
----------------------------------------------- */
#top{
width:900px;
margin-left:5px;
}
#topImg{
margin-bottom:3px;
}

/* 左コンテンツ */
#topLeft{
width:204px;
text-align:left;
margin-left:7px;
margin-top:12px;
float:left;
}
/* IE6用の設定▼ \*/
* html #topLeft{
margin-left:3px;
}
/* ▲IE6用の設定 */

#sideList{
width:204px;
}
#sideList li{
text-align:right;
zoom:1;
}
#sideList li a{
display:block;
zoom:1;
}
#sideList li img{
margin-bottom:5px;
zoom:1;
}

#gHotel{
width:190px;
padding-top:45px;
margin-left:12px;
background:url(images/side_group.gif) no-repeat;
border:1px #ccc solid;
}
#gHotel ul{
text-align:left;
margin-bottom:5px;
}
#gHotel li{
margin:0 8px 2px;
}

/* 中コンテンツ */
#topCenter{
width:362px;
float:left;
margin-left:15px;
}
/* トピックス */
#topics{
width:362px;
border-bottom:1px solid #ccc;
background:url(images/top_topics_bg.gif) repeat-y;
margin-bottom:10px;
}
#topics ul{
background:url(images/top_topics.gif) no-repeat;
padding-top:70px;
}
#topics ul li{
padding:8px 5px;
margin:0 15px;
border-bottom:1px dotted #999;
}

.listBtn{
width:58px;
height:23px;
margin:8px 0 5px 290px;
}

.listBtn a{
background:url(images/list_btn_on.gif) no-repeat;
display:block;
}

.listBtn a:hover{
background-color:#fff;
}

.listBtn a:hover img{
visibility:hidden;
vertical-align:bottom;
}

/*プレゼントトピックス*/

.present{
}

.present .pre_txt{
float:left;
}

.present .pre_txt img{
margin:15px 3px 0 15px;
}

.present .pre_img{
float:right;
margin-bottom:10px;
}

/* バナーエリア */
#topBan{
width:364px;
margin-top:15px;
}
#topBan .imgL{
float:left;
}
#topBan .imgR{
float:right;
}

/* 右コンテンツ */
#topRight{
width:290px;
float:left;
margin-left:15px;
}

/* 予約システム */
#topReserve{
width:290px;
height:320px;
margin-bottom:20px;
}

/* 右バナー */
#lanBan{
margin:10px 0;
}

/* コンテンツ フッターリンク */
#conEnd{
margin-right:10px;
text-align:right;
padding-bottom:5px;
}
#conEnd a{
text-decoration:none;
}

/*
-----------------------------------------------
▼フッター
----------------------------------------------- */
#foot{
width:910px;
background:url(images/foot_bg.gif) no-repeat;
padding:35px 0 10px;
text-align:left;
}
#linkBox{
width:870px;
margin:0 20px;
color:#def0f7;
}
#linkBox div{
width:270px;
float:left;
margin-right:20px;
padding-bottom:20px;
}
#linkBox strong{
font-size:120%;
color:#fff;
display:block;
letter-spacing:1px;
}
#linkBox p{
margin-bottom:3px;
}

#copyright{
width:910px;
background:url(images/copy_bg.gif) no-repeat;
padding:4px 0 3px;
}

/*
-----------------------------------------------
▼下層コンテンツ　共通
----------------------------------------------- */
#lower{
width:900px;
margin-left:5px;
}

#pan{
padding:5px 10px 6px;
}
#sideNavi{
margin-left:7px;
float:left;
}
/* IE6用の設定▼ \*/
* html #sideNavi{
margin-left:4px;
}
/* ▲IE6用の設定 */

#sideMenu{
width:200px;
background-color:#e7f0f3;
margin-left:4px;
margin-bottom:5px;
}
#sideMenu li{
background:url(images/side_arrow.gif) 8px 12px no-repeat;
line-height:1.4;
font-size:110%;
border-bottom:2px solid #fff;
}
#sideMenu li a{
width:168px;
padding:8px 10px 7px 22px;
text-decoration:none;
display:block;
}
#sideMenu li a:hover{
text-decoration:underline;
}

#sideNavi .reserveBtn{
width:200px;
margin-left:4px;
margin-bottom:5px;
}
#sideNavi .reserveBtn a{
width:200px;
height:58px;
display:block;
background:url(images/side_reserve_btn_on.gif) no-repeat;
}
#sideNavi .reserveBtn a:hover{
background-color:#fff;
}
#sideNavi .reserveBtn a:hover img{
visibility:hidden;
vertical-align:bottom;
}


#contents{
width:656px;
float:right;
margin-right:17px;
}
/* IE6用の設定▼ \*/
* html #contents{
margin-right:8px;
}
/* ▲IE6用の設定 */



/*
-----------------------------------------------
▼レストラン
----------------------------------------------- */
#restBlock{
width:656px;
}
.restBox{
margin-bottom:30px;
}
.restBox .photo{
width:166px;
background:url(images/rest_index_imgbg.gif) 9px 0 no-repeat;
float:left;
}
.restBox .photo img{
margin:7px 16px;
}

.restBox .text{
	width:490px;
	float:right;
	margin-top:3px;
}
.restBox .text p{
margin:5px;
}
.rest01	{
	margin: 15px 0 30px 10px;
}
.rest01 dl	{
	float: left;
	width: 370px;
}
.rest01 p	{
	float: right;
}

.u_lunch_p{
margin:10px 0;
}

/*
-----------------------------------------------
▼ご宴会・会議
----------------------------------------------- */
#partyBlock{
	width:656px;
	margin-top:20px;
	margin-bottom: 30px;
}
#partyBlock .ttl01 h4{
	margin: 0 0 10px 0;
	font-size: 120%;
	background-color: #774e15;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 2em;
}
#partyBlock .ttl01 p.img{
float:right;
margin: 0 0 10px 5px;
}
#partyBlock .ttl01 p.cap{
	float: left;
	margin: 0 0 0 10px;
	width: 335px;
}
#partyBlock .ttl01 table	{
	font-size: 100%;
	border: 1px solid #CCC;
	width: 225px;
	margin-bottom: 0.5em;
	float: left;
	border-collapse:collapse;
	margin-left: 10px;
}
#partyBlock .ttl01 caption	{
	text-align: left;
}
#partyBlock .ttl01 th	{
	margin:0px;
	padding: 3px;
	background-color: #dddbda;
	border: 1px solid #CCC;
	font-weight: normal;
	text-align: left;
}
#partyBlock .ttl01 td	{
	padding: 3px;
	border: 1px solid #CCC;
}


#partyBlock .ttl02{
	margin-bottom:30px;
	margin-left: 10px;
}
#partyBlock .ttl02 h4{
margin-bottom:10px;
}

#partyBlock .party02a{
	margin-bottom:20px;
	margin-top: 20px;
}
#partyBlock .party02a .photo{
	width:153px;
	background:url(images/party_08b.gif) 0px 0 no-repeat;
	float:left;
	margin-left: 12px;
	margin-bottom: 20px;
}
* html #partyBlock .party02a .photo{
	margin-left: 6px;
}
#partyBlock .party02a .photo img{
	margin:5px 5px;
}
#partyBlock .party02a .text{
	float:right;
	margin-bottom: 20px;
}
#partyBlock .party02a .text dt{
margin-bottom:5px;
}
#partyBlock p.sch	{
	margin: 0.5em 0 0 2em;
}
#partyBlock .party02b{
	background-image: url(images/party_12a.gif);
	background-repeat: no-repeat;
	width: 631px;
	margin-top: 20px;
}
#partyBlock .party02c{
	background-image: url(images/party_12b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px;
}
#partyBlock .party02c ul{
	list-style-type: disc;
	list-style-position: inside;
}
#partyBlock .party02c li{
}

#partyBlock dl.ft	{
	background-color: #f4f4f4;
	padding: 10px 10px 10px 30px;
	margin-top: 30px;
	border: 1px solid #dddddd;
	background-image: url(images/party.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	line-height: 1.8em;
}
#partyBlock dl.ft dt	{
	font-weight: bold;
	font-size: 120%;
}
#partyBlock dl.ft dd	{
	margin-left: 1em;
	text-indent: -1em;
}
#partyBlock dl.ft dd strong	{
	font-size: 120%;
	color: #660000;
}


/*
-----------------------------------------------
▼宿泊予約
----------------------------------------------- */

#reserveBox{
width:373px;
background:url(images/reserve_box_bg.gif) repeat-x #f4f2ed;
float:left;
margin-bottom:25px;
}
#stayLink{
float:right;
width:241px;
}

#stayBlock #stayLink p{
margin:4px 3px 15px 2px;
line-height:1.4;
}


/* 下層ページ予約 */

#res_index2{
padding:10px 10px 0 10px;
border-bottom:solid 1px #ccc;
border-left:solid 1px #ccc;
border-right:solid 1px #ccc;
}

#res_index2 dd{
margin-bottom:18px;
padding-bottom:14px;
border-bottom:1px #ccc solid;
}

#res_index2 .last{
border-bottom:0px #ccc solid !important;
}
#res_index2 dd#cal{
padding-bottom:2px;
border-bottom:none;
}
#cal img{
margin-right:5px;
}

/*
-----------------------------------------------
▼宿泊プラン
----------------------------------------------- */


#stayBlock{
margin-top:15px;
margin-bottom:15px;
}
#stayBlock .stayBox p{
line-height:1.3 !important;
}
.category{
background:url(images/category.gif) repeat-x left bottom;
padding:5px 5px 5px 10px;
color:#fff;
font-size:16px;
font-weight:bold;
}

.stayBox{
border:solid 1px #855c33;
padding:10px;
margin:5px 0 10px 0;
zoom:1;
}
.stayBox h4{
font-size:14px;
margin-bottom:4px;
}

.stayBox .left{
width:374px;
float:left;
}

.stayBox .right{
width:237px;
float:right;
}

.spec{
width:374px;
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
}
.spec th{
background-color:#dddbda;
width:6.5em;
}

.spec td,.spec th{
border-top:solid 1px #ccc;
border-left:solid 1px #ccc;
padding:2px 5px;
}

.stayBox p{
margin-top:7px;
}
.left .special{
display:block;
margin-bottom:3px;
}

.left .selectBox{
background:url(images/select_bg.gif) repeat-x #e9e9cf;
border:solid 1px #ccc;
padding:5px 10px 10px 10px;
margin-top:7px;
}

.selectBox strong{
font-weight:bold;
color:#880120;
font-size:16px;
margin-right:5px;
}
.roomtype{
margin-top:5px;
font-size:14px;
width:275px;
margin-right:10px;
}

.right .image{
margin-bottom:5px;
}

#preInfo{
background-color:#f4f4f4;
border:solid 1px #ccc;
padding:10px;
margin-bottom:10px;
}

#preInfo div{
background:url(images/stay_info_left.gif) no-repeat;
padding-left:14px;
}

#preInfo h4{
font-size:16px;
color:#9b233f;
margin-bottom:4px;
}

#preInfo p{
margin-bottom:8px;
}
/*
-----------------------------------------------
▼サイトマップ
----------------------------------------------- */
.ddsg-wrapper h2{
display:none;
}

.ddsg-wrapper ul li{
background:url(images/sitemap_arrow01.gif) no-repeat 0 5px;
padding:2px 0 1px 15px;
font-size:14px;
margin-bottom:5px;
}

.ddsg-wrapper ul li ul{
margin-bottom:20px;
}
.ddsg-wrapper ul li ul li{
margin-left:15px;
background:url(images/sitemap_arrow02.gif) no-repeat 0 5px;
padding:2px 0 1px 15px;
font-size:12px;
margin-bottom:1px;
}

/*
-----------------------------------------------
▼お問い合わせ
----------------------------------------------- */
#wpcf7-f1-p9-o1 {
padding:10px 10px;
}

#wpcf7-f1-p9-o1 p{
font-size:14px;
margin-top:20px;
}
#wpcf7-f1-p9-o1 p span{
font-size:12px;
}
#wpcf7-f1-p9-o1 .wpcf7-validates-as-required{
width:400px;
}
#wpcf7-f1-p9-o1 textarea{
width:500px;
}

.mt12pxfs115{
margin-top:12px;
font-size:115%;
}

/* アクセスマップ */
#accessBlock{
	width:656px;
	margin:25px 0 30px 0;
}
#accessBlock h3{
	margin-bottom: 30px;
}
#accessBlock dl {
	width:656px;
	padding-bottom:10px;
	background-image: url(images/access_line.gif);
	background-repeat: repeat-x;
	background-position:left bottom;
}
#accessBlock dl dt {
	float:left;
	width:230px;
	padding:10px 0;
} 
#accessBlock dl dd {
	float:left;
	width:420px;
	padding:10px 0;
}
#accessBlock dl dd span.kome {
	display:block;
	padding-top:10px;
}
#accessBlock p {
	margin-top:20px;
	text-align:center;
}

/*
-----------------------------------------------
▼トピックス詳細
----------------------------------------------- */
#topicsBlock{
width:654px;
border:1px solid #bbb;
margin-bottom:10px;
background-color:#fffdf6;
}
.topicsList{
margin:0 20px 10px;
}
.topicsList li{
background:url(images/topics_list_icon.gif) no-repeat 0 3px;
padding:0 10px 0 25px;
line-height:1.8;
margin-bottom:35px;
font-size:13px;
}


#topicsDetail h3{
background:url(images/topics_ttl.gif) no-repeat bottom left;
padding:40px 70px 30px 20px;
font-size:14px;
color:#984343;
}
#topicsDetail h4{
padding:0 10px 3px 10px;
font-size:13px;
border-bottom:1px solid #a25656;
border-left:5px solid #a25656;
margin:10px 15px 15px;
}
#topicsDetail .kiji{
margin:0 15px 10px;
}


#topicsDetail .kiji img.left{
float:left;
margin:0 10px 10px 0;
}
#topicsDetail .kiji img.right{
float:right;
margin:0 0 10px 10px;
}


/*
-----------------------------------------------
▼お問い合わせ
----------------------------------------------- */
#wpcf7-f1-p16-o1 {
padding:10px 10px;
}

#wpcf7-f1-p16-o1 p{
font-size:14px;
margin-top:20px;
}
#wpcf7-f1-p16-o1 p span{
font-size:12px;
}
#wpcf7-f1-p16-o1 .wpcf7-validates-as-required{
width:400px;
}
#wpcf7-f1-p16-o1 textarea{
width:500px;
}

/*
-----------------------------------------------
▼神戸観光情報
----------------------------------------------- */
#spotBlock{
width:656px;
}
#spotBlock h4{
	margin-top: 15px;
	margin-bottom: 10px;
}
#spotBlock h5{
}
#spotBlock .spotBox{
margin-bottom:30px;
}
#spotBlock .spotBox .photo{
	width:163px;
	background:url(images/spot_00.gif) 0px 0px no-repeat;
	float:left;
}
#spotBlock .spotBox .photo img{
	margin:7px 7px;
}

#spotBlock .spotBox .text{
	width:482px;
	float:right;
}
#spotBlock .spotBox .text p{
margin:5px;
}

/* ハイカラ神戸 三宮・元町歩き */
#spot01Block{
width:656px;
}
#spot01Block h4{
	margin-top: 15px;
	margin-bottom: 10px;
}
#spot01Block h5{
}
#spot01Block .spot01Box{
margin-bottom:30px;
}
#spot01Block .spot01Box .p01{
	float:left;
}
#spot01Block .spot01Box .photo{
	width:145px;
	background:url(images/spot01_00.gif) 0px 0px no-repeat;
	float:left;
	margin-right: 15px;
	margin-bottom: 1em;
}
#spot01Block .spot01Box .photo img{
	margin:5px 5px;
}

#spot01Block .spot01Box .text{
	width:238px;
	float:right;
	margin-bottom: 1em;
}
#spot01Block .spot01Box .text p{
	margin:0px;
}
#spot01Block .spot01Box .text p.nex{
	text-align: right;
}
#spot01Block .spot01b	{
	float: right;
	width: 400px;
}
#spot01Block .spot01Box ul	{
	margin-top: 2em;
}
#spot01Block .spot01Box li	{
	border-bottom: 1px dotted #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*
-----------------------------------------------
▼客室紹介
----------------------------------------------- */
#roomsBlock{
width:646px;
margin:0 5px;
}
.pinkBg{
width:311px;
margin:15px 5px;
float:left;
background:url(images/rooms_pink_bg.gif) no-repeat;
}
/* IE6用の設定▼ \*/
* html .pinkBg{
margin:15px 7px 15px 3px;
}
/* ▲IE6用の設定 */

.brownBg{
width:311px;
margin:15px 5px;
float:left;
background:url(images/rooms_brown_bg.gif) no-repeat;
}
/* IE6用の設定▼ \*/
* html .brownBg{
margin:15px 7px 15px 3px;
}
/* ▲IE6用の設定 */
.roomsL{
float:left;
padding:10px;
}
.roomsR{
float:right;
padding:10px 0 5px 0;
margin-bottom:5px;
}
.pinkBg li, .brownBg li{
display:block;
margin-bottom:8px;
line-height:1.4;
}

/* シングルルーム */
#rooms01Block{
	width:656px;
	margin:0;
}
.room01a{
	margin:20px 0;
	width: 656px;
}

.rooms01L{
	float:left;
}
.rooms01R{
	float:right;
}
.room01a p.roomRead{
margin:0 5px;
}

.room01a ul.ul01{
	line-height:1.4;
	text-align: left;
	padding: 10px 10px 10px;
}

.room01a ul.ul01 li{
	margin-bottom:8px;
}
.room01b{
	margin:20px 10px;
	width: 631px;
}
.room01b ul	{
	margin: 10px 10px 25px;
}
.room01b ul li	{
	line-height: 1.5em;
	padding-bottom:10px;
}
.room01b ul.ul02 li	{
	display: inline;
	padding-right: 20px;
}
.room01a p.inq	{
	text-align: center;
}

/* スポーツ */
.spoBox{
background:url(images/spo_bg.gif) repeat-x;
}

.spoBox strong{
font-size:14px;
padding:0 10px 15px 10px;
color:#fff;
text-align:left;
display:block;
}

.spoBox h5{
margin-left:20px;
}

.spoEat{
padding:0 35px 20px 35px;
margin-left:20px;
background:url(images/spo_img09.gif) no-repeat;

}

.spoEat .eat{width:235px;color:#993333;padding-top:20px;}
.spoEat .eat img{float:left;margin-right:8px;}
.spoLeft{float:left;}

.eatImg{
float:right;
display:block;
padding-top:20px;
padding-right:20px;
}
.eatImg p{
text-align:right;
color:#993333;
margin:5px 0;
}
/* css_end */

