@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', Verdana, sans-serif;
	font-size: 12px;
}
/* リンク */
a {
	color:0000ff;
	text-decoration:underline
}
a,a:link,a:hover {
	font-style:normal;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:underline
}
a:link {
	color:#000099
}
a:visited {}
a:hover {
	color:#00f
}
a:active {
	color:#333
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p{
	font-size: 12px;
	line-height: 1.5em;
}
h1{
	font-weight: bold;
	font-size: 13px;
	padding-top: 45px;
	padding-left: 5px;
	float: left;
}
/* 画像の角丸 */
#main_screen img,#SelectBanners img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*/////////// ラッパー ///////////*/
#wrapper{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper .clearboth{
	clear: both;
}
#pan{
	clear: both;
}
#pan ol{
}
#pan li{
	display: inline;
}


/*/////////// 新 マップ入りヘッダー ///////////*/



#okinawa_main_head {
	position:relative;
	padding:10px 0px 10px 0px;
}

#okinawa_main_head li {
	position:absolute;
}

li.hokubu {
	top:72px;
	left:185px;
}

li.nishikaigan {
	top:147px;
	left:50px;
}

li.chubu {
	top:154px;
	left:217px;
}

li.naha {
	top:248px;
	left:140px;
}

#okinawarito_main_head {
	position:relative;
	padding:10px 0px 10px 0px;
}

#okinawarito_main_head li {
	position:absolute;
}



li.kume_n {
	top:147px;
	left:35px;
}

li.kohama_n {
	top:189px;
	left:121px;
}

li.iriomote_n {
	top:271px;
	left:43px;
}

li.ishigaki_n {
	top:271px;
	left:210px;
}

li.miyako_n {
	top:112px;
	left:199px;
}


/*/////////// サイドカラム ///////////*/
#sidecolumn{
	float: left;
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#sidecolumn h2{
	background-image: url(../images/back/area_hatch_side_h2.png);
	background-repeat: no-repeat;
	background-position: 11px 5px;
	height: 23px;
	font-weight: bold;
	padding-left: 38px;
	padding-top: 8px;
	margin-bottom: 5px;
}

#sidecolumn h2.oki_pickup{
	background-image:url(../images/back/area_hatch_side_h2_yellow.png);
	background-repeat: no-repeat;
	background-position: 11px 5px;
	height: 23px;
	font-weight: bold;
	padding-left: 38px;
	padding-top: 5px;
	margin-bottom: 5px;
}



#sidecolumn h3{
}
#sidecolumn ul{
}
#sidecolumn li{
}
#sidecolumn{
}
/* マップ */
#map{
	height: 250px;
	clear: both;
	margin-bottom: 10px;
	width: 250px;
}

.dep_honto_map {
	background:url(../../okinawa/common/images/map/honto_bg.png) no-repeat;
	position:relative;
}

.dep_honto_map li, .dep_rito_map li {
	position:absolute;
}

li.bt_hokubu {
	top: 47px;
	left: 127px;
}
li.bt_chubu {
	top: 129px;
	left: 109px;
}
li.bt_nishikaigan {
	top: 147px;
	left: 6px;
}
li.bt_naha {
	top: 187px;
	left: 14px;
}


.dep_rito_map {
	background:url(../../okinawa/common/images/map/rito_bg.png) no-repeat;
	position:relative;
}

li.bt_kume {
	top: 120px;
	left: 107px;
}
li.bt_kohama {
	top: 157px;
	left: 85px;
}
li.bt_miyako {
	top: 175px;
	left: 187px;
}
li.bt_ishigaki {
	top: 204px;
	left: 128px;
}
li.bt_iriomote {
	top: 208px;
	left: 63px;
}



