@charset "UTF-8";
/* /stay/cmn/css/cmn.css */

body{
	color: #333;
	background:url(/stay/cmn/img/bg_main.gif) repeat left top;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}
#all{
	width: 100%;
	line-height: 1.0;
	}
.wrap{
	width: 940px;
	margin: 0 auto;
	position: relative;
	}

/******************************************************************************
header
******************************************************************************/
#header{
	position: relative;
	height: 100px;
	border-bottom: solid 1px #e8e8e8;
	background-color: #FFF;
	margin-bottom: 10px;
	}
#header .wrap{
	z-index: 100;
	}
#header .wrap02{
	width: 940px;
	margin: 0 auto;
	position: relative;
	}
#header p.tagline{
	position: absolute;
	top: 25px;
	left: 50px;
	width: 250px;
	height: 14px;
	text-indent: -9999em;
	background: url(../img/header/tagline.gif) no-repeat left top;
	}
#header p.logo{
	position: absolute;
	top: 27px;
	left: 0;
	}
#header p.ttl-gl{
	position: absolute;
	top: 20px;
	left: 315px;
	width: 142px;
	height: 39px;
	text-indent: -9999em;
	background: url(../img/header/ttl_gl.gif) no-repeat left top;
	}
/*------------------------------*/
/*global*/
/*------------------------------*/
#header ul#global{
	position: absolute;
	z-index: 200;
	top: 45px;
	right: 70px;
	width: 544px;
	}
#header ul#global li.theme{
	position: absolute;
	top: 16px;
	left: 0;
	width: 98px;
	}
#header ul#global li.type{
	position: absolute;
	top: 16px;
	left: 118px;
	width: 150px;
	}
#header ul#global li.map{
	position: absolute;
	top: 16px;
	left: 288px;
	width: 84px;
	}
#header ul#global li.pickup{
	position: absolute;
	top: 0;
	left: 397px;
	width: 147px;
	}
#header p.about{
	position: absolute;
	top: 0;
	right: 28px;
	width: 201px;
	height: 42px;
	}
#header p.catch{
	position: absolute;
	top: 12px;
	right: 0;
	width: 317px;
	height: 175px;
	text-indent: -9999em;
	background: url(../img/header/catch.png) no-repeat left top;
	}
#header p.catch strong{
	position: absolute;
	top: 90px;
	right: 125px;
	display: block;
	text-indent: 9999em;
	color: #fff;
	font-size: 3em;
	font-family:Arial, Helvetica, sans-serif;
	}

/*drop*/
ul .drop{
	display: none;
	}
ul li.search .drop{
	position: absolute;
	z-index: 200;
	}
ul li.hovering .drop{
	z-index: 200;
	position: absolute;
	display: block;
	padding-top: 9px;
	background: url(../img/header/bg_pulldown.gif) no-repeat 20px 0;
	top: 0;
	left: 0;
	margin-top: 17px;
	}
ul li.hovering .drop ul {
	z-index: 200;
	background: #fff;
	width: 250px!important;
	padding: 20px 20px 10px 20px;
	border: solid 3px #90dc00;
	}
ul li.hovering .drop ul li{
	float: none!important;
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
	}
ul li.hovering .drop ul li a{
	padding-left: 16px;
	background: url(../img/arrow.gif) no-repeat left center;
	}
/*------------------------------*/
/*site-search*/
/*------------------------------*/
#header #site-search{
	position: absolute;
	top: 12px;
	right: 230px;
	}
#header #site-search .bt-search{
	width: 90px;
	}
/*------------------------------*/
/*attention*/
/*------------------------------*/
#attention{
	background: #90DC00;
	font-size: 1.6em;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	}
#attention a{
	padding: 0 10px;
	}
/*------------------------------*/
/*block-info*/
/*------------------------------*/
#header .block-info{
	display: none;
	}

/******************************************************************************
topicpath
******************************************************************************/
#topicpath{
	font-size: 1.2em;
	line-height: 1.5;
	width: 940px;
	margin: 0 auto 12px;
/*	z-index: 100;
*/	position: relative;
	}
#topicpath li{
	list-style: none;
	display: inline;
	}
#topicpath li a,
#topicpath li span{
	padding-right: 12px;
	background: url(../img/arrow_path.gif) no-repeat right center;
	}

/******************************************************************************
contents
******************************************************************************/
#contents{
	width: 940px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #FFF;
	-webkit-border-radius: 5px; /* webkit */
	-moz-border-radius: 5px; /* firefox */
	border-radius: 5px; /* ie */
	}
/*------------------------------*/
/*search*/
/*------------------------------*/
#search{
	width:580px;
	border: 3px solid #cccccc;  
	background: #F8FFE9;
	padding:15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	}
	
#search .manual{
	background: #FFF;
	border: 1px solid #d5e8b1;  
	padding:10px;
	margin-bottom: 20px;

	font-size:1.2em;
	line-height: 1.7;
}
	
#search h3{
	float: left;
	width:60px;
	margin-bottom: 10px;
	}
