	/*___リセット___*/
	* { padding: 0; margin: 0; }
	
	body {
	 font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Geneva, Arial, Verdana, sans-serif;
	 font-size: 13px;
	}
	/* リンク */
	a {
		color:0000ff;
		text-decoration:underline;
	}
	a,a:link,a:hover {
	font-style:normal;
	color: #FFFFFF;
	}
	a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color: #CCCCCC;
	}
	a:link {
	color:#000099
	}
	a:visited {
		color:#900
	}
	a:hover {
		color:#00f;
		background:#FC9;
	}
	a:hover img {
		opacity:0.6;
		filter:alpha(opacity=60);
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		color:transparent;
	}
	a:active {
		color:#333
	}
	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;
	}
	/*___ラッパー___*/
	#wrapper {
	width: 950px;
	height: 100%;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	}
	/*___ヘッダー___*/
	#header {
		margin: 0px;
		padding: 0px;
		width: 950px;
		background-color: #FFFFFF;
	}
	#headerFlash{
		height: 300px;
	}
	#icons{
	text-align: right;
	height: 50px;
	margin-right: 5px;
	padding-top: 7px;
	padding-bottom: 10px;
	}
	#icons ul{
	}
	#icons li{
	float: right;
	list-style-type: none;
	margin-left: 10px;
	}
	#icons .clear{
	height: 0px;
	}
	/*___レフトカラム___*/
	#leftcolumn {
	width: 205px;
	float: left;
	margin-right: 10px;
	margin-bottom: -32768px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 32768px;
	background-color:transparent;
	background-image: url(../images/back_contents.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
	#leftcolumn ul{
		margin: 0px;
		padding: 0px;
	}
	#leftcolumn li{
		margin-bottom: 5px;
		list-style-type: none;
	}
	.arealink {
	background-image: url(../images/background_left_arealink.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

	.arealink,.arealink2,#leftbox ul {
	padding:5px
	}

	.arealink h2,.arealink2 h2,#leftbox {
	background:#fff
	}

	.arealink h2,.arealink2 h2 {
	padding:0 0 0 0.5em;
	font-size:15px;
	/*border-left-color:#af1f24;*/
	border-bottom-color:#ccc
	}

	.arealink h2,.arealink h3,.arealink2 h2,.arealink2 h3 {
	color:#333
	}

	.arealink h2,.arealink2 h2,#leftbox li {
	border-left-width:5px;
	border-left-style:solid;
	border-bottom-width:1px;
	border-bottom-style:dotted
	}

	.arealink h3,.arealink2 h3 {
	font-size:13px;
	font-weight:normal;
	line-height: 1.5em;
	}

	.arealink2 {
	margin-bottom:5px;
	background-image: url(../images/background_left_arealink2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
	#leftcolumn .ar_home{
	background-color: #E6EEBC;
	border-left-color: #FCC245;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	}

	#leftcolumn .ar_okinawarito {
	border-left-color:#7fcdf0;
	font-size: 14px;
	}

	#leftcolumn .ar_hokkaido {
	border-left-color:#004097;
	background-color: #FFFFFF;
	font-size: 14px;
	}

	#leftcolumn .ar_kyusyu {
	border-left-color:#f29600;
	font-size: 14px;
	}

	#leftbox {
	margin-bottom:10px;
	padding-top:5px;
	background-color: transparent;
	}

	#leftbox li {
	border-bottom-color:#fff;
	border-left-color:#cd117f;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:0;
	margin:0
	}

	/*___コンテンツラップ___*/
	#contentswrapper{
	float: right;
	padding: 0px;
	width: 725px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: hidden;
	background-image: url(../images/background_contentswrapper.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
	/*___コンテンツ___*/
	#content {
		width: 455px;
		float: left;
		padding: 0px;
	}
	.clearboth{
		clear: both;
	}
	#search{
		width: 455px;
		border: 1px solid #CCCCCC;
		margin-bottom: 10px;
	}
	.newstopix{
		width: 455px;
		border: 1px solid #CCCCCC;
		margin-bottom: 10px;
	}
	.newstopix ul{
		list-style-type: none;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.newstopix li{
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-repeat: no-repeat;
		background-position: left center;
		padding-top: 0.5em;
		padding-left: 1.5em;
		padding-bottom: 0.2em;
	}
	.tp01{
		background-image: url(../images/listmark01.gif);
	}
	.tp02{
		background-image: url(../images/listmark02.gif);
	}
	.tp03{
		background-image: url(../images/listmark03.gif);
	}
	.tp04{
		background-image: url(../images/listmark04.gif);
	}
	
	/*#tokushu_topix{
		width: 455px;
		border: 1px solid #CCCCCC;
		margin-bottom: 10px;
	}*/
	#tokushu_topix ul{
		list-style-type: none;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	/*#tokushu_topix li{
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-repeat: no-repeat;
		background-position: left center;
		padding-top: 0.5em;
		padding-left: 1.5em;
		padding-bottom: 0.2em;
	}*/
	
	/*____メインバナー___*/
	#mainbanners{
	width: 455px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	height:880px;/*floatで高さが無視されるため指定*/
	}
	#mainbanners ul{
	list-style-type: none;
	padding-top: 3px;
	margin-top: 10px;
	clear: both;
	}
	#mainbanners li{
	float: left;
	padding-left: 10px;
	width: 213px;
	padding-bottom: 10px;
	}
	#mainbanners .mainbanners_clear{
	clear: both;
	}
	/*___特集キャンペーン___*/
	#spcial_plan{
	width: 455px;
	border: 1px solid #CCCCCC;
	height: 220px;
	margin-bottom: 10px;
	}
	#spcial_plan ul{
	list-style-type: none;
	
	margin-top: 15px;
	}
	#spcial_plan li{
	float: left;
	padding-left: 6px;
	/*width: 101px;*/
	padding-bottom: 10px;
	font-size: 11px;
	margin-top: -5px;
	}
	.spcial_plan_box li{
	width: 101px;
	}
