@charset "UTF-8";

/***** height_adjust *****/

.haj{
	display: block;
	min-height: 0;
}
.haj:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .haj{
	display: inline-block;
}
/* exclude ie mac \*/
* html .haj{
	height: 1%;
}


/***** base *****/

body{
	background: #330000 url(../images/bg_body.gif) top repeat-x;
	color #330000;
	line-height: 140%;
	font-size: 85%;
	text-align: center;
}

div#wrap{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
div#header{
	height: 375px;
	background: url(../images/title.gif) no-repeat;
}
h1{
	position: relative;
	top: 40px;
	right: 40px;
	text-align: right;
}
div#main{
	padding: 0 20px;
	background: url(../images/bg_contents.gif) repeat-y;
}
div#top{
	padding: 0 0 5px 0;
	border-bottom: 1px #330000 solid;
}
div#top div#pankuzu{
	float:left;
}
div#top div#search{
	float:right;
}
div#pankuzu a{
	margin: 0 5px;
	color: #330000;
}
div#contents{
	margin: 10px 0 0 0;
}
div#footer{
	padding: 10px;
	border-top: 1px #330000 solid;
	text-align: center;
}
div#credit{
}

div#search input#q{
	padding: 5px;
	width: 300px;
	border: 1px #999 solid;
	font-size: 110%;
}

div.emes{
	margin: 20px;
	color: #cc0000;
	text-align: center;
}

/**************************************************
  トップ
**************************************************/

div#contents div.l{
	width: 500px;
	float: left;
}
div#contents div.r{
	width: 400px;
	float: right;
}

/* 地域検索 */
div.arealist{
	margin: 0 0 10px 0;
	border: 1px #330000 solid;
}
div.arealist div.title{
	padding: 5px 20px;
	color: #fff;
	background: url(../images/bg_title.gif) repeat-x;
}
div.arealist div.list{
	padding: 5px 20px;
	background: url(../images/map.gif) center no-repeat;
}

li.area1{
	font-weight: bold;
}
li.area2{
	font-weight: normal;
}
li.area3{
	font-weight: normal;
}
ul.area2 li{
	margin: 0 15px 0 0;
	display: inline;
}
ul.area2{
	margin: 2px 20px;
}
ul.area3{
	margin: 2px 20px;
}

/* わがまま検索 */
div.wagamama{
	margin: 0 0 10px 0;
	border: 1px #330000 solid;
}
div.wagamama div.title{
	padding: 5px 20px;
	color: #fff;
	background: url(../images/bg_title.gif) repeat-x;
}
div.wagamama div.form{
	padding: 5px 20px;
}

input.ss,select.ss{ width: 50px; }
input.s,select.s{ width: 80px; }
input.m,select.m{ width: 100px; }
input.l,select.l{ width: 180px; }

div.wagamama form div.t{
	margin: 5px 0;
	clear: both;
}
div.wagamama form div.c{
	margin: 0 0 0 15px;
	clear: both;
}
div.wagamama form div.details{
	margin: 5px 0;
	padding: 4px;
	background: #e6e6e6;
}
div.wagamama form label{
	width: 195px;
	display: block;
	float: left;
}
div.submit{
	padding: 5px 0;
	text-align: center;
	clear: both;
}


/* 温泉 */
div.spa{
	margin: 0 0 10px 0;
	border: 1px #330000 solid;
}
div.spa div.title{
	padding: 5px 20px;
	color: #fff;
	background: url(../images/bg_title.gif) repeat-x;
}
div.spa div.form{
	padding: 5px 20px;
}
div.spa ul{
	margin: 5px 10px;
}
div.spa li{
	margin: 4px 0;
	width: 125px;
	display: inline;
	float: left;
}

/* 贅沢 */
div.luxury{
	margin: 0 0 10px 0;
	height: 150px;
	width: 400px;
	background: url(../images/luxury.gif) no-repeat;
}
div.luxury a{
	color: #fff;
}
div.luxury ul{
	padding: 120px 0 0 30px;
}
div.luxury li{
	margin: 10px;
	display: inline;
	font-size: 105%;
}

/* じゃらん広告 */
iframe.ad{
	margin: 0 0 10px 0;
}
/* 楽天広告 */
div.rakuten div{
	margin: 5px;
	text-align: center;
}
div.rakuten div.float{
	float: left;
}
div.rakuten div.float img{
	margin: 0 0 5px 0;
}
div.shinkansen{
	width: 400px;
	height: 260px;
	background: url(../images/shinkansen.jpg) no-repeat;
}
div.ana{
	width: 400px;
	height: 250px;
	background: url(../images/air.gif) no-repeat;
}


div.center{
	margin: 0 auto 5px auto;
	text-align: center;
}

/***** ホテル一覧 *****/
ul.list li{
	padding: 10px;
	width: 890px;
	border-bottom: 1px #999 solid;
	clear: both;
}
ul.list li div.left{
	width: 240px;
	float: left;
	text-align: center;
}
ul.list li div.right{
	width: 600px;
	float: left;
}
ul.list h3{
	margin: 0 0 5px 0;
	font-size: 120%;
}
ul.list div.right div{
	margin: 5px 0;
}
div.pagelink{
	margin: 10px;
	text-align: center;
	font-size: 120%;
}
div.pagelink span,
div.pagelink a{
	margin: 5px;
}
div.pagelink span{
	color: #cc0000;
}


/***** ホテル詳細 *****/

div#details h2{
	padding: 7px 20px;
	color: #fff;
	background: url(../images/bg_title.gif) repeat-x;
	font-size: 130%;
}
div#details h3{
	margin: 5px 10px;
	font-size: 110%;
	clear: both;
}
div#details div.con{
	margin: 5px 20px;
}
/* picture  */
div#details div.picture{
	margin: 20px;
}
div#details div.picture div.set{
	margin: 5px;
	float: left;
}
div#details div.picture div.img{
	padding: 6px;
	width: 150px;
	height: 120px;
	border: 1px #330000 solid;
	background: #f2f2f2;
	text-align: center;
}
div#details div.picture div.cap{
	padding: 4px;
	width: 140px;
	text-align: left;
}
/* outline */
div#details div.outline{
	margin: 10px 0;
}
div#details div.outline div.l{
	width: 470px;
	float: left;
}
div#details div.outline div.r{
	width: 410px;
	float: right;
}
div#details div#map{
	width: 400px;
	height: 400px;
	border: 1px #330000 solid;
}
/* link */
div#details div.link{
	margin: 15px 10px;
	text-align: center;
}
/* plan */
div#details div.plan{
	margin: 10px;
}
div#details div.plan div.set{
	margin: 5px;
	padding: 10px;
	width: 410px;
	background: #fff6ed;
	float: left;
}
div#details div.plan div.set div.l{
	width: 150px;
	float: left;
}
div#details div.plan div.set div.r{
	width: 250px;
	float: left;
}

span.price{
	color:#cc0000;
	font-size: 110%;
}



/* オークション */
div.auction{
	margin: 0 0 10px 0;
	border: 1px #330000 solid;
}
div.auction div.title{
	padding: 5px 20px;
	color: #fff;
	background: url(../images/bg_title.gif) repeat-x;
}
div.auction div.contents{
	padding: 5px 20px;
}
div.auction div.auc_set{
	margin: 2px;
	width: 220px;
	float:left;
}
div.auction div.auc_set div.auc_l{
	height: 105px;
	width: 105px;
	border: 1px #ccc solid;
	float:left;
	text-align: center;
}
div.auction div.auc_set div.auc_r{
	width: 110px;
	float: right;
	font-size: 85%;
}