/* 検索 */
#quick_search{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	border: 1px solid #CCCCCC;
	height: 190px;
	margin-bottom: 10px;
	background-color: #FFFFCC;
}
#quick_search em{
	font-size: 11px;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CC3300;
	padding-left: 0.2em;
}
#quick_search .form_items{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	margin-bottom: 2px;
}
#quick_search .form_items,#quick_search p{
	margin-right: 11px;
	margin-left: 11px;
}
#year{
	width: 4em;
}
#month{
	width: 2em;
}
#day{
	width: 2em;
}
#departure{
	width: 6em;
}
#purpose{
	width: 10em;
}
#division{
	width: 8em;
}
#budget_lower{
	width: 8em;
}
#budget_upper{
	width: 4em;
}
/* 20120522NEW検索 */
#searchbox{
	width: 240px;
	height: auto;
	padding: 0px 4px 10px 4px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	margin-bottom: 10px;
	background-color:#ffffcc;
	font-size:11px;
}
#searchbox h2{
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
	height: 20px;
	/*color: #FFFFFF;*/
	padding: 5px 0 3px 35px;
}

#searchbox h2.hok_search{
	background-image: url(../images/back/area_hatch_side_h2-hok.png);
	color:#FFFFFF;
}

#searchbox table{
	width: auto;
	margin:0px;
	padding:0px;
}
#searchbox table tr{
	height: 28px;
}
#searchbox table tr.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#searchbox table th{
	width:70px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-image: url(../images/topic.png);
	background-repeat: no-repeat;
	background-position:4px 7px;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: bold;
	vertical-align:top;
}
#searchbox table td{
	padding:5px 0px 5px 0px;
	white-space: nowrap;
}
#searchbox table td.searchbtn{
	text-align: center;
}
.ro :hover{
	filter: alpha( opacity=80 );  /* IE */
    opacity:0.80;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.80;
}
/* エリアリンク / 東京発目的地で探す */
#other_area,#goto{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#other_area h2,#goto h2{
}
#other_area h3,#goto h3{
	font-weight: bold;
	margin-right: 11px;
	margin-left: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#other_area ul,#goto ul{
	margin-right: 11px;
	margin-left: 11px;
	width: 228px;
	margin-bottom: 5px;
}
#other_area li,#goto li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9F1B2A;
	width: 228px;
	float: none;
	background-image: url(../images/bullet_09.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1.3em;
}
#other_area li a,#goto li a{
	text-decoration: none
}
#other_area .h3back_oki,#goto .h3back_oki{
	color: #FFFFFF;
	background-color: #9F1B2A;
}
#other_area .h3back_okiri{
	color: #FFFFFF;
	background-color: #3C9CE5;
}
#other_area .h3back_hok{
	color:#FFFFFF;
	background-color:#20843C;
	}
#other_area .h3back_kyu{
	color:#FFFFFF;
	background-color:#E78321;
	}
#goto .h3back_hok{
	color: #FFFFFF;
	background-color: #2D4299;
}
#other_area 	.hokver li{
	background-image: url(../images/icon/arrow_large_right.png);
	padding-left: 5px;
}
/* 目的で探す*/
#a_purpose{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#a_purpose p{
	text-decoration:underline;
}
#a_purpose hr{
	clear: both;
	width: 228px;
}
#a_purpose .purpose_img{
	height: 50px;
	width: 50px;
	float: left;
	margin-left: 11px;
	margin-bottom: 5px;
	margin-right: 5px;
}
/* おすすめツアーリスト */
#tourlists{
	height: auto;
	padding: 5px;
	/*border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	border-radius: 5px;*/
	margin-bottom: 10px;
	background-color:#ffffff;
}
#depa_hokkaido .hok_tourlist{
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 13px;
	height: 20px;
	color: #FFFFFF;
	padding: 0 0 2px 25px;
	background-image:url(../images/back/area_hatch_contents_h2-hok.png);
}
.tourbox{
	height: 140px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 10px 0px 10px 0px;
	position: relative;
}
.tourbox strong{
	font-weight: bold;
	color: #C00;
	}