/*___人気ツアーラインナップ___*/
	#fav_plan{
	width: 455px;
	border: 1px solid #CCCCCC;
	height: 485px;
	}
	#fav_plan ul{
	list-style-type: none;
	padding-top: 3px;
	margin-top: 10px;
	}
	#fav_plan li{
	float: left;
	padding-left: 10px;
	width: 213px;
	padding-bottom: 10px;
	}	
	.fav_plan_box {
		border-bottom:1px dotted #ccc;
		padding:10px 5px;
		height:90px;
	}
	.fav_plan_box h4 {
		font-size:12px;
		color:#00F;
		margin-bottom:3px;
	}	
	.fav_plan_box h4 a {
		font-size:12px;
		color:#00F;
		margin-bottom:3px;
	}	
	.fav_img {float:left;
	margin-right:8px;
	}
	.fav_plan_box a {
		color:#333;
	}
	.fav_plan_box a:hover {
		background:#FF9;
	}
	
	/*___ライトカラム___*/
	#rightcolumn {
		width: 245px;
		float: left;
		background-color: #004EA1;
		margin-left: 10px;
		padding-bottom: 32768px;
		margin-bottom: -32768px;
		padding-right: 5px;
		padding-left: 5px;
		padding-top: 5px;
		/*height:1001px;*/
	}
	#rightcolumn ul{
	padding: 0px;
	list-style-type: none;
	margin-left: -5px;
	}
	#rightcolumn li{
	}
	#smallbanners{
	}
	#smallbanners ul{
		margin: 0px;
		padding-top: 6px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	#smallbanners li{
		margin-bottom: 6px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		float: left;
		width: 122px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 6px;
	}
	
	#smallbanners .left{
		margin-left: -6px;
	}
	#ranking{
		padding-right: 5px;
		padding-left: 5px;
	}
	#ranking ul{
		padding-top: 5px;
	}
	#ranking li{
		margin-bottom: 10px;
		list-style-type: none;
		border-bottom-width: 1px;
		border-bottom-style: groove;
		border-bottom-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 50px;
		color: #FFFFFF;
		padding-top: 0.5em;
	}
	#ranking .rk1{
		background-image: url(../images/ranking_01.gif);
	}
	#ranking .rk2{
		background-image: url(../images/ranking_02.gif);
	}
	#ranking .rk3{
		background-image: url(../images/ranking_03.gif);
	}
	#ranking .rk4{
		background-image: url(../images/ranking_04.gif);
	}
	#ranking .rk5{
		background-image: url(../images/ranking_05.gif);
	}
		#mrjumbo{
		width: 250px;
		text-align: center;
		margin-left: -5px;
	}
	#mrjumbo ul{
	margin-top:0.5em;
	padding-left: 10px;
	margin-bottom: 0px;
	}
	#mrjumbo li{
	margin-bottom: 0.5em;
	}
	#hotnews{
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 245px;
	}
	#hotnews ul{
	margin: 0px;
	padding: 0px;
	}
	#hotnews li{
	}
	#hotnews p{
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0.5em;
	}
	.rightbanner{
	}
	
	/*___二段カラム右おススメプラン1218wright___*/	
	#reccomendplan{
	margin-top: 10px;
	}
	.recbox{
	background-color: #FFFFFF;
	margin-bottom: 5px;
	}
	#reccomendplan h3{
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 2em;
	padding-bottom: 0px;
	font-size: 13px;
	background-color: #004EA1;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
	#reccomendplan .green{
	background-image: url(../images/backgroud_recmend_green.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	margin-bottom: 0.5em;
	}
	#reccomendplan .green a{
	color: #990000;
	}
	#reccomendplan .red{
	background-image: url(../images/backgroud_recmend_red.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	margin-bottom: 0.5em;
	color: #FFFFFF;
	}
	#reccomendplan .red a{
	color: #FFFFFF;
	}
	#reccomendplan .recboximg{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	}
	#reccomendplan .recboxtxt{
	font-size: 12px;
	color: #333333;
	float: left;
	width: 140px;
	}
	#reccomendplan a {
	color:#444;
	}
	#reccomendplan a:hover{
	background-color:#FF9;
	}
	
	/*___セカンドコンテンツ___*/
	#secondcontentswrapper{
		float: right;
		padding: 0px;
		width: 725px;
		margin: 0px;
		overflow: hidden;
	}
	
	#bigbanner{
	}
	#bigbanner ul{
	margin-top: 10px;
	margin-bottom: 10px;
	}
	#bigbanner li{
	margin-left: 10px;
	list-style-type: none;
	margin-bottom: 10px;
	float: left;
	}
	
	#second_left{
	float: left;
	width: 355px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 3px;
	}
	.10pxclear{
	height: 10px;
	clear: both;
	padding-top: 10px;
	}
	#plan{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	}
	#plan .img_L{
	float: left;
	height: 60px;
	width: 60px;
	padding-right: 5px;
	}
	#plan .txt{
	margin-left: 65px;
	}
	#plan h2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-style: none;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	}
	.okinawa{
	color: #E50012;
	}
	.okinawarito{
	color: #0099CC;
	}
	.hokkaido{
	color: #004097;
	}
	.kyusyu{
	color: #EC6000;
	}
	#plan p{
	font-size: 10px;
	}
	#second_right{
	float: left;
	width: 355px;
	margin-left: 3px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
	/*___フッターラッパー___*/
	#footer_wrapper{
	width: 950px;
	height: 100%;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	/*___ブランド___*/
	#bland { 
	width: 950px;
	padding-left: 10px; 
	clear: both;
	}
	/*___ジャントラ___*/
	#info_jantora{
	float: left;
	width: 455px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 3px;
	background-image: url(../img/banners/info_jantora.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	}
	#info_jantora h3{
	padding-top: 170px;
	font-size: 13px;
	padding-left: 45px;
	}
	/*___JJ OKINAWA___*/
	#info_jjokinawa{
	float: left;
	width: 455px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	background-image: url(../img/banners/info_jjokinwa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	}
	#info_jjokinawa h3{
	padding-top: 170px;
	font-size: 13px;
	padding-left: 45px;
	}
	/*___JJ PLATINUM___*/
	#info_jjplatinum{
	float: left;
	width: 455px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 3px;
	background-image: url(../img/banners/info_jjplatinum.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	}
	#info_jjplatinum h3{
	padding-top: 170px;
	font-size: 13px;
	padding-left: 45px;
	}
	/*___JJ kakuyasu___*/
	#info_jjkakuyasu{
	float: left;
	width: 455px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	background-image: url(../img/banners/info_jjkakuyasu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	}
	#info_jjkakuyasu h3{
	padding-top: 170px;
	font-size: 13px;
	padding-left: 45px;
	}
	#bland .clear{
	clear: both;
	height: 10px;
	}
