/*___リセット___*/
* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

body {
 font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Geneva, Arial, Verdana, sans-serif;
 font-size: 13px;
}
h1{
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
h2{
	background-color: #D2136E;
	color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	padding: 0.5em;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h3{
	color: #9A1E23;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/* リンク */
	a{/*リンクされた文字*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
	}
	a:link {/*未訪問のリンク*/
	font-style:normal;
	text-decoration: none;
	color: #000099;
	}
	a:visited {/*訪問後のリンク*/
	text-decoration:none;
	color: #990000;
	}
	a:hover {/*マウスをのせたとき*/
	color:#0000FF;
	font-style:normal;
	text-decoration:none;
	}
	a:active {/*クリック中*/
	text-decoration:none;
	color: #333333;
	}
	a:hover img{
	opacity:0.8;
	filter: alpha(opacity=60);
	}
/*___ラッパー___*/
#wrapper {
	margin: 0 auto;
	width: 950px;
	background-image: url(../images/background_contents2.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*___ヘッダー___*/
#header {
	margin: 0px;
	padding: 0px;
	width: 950px;
	background-color: #FFFFFF;
	height: 574px;
}


#header-top-inner {
	width:950px;
	margin:0;
}

#headerFlash {
	height: 330px;
	margin: 0px;
	padding: 0px;
}
#globalnavi{
	height: 164px;
	width: 480px;
	margin-top: -164px;
}
/*GlobalNavi*/
#navigation {
	padding:0 0 0 320px;
	background-image:url(../images/globalmenu.gif); 
	background-repeat:no-repeat;
	margin:0;
}
ul#navigation {
	/*width:950px;*/
	margin:0;
	overflow:hidden;/*float解除*/
	zoom:100%;
　/*float解除*/
	background-color: #333333;
	height: 46px;
}
ul#navigation li {
	float:left; 
	margin: 0px;
	padding: 0px;
}
ul#navigation li a {
	display:block; 
	height:46px; 
	text-align:center; 
	font-weight:bold; 
	letter-spacing:1px; 
	text-indent:0; 
	background-image:url(../images/globalmenu.gif); 
	background-repeat:no-repeat; 
}


ul#navigation li a.tokyo {background-position:-320px 0px;width:123px;}
ul#navigation li a.tokyo:hover {background-position:-320px -46px;}

ul#navigation li a.kansai {background-position:-443px 0px;width:123px;}
ul#navigation li a.kansai:hover {background-position:-443px -46px;}
 
ul#navigation li a.kanazawa {background-position:-566px 0px;width:123px;}
ul#navigation li a.kanazawa:hover {background-position:-566px -46px;}

ul#navigation li a.nagoya {background-position:-689px 0px;width:123px;}
ul#navigation li a.nagoya:hover {background-position:-689px -46px;}

ul#navigation li a.reserve {background-position:-812px 0px;width:123px;}
ul#navigation li a.reserve:hover {background-position:-812px -46px;}


#headerFlash{
	height: 300px;
}
/*___レフトカラム___*/
#leftcolumn {
	width: 180px;
	margin: 10px;
	float: left;
}
#leftcolumn ul{
	margin: 0px;
	padding: 0px;
}
#leftcolumn li{
	margin-bottom: 10px;
}
#category_arealink{
	background-color: #FFFFFF;
	padding: 5px;
}
#category_arealink h2{
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 25px;
}
#category_arealink .okihon{
	background-image: url(../images/back_okinawa.gif);
	background-repeat: no-repeat;
}
#category_arealink .okiri{
	background-image: url(../images/back_rito.gif);
	background-repeat: no-repeat;
}
#category_arealink ul{
}
#category_arealink li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-position: inside;
	list-style-image: url(../images/list_img03.gif);
}
#category_link{
	background-color: #FFFFFF;
	padding: 5px;
}

#category_link h2{
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	letter-spacing: 0.5em;
}
#category_link ul{
}
#category_link li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-position: inside;
	list-style-image: url(../images/list_img01.gif);
}
#category_link .info li{
	list-style-position: inside;
	list-style-image: url(../images/list_img02.gif);
}
#sitetxt{
	padding: 5px;
	margin-top: 5px;
}
#sitetxt p{
	font-size: 11px;
}