.tourbox .imgicon{
	height: auto;
	margin: 0 12px 0 4px;
	float: left;
}
.tourbox .imgicon p.period{
	padding: 1px;
	margin: 3px 0 4px 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff4347;
	text-align: center;
}
.tourbox .imgicon img{
	width: 120px;
}
.tourbox .tour{
	height: 148px;
}
.tourbox .tour p.tourtitle{
	font-size: 16px;
	font-weight: bold;
	/*padding-bottom: 1px;*/
	padding:6px 0px 0px 0px;
	margin:0px 0px 6px 0px;
}
.tourbox .tour p.tourtitle span{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1px;
}
.tourbox .tour p.explain{
	font-size: 12px;
	line-height: 18px;
	height: 80px;
	margin: 0 0 6px 6px;
}
.tourbox .tour p.explain span{
	font-weight: bold;
	color: #FF0000;
}
.tourbox .tour ul{
	font-size: 14px;
	font-weight: bold;
	width: auto;
	margin-top:-10px;
	float:right;
}
.tourbox .tour ul li{
	float: left;
	margin: 0 14px 0 0;
}
.tourbox .tour ul li.firstlist{ margin-left:12px;}
.tourbox .tour ul li a:link,
.tourbox .tour ul li a:visited{
	text-decoration: underline;
	color: #0033FF;
}
.tourbox .tour ul li a:hover,
.tourbox .tour ul li a:active{
	text-decoration: none;
	color: #0000FF;
}
.tourbox .tour p.tourprice{
	font-size: 16px;
	clear: left;
	padding-bottom: 10px;
	position: absolute;
	top: 100px;
	left: 510px;
	color: #FF0000;
	font-weight: bold;
}
/* ホテルピックアップ */
#pickuphotels{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#pickuphotels a:link{
	text-decoration: underline;
}
#pickuphotels h3{
	font-weight: bold;
}
#pickuphotels p{
	width: 205px;
}
#pickuphotels .pickuphotels_wrapper{
	overflow-y: scroll;
	width: 228px;
	height: 505px;
	margin-right: 11px;
	margin-left: 11px;
}
#pickuphotels .pickup_box{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0.5em;
}
#pickuphotels .pickupimg{
	width: 205px;
	height: 100px;
	border: 1px solid #CCCCCC;
}
#pickuphotels .best_ic{
	font-weight: bolder;
	color: #CC3300;
	font-size: 13px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-left: 0.5em;
	background-image: url(../images/back/stripe_c1.png);
	background-repeat: repeat;
}


/* ホテルピックアップ 九州 */
#pickuphotels_ks{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#pickuphotels_ks a:link{
	text-decoration: underline;
}
#pickuphotels_ks h3{
	font-weight: bold;
	font-size:14px;
}
#pickuphotels_ks p{
	padding-top:7px;
	width: 205px;
	padding-bottom:7px;
	line-height:1.3em;
}


#pickuphotels_ks .pickuphotels_wrapper{
	overflow-y: scroll;
	width: 228px;
	height: 1030px;
	margin-right: 11px;
	margin-left: 11px;
}
#pickuphotels_ks .pickup_box{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0.5em;
}
#pickuphotels_ks .pickupimg{
	width: 205px;
	height: 100px;
	border: 1px solid #CCCCCC;
}
#pickuphotels_ks .best_ic{
	font-weight: bolder;
	color: #CC3300;
	font-size: 13px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-left: 0.5em;
	background-image: url(../images/back/stripe_c1.png);
	background-repeat: repeat;
}



/* コンシェルジュ */
#concierge{
	margin-bottom: 10px;
}
/* ランキング */
#ranking{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#ranking h3{
	font-weight: bold;
}
#ranking .box{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	text-align: right;
}
#ranking .box:last-child{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ranking .cr{
	height: 50px;
	width: 50px;
	float: left;
}
#ranking .title{
	line-height: 1.4em;
	font-weight: bold;
}
#ranking .price{
	font-weight: bold;
	color: #CC0000;
}
#ranking .submit{
	background-image: url(../images/back/stripe_c1.png);
	padding: 3px;
	font-weight: bold;
}
/*/////////// メインカラム ///////////*/
#contents{
	float: left;
	width: 690px;
}
#contents h2{
	background-image: url(../images/back/area_hatch_contents_h2.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 7px;
	margin-bottom: 5px;
}
/* ピックアップ */
#pickupbanners{
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
#depa_hokkaido #pickupbanners h2{
	height:24px;
	line-height:24px;
	padding:0 0 0 9px;
	margin:0;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	/*background:url(../hokkaido/common/images/module-hd.png) 0 0 no-repeat;*/
	background:#22853d;
	border-left:6px solid #ffaa07;
}
#pickupbanners h3{
    font-weight: bold;
}
#pickupbanners p{
    width: 205px;
}
#pickupbanners a{
    text-decoration:underline;
}
#pickupbanners .ski_tit{
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #1F2E8D;
    padding: 5px;
    margin-bottom: 5px;
    line-height: 1.4em;
    margin-top: 5px;
}
#pickupbanners .pickupbanners_inner{
    overflow-y: scroll;
    padding-left: 10px;
    height: 505px;
}
#pickupbanners .pickup_box{
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-bottom: 1.2em;
	padding:10px 0px;
}
#pickupbanners .pickupimg{
    width: 205px;
    height: 100px;
    border: 1px solid #CCCCCC;
	margin:5px 0px;
}
#pickupbanners .pickup_box{
}
.event-schedule {
    background-color: #EDEDED;
    font-size: 11px;
    padding: 2px;
    width: 200px;
}
.event-about {
    font-size: 11px;
    line-height: 1.5em;
    padding-top: 5px;
}
/* メインヘッダー */
#main_header{
	width: 688px;
	margin-bottom: 10px;
	z-index: -1;
}
#main_header .second_banner{
	
}