#search ul{
	float: left;
	padding-top: 7px;
	margin-bottom: 15px;
	/*width:780px;*/
	width:510px;
	}
#search ul li{
	float:left;
	font-size:1.4em;
	padding:0 20px 8px 0;
	}
#search ul li span{
    font-weight: bold;
	}
#search ul li label{
	white-space:nowrap;
	padding-left: 3px;
	}
/* arealist */
#search ul.arealist{
	padding-top: 0;
	}
#search ul.arealist .allarea{
	float: none;
	}
#search .btn{
	clear:both;
	text-align:right;
	}
	
#map_sml{
	width :276px;
	float: right;
	}
/*------------------------------*/
/*hotellist*/
/*------------------------------*/
.hotellist{
	border-bottom: dotted 1px #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
.hotellist a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;	
	}
.hotellist .photo{
	width:260px;
	float: left;
	}
.hotellist .f-right{
	width:625px;
	line-height: 1.5;
	}
.hotellist .f-right h3{
	font-size:1.9em;
	}
.hotellist .f-right h3 span{
	font-size: 0.7em;
	padding-left: 0.5em;
	}
/*score*/
.hotellist .score{
	border: 1px solid #cccccc;  
	padding:5px;
	width:300px;
	vertical-align:middle;
	line-height:1;
	font-size:0.86em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.hotellist .score img{
	vertical-align:middle;
	padding:0 0 0 10px;
	}
/*deta*/
.hotellist .deta li{
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:1.32em;
	}
.hotellist .deta li dt,
.hotellist .deta li dd{
	display:inline;
	}
.hotellist .deta li dt img{
	vertical-align:middle;
	padding:0 5px 0 0;
	}
.hotellist .deta_t th{
	width:110px;
	text-align:left;
	vertical-align:top;
	padding:5px 0;
	background:url(/stay/cmn/img/dotline.gif) left bottom repeat-x;
	font-size:1.2em;
	}
.hotellist .deta_t th p{
	border-left:#00a2ff solid 3px;
	padding:0 0 0 5px;
	}
.hotellist .deta_t td{
	text-align:left;
	vertical-align:top;
	padding:5px 0;
	background:url(/stay/cmn/img/dotline.gif) left bottom repeat-x;
	font-size:1.2em;
	}
.hotellist .btn_detail li{
	text-align:right;
	}
/*------------------------------*/
/*sort*/
/*------------------------------*/
.sort{
	font-size:1.4em;
	line-height: 1;
	padding: 10px 0 20px;
	}
.sort li{
	display: inline;
	padding-left: 5px;
	}
.sort li img{
	vertical-align: bottom;
	}

/*------------------------------*/
/*page_navi*/
/*------------------------------*/
.page_navi{
	font-size: 1.2em;
	text-align:center;
	padding:10px 0;
	}
.page_navi li{
	display:inline;
	padding: 2px;
	}
.page_navi li a{
	border: 1px solid #0079BF;  
	padding:5px 8px;
	margin-left:5px;
	text-decoration:none;
	}
.page_navi li a:hover{
	background: #CEEFFF;
	}
.page_navi li a.on{
	border: 1px solid #004066;  
	padding:5px;
	margin-left:5px;
	text-decoration:none;
	}

/******************************************************************************
right
******************************************************************************/
/*------------------------------*/
/*local*/
/*------------------------------*/
#right #local{
	border: solid 1px #9ad52b;
	padding: 35px 15px 15px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#right #local h3{
	background:#9ad52b;
	font-size: 1.4em;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 10px;
	color: #fff;
	}
#right #local ul li{
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 8px;
	}
#right #local ul li a{
	padding-left: 15px;
	background: url(../img/arrow_02.gif) no-repeat left center;
	}

/******************************************************************************
footer
******************************************************************************/
#footer{
	margin-bottom: 30px;
	width: 940px;
	margin: 0 auto;
	}
/*------------------------------*/
/*block*/
/*------------------------------*/
#footer .block{
	position: relative;
	margin-bottom: 13px;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;	
	}
/*block-attention*/
#footer .block-attention{
	width: 748px;
	float: left;
	background: #fff;
	padding: 15px;
	font-size: 1.2em;
	border: solid 1px #ccc;
	line-height: 1.7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(/stay/cmn/ie-css3.htc);
	}
#footer .block-attention strong{
	color: #c00;
	}
/*pagetop*/
#footer p.pagetop{
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 125px;
	text-align: right;
	}
#footer ul{
	float: left;
	width: 600px;
	margin-bottom: 20px;
	}
#footer ul li{
	display: inline;
	padding-right: 15px;
	font-size: 1.2em;
	line-height: 1.2;
	}
#footer ul li a{
	padding-left: 15px;
	background: url(../img/arrow_02.gif) no-repeat left center;
	}
#footer address{
	font-size: 1.2em;
	float: right;
	width: 300px;
	margin-bottom: 20px;
	}

/******************************************************************************
bottom
******************************************************************************/
#bottom{
	width: 940px;
	margin: 0 auto 30px;
	}
#bottom ul{
	height: 40px;
	width: 940px;
	}
#bottom ul li{
	float: left;
	}