/*___コンテンツラップ___*/
#contentswrapper{
	float: right;
	padding: 0px;
	width: 750px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*___コンテンツ___*/
#content {
	width: 495px;
	float: left;
}
#contents_banner{
	width: 495px;
	clear: both;
	margin-bottom: 1px;
}
#contents_banner ul{
	margin-left: -6px;
}
#contents_banner li{
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
#contents_banner .clear{
	clear: both;
	height: 1px;
}
/*___新着商品___*/
#topix_box{
	height: 250px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	overflow-y:scroll;
}
#topix_box img{
	margin-left:2px;
}
#topix_box ul{
}
#topix_box li{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: peru;
	list-style-position: inside;
	list-style-image: url(../images/arrow_collapse.gif);
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}
/*___新着商品___*/
#seasonplan{
	width: 495px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#seasonplan h2{
	background-image: url(../images/tit_seasonplan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 25px 0 0 5px;
	margin: 0px;
}
#seasonplan ul{
	padding-top: 10px;
}
#seasonplan li{
	float: left;
	margin-bottom: 10px;
	margin-left: 9px;
}
#seasonplan .clear{
	clear: both;
	height: 1px;
}

#planlist{
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#planbox{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
.subcatch{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.subcatch2{
	font-size: 12px;
}
.planboximg{
	width: 140px;
	float: left;
}
.planboxtxt{
	margin-left: 145px;
}
#planbox p{
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#planbox strong{
	background-color: #D2136E;
	color: #FFFFFF;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0em;
	padding-left: 0.3em;
}
/*___タブ内部　2010/02ver___*/
#tab_inline{
}
#tab_inline h2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	color: #A11E32;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#tab_inline h3{
	font-size: 15px;
	font-weight: bold;
}
#tab_inline p{
}
#tab_inline .titlearea{
}
#tab_inline .titlearea_img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#tab_inline .titlearea_txt{
	float: left;
	width: 280px;
}
#tab_inline .listwrap{
}
#tab_inline .list_img{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tab_inline .list_txt{
	float: left;
	width: 380px;
	font-size: 11px;
}
#tab_inline .clear{
	clear: both;
	background-image: url(../images/background_left_arealink.gif);
	height: 4px;
	background-repeat: repeat-x;
}

/* ===== Tabs CSS ===== */
div.tabPanes > div { display: none; } /* initially all panes are hidden */
div.tabPanes {
	padding: 0;
}

ul#tabs-2 {
	width:495px;
	overflow:hidden;/*float解除*/
	zoom:100%;
　/*float解除*/
	background-color: #333333;
	line-height:24px;
	font-size:11px;
	color:#600;
}
ul#tabs-2 li {
	float:left;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
ul#tabs-2 li a {
	display:block;
	height:100px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	text-indent:0;
	background-image:url(../images/bt_select.gif);
	background-repeat:no-repeat;
	width: 82px;
}
ul#tabs-2 a.umi {background-position:0px 0px;width:82px;}
ul#tabs-2 li a.umi:hover {background-position:0px -100px;}

ul#tabs-2 a.shima {background-position:-82px 0px;width:82px;}
ul#tabs-2 li a.shima:hover {background-position:-82px -100px;}

ul#tabs-2 a.machi {background-position:-164px 0px;width:82px;}
ul#tabs-2 li a.machi:hover {background-position:-164px -100px;}

ul#tabs-2 a.theme {background-position:-246px 0px;width:82px;}
ul#tabs-2 li a.theme:hover {background-position:-246px -100px;}

ul#tabs-2 a.hama {background-position:-328px 0px;width:82px;}
ul#tabs-2 li a.hama:hover {background-position:-328px -100px;}

ul#tabs-2 a.resort {background-position:-410px 0px;width:82px;}
ul#tabs-2 li a.resort:hover {background-position:-410px -100px;}
/*___totop___*/
#totop{
	background-color: #EEEEEF;
	text-align: right;
	padding: 5px;
	font-size: 11px;
}
/*___ライトカラム___*/
#rightcolumn {
	width: 225px;
	float: right;
	margin-right: 10px;
	font-size: 12px;
}