/* map上 キャンペーンバナー */
#pr_banner {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 15px;
}

.pr_tit {
	font-size:12px;
	color:#600;
	background-color:#fffacd;
	padding:5px;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:5px;
}
.pr_img {
	float:left;
}
.pr_text {
	float: left;
    font-size: 12px;
    line-height: 1.2em;
    padding: 5px;
    width: 117px;
}

span.pr_link {
	float:right;
	width:117px;
	font-size:13px;
}

span.pr_link a {
	text-decoration:underline;
	
}
.pr_box {
	border-bottom:dotted #333 1px;
	padding-bottom:5px;
	margin:5px;
	
}

/* map上 2013/04/10 JALキャンペーンバナー */

#cp_banner {
	padding: 0 0 10px 5px;
}

#cp_banner #cp_text {
	text-decoration:underline;
	line-height:1.5em;
	padding-top:3px;
}


/* 新着情報 */
#Topix{
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	margin-bottom: 10px;
	height: 235px;
}
#Topix ul{
	overflow-y: scroll;
	height: 190px;
	padding:5px;
}
#Topix li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top:4px;
	padding-bottom:4px;
}
#Topix .pricedown,#Topix .pop,#Topix .bargain,#Topix .feature,#Topix .check,#Topix .limited{
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 41px;
}
#Topix .pricedown{
	background-image: url(../images/icon/pricedown.png);
}
#Topix .limited{
	background-image: url(../images/icon/limited.png);
}
#Topix .pop{
	background-image: url(../images/icon/pop.png);
}
#Topix .bargain{
	background-image: url(../images/icon/bargain.png);
}
#Topix .feature{
	background-image: url(../images/icon/feature.png);
}
#Topix .check{
	background-image: url(../images/icon/check.png);
}
/* 最安値プラン */
#saiyasune {border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	margin-bottom: 10px;
}
#saiyasune ul {
	padding-left:2px;
}
#saiyasune li {
	margin-top:5px;
	float:left;
	padding-left:2px;
}




.saiyasune_box {
	margin-top:5px;
	float:left;
	padding-left:12px;
	width:156px;
	}
 
 .saiyasune_box p {
	padding-left:5px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	line-height:1.5em;
	text-decoration:underline;
}

.saiyasune_box_b {
	margin-top:5px;
	float:left;
	padding-left:9px;
	}

.saiyasune_box_b p {
	padding-left:5px;
	margin-bottom:3px;
	padding-top:3px;
}
	


.lowprice_box {
	float:left;
	padding-left:10px;
}

.lowprice_box p {
	padding:5px;
	text-decoration:underline;
}


/* 最安値プラン 九州 */

#saiyasune_kyushu {border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	margin-bottom: 10px;
}
#saiyasune_kyushu ul {
	padding-left:2px;
}
#saiyasune_kyushu li {
	margin-top:5px;
	float:left;
	padding-left:2px;
}




/* 期間限定 九州バナー */


#limited_kyushu {
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	margin-bottom: 10px;
}
#limited_kyushu ul {
	padding-left:2px;
}

#limited_kyushu li {
	margin-top:5px;
	float:left;
	padding-left:2px;
}