/*___フッター___*/	
	#footer {
	clear: both;
	background-color: #0E4488;
	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: #FFF;
	}

	#footer h4 {
	color: #FFF;
	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: #FFF;
	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: #FFF;
	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: #FFFF00;
	}
	.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: #FFF;
	}
	#copyright-letter {
	color: #FFFFFF;
	background-color: #071649;
	padding: 10px;
	}
	
	
	/*___検索フォーム___*/
    .form_items {margin:2px 0;border-bottom:1px solid white;padding:2px 0;}
	#search {background:#C7E6FF;}
	#keyword input {margin-left:15px;}

	
	
	/*___予約の流れ／お客様ヘルプ___*/
	#header {background:url(../img/operate/header.gif) no-repeat;
	text-align:right;
	height:150px;}
	#header a, a:visited {color:#069;}
	#header a:hover {text-decoration:underline;}
	
	#op_contents a:link,#op_contents a:visited,#op_contents a:active {
	text-decoration:none;
	color:#06C;
	}
	
	#op_contents a:hover {color:#F30;}
	
	#op_contents{
		margin:20px 0;
		}
	#op_onecol_contents{
		margin:20px 120px;
		padding-bottom:100px;
		}
		
	#op_onecol_contents a:link,#op_onecol_contents a:visited,#op_onecol_contents a:active {
	text-decoration:underline;
	color:#06C;
	}
	
	#op_onecol_contents a:hover {color:#F30;}	
		
		
		
	#op_onecol_contents h2 {
		margin:0;
		background:url(../img/operate/h3bg.gif) no-repeat;
		height:36px;
		padding:8px 40px;
		color:#000;
		font-size:16px;
		}
	#op_onecol_contents h3 {
		margin-top:30px;
	}
	#op_onecol_contents ul, #op_onecol_contents ol {
		margin-left:40px;
	}
	.one_box {
	width:922px;
	border:1px solid #ccc;
	margin-left:10px;
	line-height:1.3em;
	}
		
	.half_box {
		border:1px solid #ccc;
		float:left;
		width:455px;
		margin-left:10px;	
		line-height:1.3em;
		}
	.half_box h3, .one_box h3 {
		margin:0;
		background:url(../img/operate/h3bg.gif) no-repeat;
		height:36px;
		padding:8px 40px;
		}
		
	.half_box ul, .one_box ul {
		margin-left:30px;
		margin-bottom:10px;
		}
	.half_box li, .one_box li {
		margin:5px 0;
		}
		
	.half_box p, .one_box p {
		padding:0 25px;
		}	
		
	.col_1 {
		float:left;
		width:265px;
	}
	.col_1 li {
		margin-left:15px;
	}	
	.clear {
		clear:both;
		height:10px;
	}
	.one_box_inner {
		margin:5px 30px;
	}
	.op_homelink {
		margin:10px 10px 20px 10px;
	}
	.contact-details {margin-left:5px;}
	.contact-details h4 {
	font-weight:bold;
	margin:20px 0 0 0;
	font-size:12px;
	}
	.contact-kokunai {color:saddlebrown}
	