#rightcolumn ul{
	margin: 0px;
	padding: 0px;
}
#rightcolumn li{
	margin-bottom: 10px;
	list-style-type: none;
}
/*___ホテルランキング___*/
#hotelranking{
	padding-right: 5px;
	padding-left: 5px;
}
#hotelranking h3{
	background-image: url(../images/tit_sidehotelrank.gif);
	background-repeat: no-repeat;
	text-indent: 0;
	height: 8px;
	padding-top:45px;
}
#hotelranking h4{
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 25px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: 5px 5px;
	font-size: 13px;
}
#hotelranking .first{
	background-image: url(../images/number/mark_fst.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#hotelranking .second{
	background-image: url(../images/number/mark_scd.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#hotelranking .third{
	background-image: url(../images/number/mark_3rd.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#hotelranking .no1{
	background-image: url(../images/number/1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#hotelranking .no2{
	background-image: url(../images/number/2.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#hotelranking .no3{
	background-image: url(../images/number/3.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#hotelranking .no4{
	background-image: url(../images/number/4.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#hotelranking .no5{
	background-image: url(../images/number/5.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#hotelranking .no6{
	background-image: url(../images/number/6.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#hotelranking p{
	margin-bottom: 1em;
}
#hotelranking ul{
	margin-top: 28px;
}
#hotelranking li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-left:25px;
	/*text-indent: 25px;*/
}
#hotelranking .one{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#hotelranking .one ul{
}
#hotelranking .one li{
}
#hotelranking .hotelranking_wrap{
}
#hotelranking .hotelranking_img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#hotelranking .hotelranking_txt{
	float: right;
	width: 110px;
	margin-right: 5px;
}
#hotelranking .hotelranking_txt p{
	font-size: 11px;
}
#hotelranking .clear{
	clear: both;
}
/*___エリアから探すホテル___*/
#hotelsearch_area{
	padding-right: 5px;
	padding-left: 5px;
}
#hotelsearch_area h3{
	background-image: url(../images/tit_sidehotelarea.gif);
	background-repeat: no-repeat;
	height: 8px;
	padding-top:45px;
}
#hotelsearch_area h4{
	padding-left: 5px;
}
#hotelsearch_area p{
	margin-bottom: 1em;
}
#hotelsearch_area .hotelboxset{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EE7C2A;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
#hotelsearch_area .thum{
	margin-right: 1em;
}
#hotelsearch_area .clear{
	clear: both;
}
/*___おすすめホテル___*/
#recomnd_search_hotels{
	padding-right: 5px;
	padding-left: 5px;
}
#recomnd_search_hotels h3{
	background-image: url(../images/tit_sidehotelrec1.gif);
	background-repeat: no-repeat;
	height: 8px;
	padding-top:37px;
}
#recomnd_search_hotels h4{
}
#recomnd_search_hotels .rechotwrap{
}
#recomnd_search_hotels .rechotwrap_img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#recomnd_search_hotels .rechotwrap_txt{
	float: right;
	width: 145px;
}
#recomnd_search_hotels .clear{
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	height: 1px;
}
/*___超定番プラン___*/
#hotelbasic{
	padding-right: 5px;
	padding-left: 5px;
}
#hotelbasic h3{
	background-image: url(../images/tit_sidehotelbasic.gif);
	background-repeat: no-repeat;
	height: 8px;
	padding-top:45px;
}
#hotelbasic h4{
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #B2105B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#hotelbasic p{
	margin-bottom: 1em;
	font-size: 11px;
}
#hotelbasic .one{
	border: 1px solid #CCCCCC;
	background-color: #DFF9FF;
	margin-bottom: 5px;
}
#hotelbasic .hotelranking_wrap{
}
#hotelbasic .hotelranking_img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#hotelbasic .hotelranking_txt{
	float: right;
	width: 110px;
	margin-right: 5px;
}
#hotelbasic .hotelranking_txt p{
}
#hotelbasic .clear{
	clear: both;
}
#hotelbasic table{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#hotelbasic tr{
}
#hotelbasic td{
	text-align: center;
	background-color: #EEEEEF;
	padding: 2px;
}