.limited_box {
	margin-top:5px;
	float:left;
	padding-left:10px;
	text-decoration:underline;
	}

.limited_box p {
	padding-left:5px;
	margin-bottom:3px;
	padding-top:3px;
	float:left;
}





/* 期間限定商品バナー */
#limited_sp {border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	margin-bottom: 10px;
	margin-top:10px;
}
#limited_sp ul {
	padding-left:10px;
}
#limited_sp li {
	margin-top:5px;
}

.limit_box {
	float:left;
	padding-left:10px;
	padding-bottom:10px;
}

.limit_box p {
	padding:2px;
	text-decoration:underline;
}

/* シーズン商品特集バナー */
#seasonal{
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	margin-bottom: 10px;
}
#seasonal h2{
}
#seasonal ul{
}
#seasonal li{
	float: left;
	margin-left: 5px;
	width: 223px;
	margin-bottom: 5px;
}
/* 2個枠 */
#seasonal .dbl{
	width: 336px;
}
/* 定番商品 */
#basic{
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	margin-bottom: 10px;
}
#basic h2{
}
#basic h3{
	font-size: 13px;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0D0D9F;
	text-indent: 0.5em;
	margin-bottom: 5px;
}
#basic p{
	float: left;
	width: 211px;
	font-size:11px;
}
#basic .b_box{

/*	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
*/	float: left;
	margin-left: 7px;
	margin-bottom: 5px;
	height: 100px;
	border-bottom: 1px dotted #cccccc;
	border-right: 1px dotted #ccc;
    padding: 6px 10px 8px 6px;
    width: 316px;
}

#basic .img_l{
	height: 67px;
	width: 100px;
	background-color: #EDEDED;
	float: left;
	margin-right: 5px;
}
/* ホテルカセット */
#hotelcas{
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.jumbotours.co.jp/common/css/ie-css3.htc);
	background-color:#FFFFFF;
	margin-bottom: 10px;
}

#hotelcas h3{
	font-weight: bold;
	padding-left: 5px;
}
#hotelcas .areaTitle{
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
	background-image: url(../images/back/area_hatch_hotelcas2.png);
	background-repeat: no-repeat;
	width: 640px;
	margin-left: 5px;
	text-indent: 2em;
}
#hotelcas .casset_wrapper{
	overflow-y: scroll;
	height: 835px;
}
#hotelcas .hotel{
	float: left;
	margin-left: 5px;
	width: 215px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	background-image: url(../images/back/area_hatch_hotelcas.png);
	background-repeat: repeat-x;
}
#hotelcas .h_img img{
	width: 205px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 102px;
}
#hotelcas .h_bt{
	margin-bottom: 5px;
	margin-left: 5px;
}
#hotelcas .sub_area{
	background-image: url(http://www.jumbotours.co.jp/area/common/images/back/area_hotel_co_titile.png);
	background-repeat: repeat-x;
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	clear: both;
	color: #C30;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 9px;
	margin-left: 9px;
	padding: 5px;
	width: 650px;
	clear: both;
}

#hotel-jump {
	margin:5px 0 10px;
	padding:0 10px;
	clear: both;
}

#hotel-jump li{
	list-style: none;
	float: left;
	margin-right: 3px;
	background-image: url(../images/bullet_09.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1.2em;
}


/* 定番マイプラン */

 .area_icon {
	 float:right;
	 height: 30px;
}
 
#basic .b_box h3 {
	 float:left; 
}

.tit_area {
	height:30px;
}




/* 点滅ヘッダー */


#head_mins{
	background-image: url(http://www.jumbotours.co.jp/tokyo/common/img/tokyo/oki-ngo-head.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 688px;
	height: 253px;
}

.taimu_ph{
	padding-top: 80px;
	margin-left: 25px;
}




/* IE6 css fixer v0.95: Fri, 24 Dec 2010 09:24:35 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
h1,
#sidecolumn,
#a_purpose .purpose_img,
#contents,
#seasonal li,
#basic p,
#basic .b_box,
#basic .img_l,
#hotelcas .hotel {display:inline;}

/* add transparancy */
a:hover img {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}


/* add overflow:visible to (submit) buttons */
 input, button {overflow:visible;}
 
 /* \ */
* html #seasonal li{
	margin-left: 3px;
}