/*___フッター___*/	
	#footer {
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/background_foot.png);
	background-repeat: repeat-y;
	margin-top: 10;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}

	#footer h4 {
	color: #333333;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	float: none;
	}
	#footer a {
	color: #333333;
	text-decoration: none;
	}

	#footer a:visited {
	color: #666666;
	text-decoration: none;
	}

	#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #FF0000;
	}
	.footer_leftcol {
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #952723;
	padding-left: 0.5em;
	}
	.footer_ber1{
	background-image: url(../images/background_foot.png);
	background-repeat: repeat-y
	height: 10px;
	width: 950px;
	padding-top: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #952723;
	}
	.footer_ber{
	background-image: url(../images/back_foot_ber.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 4px;
	width: 930px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 10px;
	}
	#footer_jt {
	color: #333;
	margin-left: 10px;
	}

	.footer_submenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

	.footer_submenu li {
	line-height: 130%;
	list-style: none;
	margin: 0;
	float: none;
	padding: 0;
	}
	.nomal{
	font-weight: normal;
	font-size: 11px;
	}
	.logo{
	text-align: right;
	margin-top: -35px;
	padding-bottom: 10px;
	margin-right: 10px;
	}
	address{
	font-style: normal;
	color: #333333;
	}
	#copyright-letter {
	color: #FFFFFF;
	background-color: #952723;
	padding: 10px;
	}




/*new theme menui*/
#new_theme_menu {
	padding:0;
	background-image:url(../images/theme_menu2.gif); 
	background-repeat:no-repeat;
	margin:0;
}
ul#new_theme_menu {
	/*width:950px;*/
	margin:0;
	overflow:hidden;/*float解除*/
	zoom:100%;
　/*float解除*/
	background-color: #333333;
	height: 46px;
}
ul#new_theme_menu li {
	float:left; 
	list-style:none; 
	margin: 0px;
	padding: 0px;
}
ul#new_theme_menu li a {
	display:block; 
	height:46px; 
	text-align:center; 
	font-weight:bold; 
	letter-spacing:1px; 
	background-image:url(../images/theme_menu2.gif); 
	background-repeat:no-repeat; 
	font-size:16px;
	color:#fff;
	padding-top:12px;
}

ul#new_theme_menu li a:hover {color:#300;}

ul#new_theme_menu li a.th-home {background-position:0 0;width:150px;}
ul#new_theme_menu li a.th-home:hover {background-position:0 -46px;}

ul#new_theme_menu li a.th-theme {background-position:-150px 0px;width:133px;}
ul#new_theme_menu li a.th-theme:hover {background-position:-150px -46px;}
 
ul#new_theme_menu li a.th-area {background-position:-283px 0px;width:133px;}
ul#new_theme_menu li a.th-area:hover {background-position:-283px -46px;}

ul#new_theme_menu li a.th-hotel {background-position:-416px 0px;width:130px;}
ul#new_theme_menu li a.th-hotel:hover {background-position:-416px -46px;}

ul#new_theme_menu li a.th-jiyu {background-position:-546px 0px;width:99px;}
ul#new_theme_menu li a.th-jiyu:hover {background-position:-546px -46px;}

ul#new_theme_menu li a.th-tktplan {background-position:-645px 0px;width:156px;}
ul#new_theme_menu li a.th-tktplan:hover {background-position:-645px -46px;}

ul#new_theme_menu li a.th-tokushu {background-position:-801px 0px;width:79px;}
ul#new_theme_menu li a.th-tokushu:hover {background-position:-801px -46px;}

ul#new_theme_menu li a.th-taijma {background-position:-880px 0px;width:70px;}
ul#new_theme_menu li a.th-tajima:hover {background-position:-880px -46px;}



.twenty-four {color:red;text-decoration: blink;}

/*___検索フォーム___*/
#search {
	background:wheat;
	margin-bottom: 10px;
}
#search .form_items {
	margin:2px 0;
	border-bottom:1px solid white;
	padding:2px 0;
}
#search .search_box {
	background:#fff;
}
#search .ba_margin {
	margin-bottom:4px;
}
#search .ba_margin a{
	text-decoration:underline;
}
#keyword input {
	margin-left:15px;
}
