
/************************************************************************************
固有のスタイルシート

:;基本レイアウト
1.body,container,wrapper,a
2.header
3.gnavi
4.contents
5.sidecolumn-left
6.maincolumn
7.sidecolumn-right
8.pagetop
9.footer
10.Copyright

************************************************************************************/


html {
	}
	
body {
	background: url(../images/bg.jpg) repeat 0 0;
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	font-size: 13px;
	line-height: 1.6;
	color: #444;
	}

div#container {
	text-align: left;
	}

body#top div#container {
	}

div.wrapper {
	width: 1000px;
	margin:0px auto;
	}

div.left, div.center {
	display: inline;
	float: left;
}

/*
　a
****************************************/
a {
	color: #1a26b0;
	text-decoration: underline;
	cursor: pointer;
	}
	
a:hover {
	text-decoration: none;
	}
	
a img {
	border: 0;
	}

img{
  vertical-align:middle;
}

/*
　header
****************************************/

#header {
	min-height: 98px;
	background: url(../images/header_bg.jpg) repeat-x 0 0;
}

#header .h_top {
	font-size:90%;
	margin:0px 0px 0px 0px;
	}

	#header .h_top h1 {
		float:left;
		display: inline;
		color: #ffffff;
		}

	#header .h_top p.h_sitemap {
		float:right;
		display: inline;
		}

		#header .h_top p.h_sitemap a {
			background: url(../images/icon_link_2.jpg) no-repeat 0 center;
			padding: 0px 0px 0px 10px;
			}


#header .h_bottom {
	padding: 6px 0px 0px 0px;
	}

	#header .h_bottom #logo {
		float:left;
		display: inline;
		padding: 5px 0px 0px 0px;
		}

	#header .h_bottom ul {
		float:left;
		display: inline;
		margin:10px 0px 0px 65px;
		}

		#header .h_bottom ul li {
			float:left;
			display: inline;
			margin:0px 10px 0px 0px;
			}

	#header .h_bottom .h_inquiry {
		background: url(../images/h_inquiry_bg.png) no-repeat 0 0;
		width: 477px;
		height: 67px;
		margin:0px 0px 0px 0px;
		display: inline;
		float:right;
		}

		#header .h_bottom .h_inquiry a.h_inquiry_btn {
			display: block;
			padding: 23px 10px 0px 0px;
			text-align: right;
			}
/*
　gnavi
****************************************/

#gnavi {
	background-color: #71cb35;
	min-height:53px;
	padding: 6px 0px 0px 0px;
	}

#gnavi .wrapper{
	background: url(../images/gnavi_icon.png) no-repeat  8px 13px;
	}

#gnavi ul.gnavi_posi {
	display: inline;
	float:right;
	}

#gnavi ul li{
	display: inline;
	float:left;
	}

/*
　main_img（トップのみ）
****************************************/

#main_img {
	background: url(../images/top_main_bg.png) repeat-x 0 0;
	min-height: 250px;
	}



/****************************************
　contents
****************************************/
	
#contents{
	padding: 20px 0 50px 0;
	}
	
#contents .wrapper .pankuzu{
	margin: 0 0 10px 5px;
	}

#contents .wrapper .pankuzu li{
	line-height: 1;
	float: left;
	display: inline;
	padding-left: 20px;
	background: url(../images/pankuzu.gif) no-repeat 4px 2px;
	}

#contents .wrapper .pankuzu li.pankuzu_start{
	padding-left: 0;
	background: none;
	}

#column_left {
	width: 210px;
	float:left;
	display: inline;
	margin:0px 20px 0px 0px;
	}

#column3_main {
	width: 570px;
	float:left;
	display: inline;
	margin:0px 0px 0px 0px;
	}

#column3_right {
	width: 180px;
	float:right;
	display: inline;
	margin:0px 0px 0px 0px;
	}

#column2_main {
	width: 770px;
	float:left;
	display: inline;
	margin:0px 0px 0px 0px;
	}

/*
　column_left（左サイドメニュー）
****************************************/

#column_left ul.tour_sidemenu {
	margin:0px 0px 15px 0px;
	}

.side_information {
	margin:0px 0px 20px 0px;
	background-color: #fff;
	padding: 4px;
	border: 2px solid #add9fc;
	font-size:95%;
	}

	.side_information h3 {
		margin: 0px;
		}

	.side_information ul {
		}

		.side_information ul li {
			padding: 3px 0px;
			border-bottom: 1px dotted #ccc;
			}

		.side_information ul li a{
			padding: 0px 0px 0px 22px;
			background: url(../images/icon_link_1.jpg) no-repeat 8px center;
			}

.side_banners {
	margin:0px 0px 20px 0px;
	}

	.side_banners ul li{
		margin:0px 0px 10px 0px;
		}

	.side_banners ul li a{
		font-size:85%;
		}


/* トピック */

#column3_right .right_topic_bottom{
	background: url(../images/right_bg_bottom.png) no-repeat 0 bottom;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	}

#column3_right .right_topic_middle {
	background-color: #fff;
	border-right: 1px solid #aaa9a7;
	border-left: 1px solid #aaa9a7;
	padding: 8px 8px 4px 8px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 400px;
	}

#column3_right .right_topic_middle ul li {
	line-height: 1.4;
	font-size:90%;
	margin:0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px dotted #ccc;
	}

	#column3_right .right_topic_middle ul li .info_box_date {
		background-color: #1F9BFD;
		font-size:90%;
		padding: 2px 2px 0;
		display: inline-block;
		color: #fff;
		line-height: 1;
		*display: inline;
		*zoom:1;
		}


/* キャンペーン */

#column3_right .right_campaign_bottom{
	background: url(../images/right_bg_bottom.png) no-repeat 0 bottom;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	}

#column3_right .right_campaign_middle {
	background-color: #fff;
	border-right: 1px solid #aaa9a7;
	border-left: 1px solid #aaa9a7;
	padding: 8px 8px 4px 8px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 200px;
	}

#column3_right .right_campaign_middle ul li {
	line-height: 1.4;
	font-size:90%;
	margin:0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px dotted #ccc;
	}


/* ランキング */

#column3_right .right_ranking_bottom{
	background: url(../images/right_bg_bottom.png) no-repeat 0 bottom;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	}

#column3_right .right_ranking_middle {
	background-color: #fff;
	border-right: 1px solid #aaa9a7;
	border-left: 1px solid #aaa9a7;
	padding: 8px 8px 4px 8px;
	overflow-y: auto;
	overflow-x: hidden;
	}

#column3_right .right_ranking_middle ol li {
	margin:0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	}

	#column3_right .right_ranking_middle ol li a {
		line-height: 1.4;
		font-size:80%;
		padding: 0px 0px 0px 25px;
		display: inline-block;
		}

	#column3_right .right_ranking_middle ol li.rank1 a {
		background: url(../images/tour_rank_1.jpg) no-repeat 0 0;
		min-height: 20px;
		}
	#column3_right .right_ranking_middle ol li.rank2 a {
		background: url(../images/tour_rank_2.jpg) no-repeat 0 0;
		min-height: 20px;
		}
	#column3_right .right_ranking_middle ol li.rank3 a {
		background: url(../images/tour_rank_3.jpg) no-repeat 0 0;
		min-height: 20px;
		}
	#column3_right .right_ranking_middle ol li.rank4 a {
		background: url(../images/tour_rank_4.jpg) no-repeat 0 2px;
		}
	#column3_right .right_ranking_middle ol li.rank5 a {
		background: url(../images/tour_rank_5.jpg) no-repeat 0 2px;
		}


/* 写真ギャラリー */

#column3_right .right_gallery_bottom{
	background: url(../images/right_bg_bottom.png) no-repeat 0 bottom;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	}

#column3_right .right_gallery_middle {
	background-color: #fff;
	border-right: 1px solid #aaa9a7;
	border-left: 1px solid #aaa9a7;
	padding: 8px 8px 4px 8px;
	overflow-y: auto;
	overflow-x: hidden;
	}

	#column3_right .right_gallery_middle ul li {
		line-height: 1.4;
		font-size:90%;
		margin:0px 0px 8px 0px;
		padding: 0px 0px 8px 0px;
		border-bottom: 1px dotted #ccc;
		}




/*
　pagetop
****************************************/

.pagetop {
	top:-39px;
	right:0;
	position: absolute;
	}

/*
　page-top
****************************************/

.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 10px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}



/*
　footer
****************************************/

#footer {
	background: url(../images/footer_bg.jpg) repeat-x 0 0;
	min-height: 149px;
	color: #fff;
	padding: 10px 0px 0px 0px;
	}

#footer .wrapper {
	position: relative;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	}

#footer p.f_home {
	background: url(../images/f_line.png) no-repeat 0 bottom;
	padding: 0px 0px 5px 10px;
	margin:0px 0px 10px 0px;
	}

#footer p.f_home a {
	padding: 0px 0px 0px 10px;
	border-left: 5px solid #ddd;
	}

#footer .f_cont .f_cont_info {
	float:left;
	display: inline;
	margin:0px 0px 0px 0px;
	}
	
#footer .f_cont .f_cont_info p.f_cont_logo_txt {
	margin:0px 0px 10px 0px;
	font-size:85%;
	}

#footer .f_cont .f_cont_info_link {
	float:right;
	display: inline;
	margin:0px 0px 0px 0px;
	}

#footer .f_cont .f_cont_info_link ul li a {
	background: url(../images/f_icon_link.png) no-repeat 0 center;
	padding: 0px 0px 0px 10px;
	font-size:90%;
	text-decoration: underline;
	}

#footer .f_cont .f_cont_info_link ul li a:hover {
	text-decoration: none;
	}



/*
　Copyright
****************************************/

.copyright {
	background-color: #F1F2EA;
	}

.copyright p{
	font-size:90%;
	padding: 6px 0px 7px;
	color: #999;
	}






/*
　commonスタイル
****************************************/


p.cont_link a {
	background: url("../images/icon_link_1.jpg") no-repeat scroll 8px center transparent;
	padding: 0 0 0 22px;
	font-size:100%;
	}

p.noicon a {
	background: none;
	font-size:90%;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

/************************************************************************************
　
　::トップページ
　
************************************************************************************/

.main_image {
	height: 240px;
	overflow: hidden;
	position: relative;
	}
	.main_image_data {
		position: absolute;
	}
	.main_image_navigator {
		margin-left: 722px;
	}

	.main_image_navigator li {
		padding:6px 0 3px 4px;
	}



.top_map_wrap {
	width: 570px;
	height: 282px;
	background: url(../images/top_map_bg.jpg) no-repeat 0 0;
	margin:0px 0px 20px 0px;
	position: relative;
	}

	.top_map_wrap .map_hokkaido{
		position: absolute;
		top:59px;
		left:444px;
		}

	.top_map_wrap .map_tohoku{
		position: absolute;
		top:124px;
		left:367px;
		}

	.top_map_wrap .map_tokyo{
		position: absolute;
		top:192px;
		left:344px;
		}

	.top_map_wrap .map_tokai{
		position: absolute;
		top:236px;
		left:283px;
		}

	.top_map_wrap .map_koshinetsu{
		position: absolute;
		top:144px;
		left:202px;
		}

	.top_map_wrap .map_kansai{
		position: absolute;
		top:244px;
		left:214px;
		}

	.top_map_wrap .map_kyusyu{
		position: absolute;
		top:210px;
		left:58px;
		}


.top_img_area_main {
	background-color:;
	padding: 5px 5px 0px 5px;
	padding/*\**/: 5px\9;
	margin:0px 0px 20px 0px;
	}

	.top_img_area_main ul.top_img_area_main_1 {
		}

	.top_img_area_main ul.top_img_area_main_1 li{
		margin:0px 0px 5px 0px;
		}


	.top_img_area_main ul.top_img_area_main_2 {
		margin:0px -4px 0px 0px;
		}

	.top_img_area_main ul.top_img_area_main_2 li{
		margin: 0 3px 5px 0;
		float:left;
		display: inline;
		}


.top_tour_bottom {
	background: url(../images/top_tour_bottom.png) no-repeat 0 bottom;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 20px 0px;
	}

.top_tour_bottom .top_tour_middle {
	background-color: #fff;
	border-right: 1px solid #aaa9a7;
	border-left: 1px solid #aaa9a7;
	padding: 20px 10px 10px;
	}

.top_tour_bottom .top_tour_middle .top_tour_middle_line {
	background: url(../images/top_tour_bg_line.gif) repeat-y center 0 ;
	}

	.top_tour_bottom .top_tour_middle ul.top_domestic li {
		width: 260px;
		display: inline-block;
		margin: 0px 5px 10px 6px;
		padding: 10px 0 0;
		border-top: 1px dotted #ccc;
		vertical-align:top;
		*display: inline;
		*zoom: 1;
		 }

	.top_tour_bottom .top_tour_middle ul.top_domestic li#li_1,
	.top_tour_bottom .top_tour_middle ul.top_domestic li#li_2 {
		padding: 0px;
		border-top: none;
		}
		
		.top_domestic_L p.cont_image {
			margin:0px 0px 5px 0px;
			}

		.top_domestic_L p.tour_date {
			background-color: #1F9BFD;
			color: #FFFFFF;
			display: inline-block;
			font-size: 90%;
			line-height: 1;
			padding: 2px 2px 0;
			margin:0px 0px 5px 10px;
			}

		.top_domestic_L .top_domestic_L_cont {
			margin:0px 15px;
			line-height: 1.4;
			font-size:95%;
			}

		.top_domestic_L .top_domestic_L_cont p.cont_link {
			margin:0px 0px 5px 0px;
			font-weight: bold;
			font-size:110%;
			}


	ul.top_domestic_S li {
		width: 260px;
		display: inline-block;
		margin: 0px 5px 10px 6px;
		padding: 10px 0 0;
		border-top: 1px dotted #ccc;
		vertical-align:top;
		*display: inline;
		*zoom: 1;
		}

		.top_domestic_S p.cont_image {
			margin:0px 0px 5px 0px;
			width: 67px;
			float:left;
			display: inline;
			}

		.top_domestic_S .top_domestic_S_cont {
			float:right;
			display: inline;
			width: 185px;
			}

		.top_domestic_S .top_domestic_S_cont p.tour_date {
			background-color: #1F9BFD;
			color: #FFFFFF;
			display: inline-block;
			font-size: 90%;
			line-height: 1;
			padding: 2px 2px 0;
			margin:0px 0px 3px 0px;
			}

		.top_domestic_S .top_domestic_S_cont {
			margin:0px 0px;
			line-height: 1.4;
			font-size:90%;
			}

		.top_domestic_S .top_domestic_S_cont p.cont_link {
			margin:0px 0px 5px 0px;
			font-weight: bold;
			font-size:110%;
			}

		.top_domestic_S .top_domestic_S_cont_text {
			clear:both;
			}




/************************************************************************************
　
　::下層ページ
　
************************************************************************************/

/*
　ツアー3カラム用 グローバルナビ
****************************************/


#gnavi_col3 {
	background-color: #71cb35;
	min-height:47px;
	padding: 10px 0px 0px 0px;
	}

#gnavi_col3 ul {
	}

#gnavi_col3 ul li{
	display: inline;
	float:left;
	}

#gnavi_col3 ul li a{
	display: block;
	padding: 7px 12px 6px;
	background: url(../images/under_gnavi_bg.jpg) repeat-x 0 center;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	margin:0px 7px 5px 0px;
	font-size:110%;
	}

#gnavi_col3 ul li a:hover{
	background: url(../images/under_gnavi_bg_on.jpg) repeat-x 0 center;
	}
#gnavi_col3 ul li a.current{
	background: url(../images/under_gnavi_bg_on.jpg) repeat-x 0 center;
	}

/*
　ツアー3カラム用 左カラムナビ
****************************************/

.under_col_left {
	background-color: #B0E28E;
	padding: 4px;
	border: 1px solid #71CB35;
	border-radius: 4px;
	margin:0px 0px 20px 0px;
	}

.under_col_left ul.under_leftnavi {
	background-color: #fff;
	padding: 0px;
	}

.under_col_left ul.under_leftnavi li {
	margin:0px 0px 2px 0px;
	}
	
.under_col_left ul.under_leftnavi li a {
	background-color: #71CB35;
	padding: 5px 5px 5px 5px;
	margin:0px 0px 2px 0px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:110%;
	}
	
.under_col_left ul.under_leftnavi li a:hover {
	background-color: #F3840E;
	}
	
.under_col_left ul.under_leftnavi li a.current {
	background-color: #F3840E;
	}

	.under_col_left ul.under_leftnavi li ul li {
		margin:0px 0px 3px 0px;
		}
		
	.under_col_left ul.under_leftnavi li ul li a {
		background-color: #FFFAF0;
		padding: 3px 5px 3px 10px;
		display: block;
		color: #666;
		text-decoration: none;
		font-weight: normal;
		border-bottom: 1px dotted #ccc;
		line-height: 1.4;
		font-size:90%;
		font-weight: bold;
		border-left: 5px solid #A6E57B;
		
		}

	.under_col_left ul.under_leftnavi li ul li a:hover {
		background-color: #fff;
		border-left: 5px solid #F39F47;
		}

	.under_col_left ul.under_leftnavi li ul li a.current {
		background-color: #efefef;
		border-left: 5px solid #F39F47;
		}


	.under_col_left ul.under_leftnavi li ul li ul li a {
		background-color: #FFF;
		padding: 3px 5px 3px 17px;
		display: block;
		color: #666;
		text-decoration: none;
		border:none;
		font-weight: normal;
		border-bottom: 1px dotted #ccc;
		line-height: 1.4;
		font-size:90%;
		font-weight: normal;
		}

	.under_col_left ul.under_leftnavi li ul li ul li a:hover {
		background-color: #FFFAF0;
		text-decoration: underline;
		border-left:none;
		}

	.under_col_left ul.under_leftnavi li ul li ul li a.current {
		background: url("../images/icon_link_3.png") no-repeat scroll 5px center #FFFAF0;
		text-decoration: underline;
		border-left:none;
		}


.sidenavi_tour_unique {
	border: 2px solid #E92A32;
	border-top: none;
	background-color: #fff;
	padding: 10px 10px;
	margin:0px 0px 15px 0px;
	}

	.sidenavi_tour_unique ul li {
		background: url("../images/icon_link_1.jpg") no-repeat scroll right center transparent;
		border-bottom: 1px dotted #ccc;
		padding: 0px 0px 5px 0px;
		margin:0px 0px 5px 0px;
		}

	.sidenavi_tour_unique ul li p a {
		display: block;
		background: none;
		line-height: 1.5;
		padding: 0px 5px;
		}

.side_page_info {
	padding: 5px;
	background-color: #FFD09E;
	margin:0px 0px 15px 0px;
	border-radius: 4px;
	}

	.side_page_info ul li a {
		border-bottom: 1px dotted #ccc;
		padding: 0px 0px 5px 0px;
		display: block;
		padding: 8px 0px 8px 15px;
		text-decoration: none;
		color: #444444;
		background-color: #FFFFDE;
		font-weight: bold;
		}

	.side_page_info ul li a:hover {
		color: #EF9E45;
		background-color: #FFF;
		}

/*
　ツアー メインカラム　共通要素
****************************************/

.section_1 {
	padding: 5px 10px 0px 15px;
	}

.section_2_red {
	border: 2px solid #D60000;
	background-color: #FDF1F1;
	padding: 4px 10px;
	margin:0px 0px 5px 0px;
	}

.section_2_gray {
	border: 2px solid #929491;
	background-color: #eee;
	padding: 4px 10px;
	margin:0px 0px 5px 0px;
	}

.section_2_orange {
	border: 2px solid #FF6600;
	background-color: #FFF9EE;
	padding: 4px 10px;
	margin:0px 0px 5px 0px;
	}

.section_2_white {
	border: 2px solid #ccc;
	background-color: #fff;
	padding: 4px 10px;
	margin:0px 0px 5px 0px;
	}
	
.centering{
	margin:0 auto; width:1000px;
}


/* リスト */

ul.side_by_3 {
	margin:0px 0px 0px 0px;
	display: block;
	}

ul.side_by_3 li {
	width: 31%;
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin:0px 0px 1em 0.5em;
	vertical-align:top;
	}

ul.side_by_3 li .side_by_3_section {
	font-size:90%;
	line-height: 1.4;
	}

/* リスト2 */
ul.side_by_2 {
	margin:0px 0px 0px 0px;
	display: block;
	}

ul.side_by_2 li {
	width: 48%;
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin:0px 0px 1em 0.5em;
	vertical-align:top;
	}

ul.side_by_2 li .side_by_2_section {
	font-size:90%;
	line-height: 1.4;
	}


/* テーブル */



 th {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: none;
	}
	
table td {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: none;
	}

.tour_table_1 table.free_table {
	width: 100%;
	margin:0px 0px 20px 0px;
	font-size:95%;
	}

.tour_table_1 table.free_table th {
	padding: 5px 10px;
	border: 1px solid #ccc;
	}

.tour_table_1 table.free_table th.cell_0 {
		background-color: #FFEEEE;
		text-align: center;
		}

.tour_table_1 table.free_table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
	}

	.tour_table_1 table.free_table td.cell_2 {
		background-color: #fff;
		text-align: center;
		}


.tour_table_2 table.free_table {
	width: 100%;
	margin:0px 0px 20px 0px;
	font-size:95%;
	}

.tour_table_2 table.free_table th {
	padding: 5px 10px;
	border: 1px solid #ccc;
	}

	.tour_table_2 table.free_table th.cell_0 {
		background-color: #FEF5E2;
		text-align: center;
		}

.tour_table_2 table.free_table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
	}

	.tour_table_2 table.free_table td.cell_2 {
		background-color: #fff;
		text-align: center;
		}


.tour_table_3 table.free_table {
	width: 100%;
	margin:0px 0px 20px 0px;
	font-size:95%;
	}

.tour_table_3 table.free_table th {
	padding: 5px 10px;
	border: 1px solid #ccc;
	}

	.tour_table_3 table.free_table th.cell_0 {
		background-color: #F0FFF0;
		}

.tour_table_3 table.free_table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
	}


.tour_col2_table_1 table.free_table {
	width: 100%;
	margin:0px 0px 20px 0px;
	font-size:95%;
	}

	.tour_col2_table_1 table.free_table th {
		padding: 5px 10px;
		border: 1px solid #ccc;
		background-color: #F0FFF0;
		font-weight: bold;
		}

	.tour_col2_table_1 table.free_table td {
		padding: 5px 10px;
		border: 1px solid #ccc;
		}

.tour_col2_table_2 table.free_table {
	width: 100%;
	margin:0px 0px 20px 0px;
	font-size:95%;
	}

	.tour_col2_table_2 table.free_table th {
		padding: 5px 10px;
		border: 1px solid #ccc;
		background-color: #F0FFF0;
		font-weight: bold;
		}

	.tour_col2_table_2 table.free_table td {
		padding: 5px 10px;
		border: 1px solid #ccc;
		}

.tour_col2_table_3 table.free_table {
	width: 100%;
	margin:0px 0px 20px 0px;
	font-size:95%;
	}

	.tour_col2_table_3 table.free_table th {
		padding: 5px 10px;
		border: 1px solid #ccc;
		background-color: #F0FFF0;
		font-weight: bold;
		}

	.tour_col2_table_3 table.free_table td {
		padding: 5px 10px;
		border: 1px solid #ccc;
		}


/*
　ツアー3カラム用 メインカラム
****************************************/

.col_3_main {
	background-color: #ffffff;
	padding: 5px 5px;
	border-radius: 4px;
	}

.col_3_main h2.cont_h2 {
	border-left: 10px solid #E60012;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 10px;
	font-size:200%;
	color: #222;
	line-height: 1.3;
	clear:both;
	}

.col_3_main h3.cont_h3 {
	border-left: 7px solid #333333;
	font-size: 110%;
	margin: 0 10px 10px 10px;
	padding: 0 0 0 7px;
	}

 .h3_bg_1 {
	background-color: #FFFFCC;
	border: 1px dotted #FF0000;
	margin: 5px 1px 5px 0;
	padding: 5px;
	}
	 .h3_bg_1 h3.cont_h3 {
		border-left: 5px solid #333333;
		font-size: 110%;
		margin: 0px 0px 0px 5px;
		padding: 0 0 0 7px;
		line-height: 1.3;
		}

.col_3_main h4.cont_h4 {
	background: url(../images/h4bg.gif) no-repeat 0 0;
	padding: 2px 0 0 33px;
	color: #660000;
	margin:0px 0px 5px 0px;
	font-weight: bold;
	min-height: 23px;
	}


.col3_main_tourlist {
	border: 3px solid #ccc;
	padding: 10px;
	border-radius:6px;
	margin:0px 0px 20px 0px;
	}

.col3_main_tourlist ul {
	
	}

.col3_main_tourlist ul li {
	border-bottom: 1px dotted #999;
	margin:0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	background-color: #fff;
	}
/*
.col3_main_tourlist ul li.bg {
	background-color: #f1f1f1;
	}
*/
	.col3_main_tourlist ul li .tour_list_img {
		/*width: 80px;*/
		display: inline;
		float:left;
		margin:0px 20px 0px 0px;
		}
		
	.col3_main_tourlist ul li .tour_list_cont {
		/*width: 440px;*/
		display: inline;
		float:left;
		margin:0px 0px 0px 0px;
		}

	.col3_main_tourlist ul li .tour_list_cont a {
		font-weight: bold;
		font-size:110%;
		background: url(../images/icon_link_3.png) no-repeat 3px 4px #E7FFF0;
		padding: 3px 5px 3px 15px;
		}

	.col3_main_tourlist ul li .tour_list_addcont {
		clear:both;
		padding:5px 0px 5px 0px;
		}

/*
　ツアー 右カラム
****************************************/

.under_col_3_right {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 5px 0px 5px 0px;
	}



/*
　ツアー2カラム用 メインカラム
****************************************/

.col_2_main {
	background-color: #ffffff;
	padding: 10px 5px;
	border-radius: 4px;
	}

.col_2_main h2.cont_h2 {
	border-left: 10px solid #E60012;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 10px;
	font-size:200%;
	color: #222;
	line-height: 1.3;
	clear:both;
	}

/*
.col_2_main h3.cont_h3 {
	border-left: 7px solid #333333;
	font-size: 110%;
	margin: 0 10px 10px 10px;
	padding: 0 0 0 7px;
	}
*/


#contents h3.cont_h3 {
	background: url("../images/h3_bg_2.gif") no-repeat scroll 0 0 transparent;
	border: none;
	color: #660000;
	font-size: 110%;
	margin: 10px 0 5px 0px;
	padding:12px 0 12px 30px;
	font-weight: bold;
}


 .h3_bg_1 {
	background-color: #FFFFCC;
	border: 1px dotted #FF0000;
	margin: 5px 1px 5px 0;
	padding: 5px;
	}
	 .h3_bg_1 h3.cont_h3 {
		border-left: 5px solid #333333;
		font-size: 110%;
		margin: 0px 0px 0px 5px;
		padding: 0 0 0 7px;
		line-height: 1.3;
		}

/*
 .h3_bg_2 {
	background: url(../images/h3_bg_2.gif) no-repeat 0 0;
	margin: 5px 1px 5px 0;
	padding: 5px;
	}
	 .h3_bg_2 h3.cont_h3 {
		color: #660000;
		font-size: 110%;
		margin: 0px 0px 0px 5px;
		padding:7px 0 7px 22px;
		border: none;
		}
*/
 .h3_bg_3 {
	background-color: #4F95FF;
	margin: 5px 1px 5px 0;
	padding: 3px;
	border-radius: 6px;
	}
	 .h3_bg_3 h3.cont_h3 {
		color: #fff;
		font-size: 110%;
		margin: 0px 0px 0px 5px;
		padding:5px 0 5px 15px;
		border: none;
		}

 .h3_bg_4 {
	background: url(../images/h3_bg_4.jpg) no-repeat 0 0;
	margin: 5px 1px 5px 0;
	padding: 3px 3px 4px 3px;
	}
	 .h3_bg_4 h3.cont_h3 {
		margin: 0px 0px 0px 0px;
		padding:0px 0 0px 25px;
		border: none;
		line-height: 1;
		}



h4.cont_h4 {
	background: url(../images/h4bg.gif) no-repeat 0 0;
	padding: 2px 0 0 33px;
	color: #660000;
	margin:10px 0px 8px 0px;
	font-weight: bold;
	min-height: 23px;
	}


.col2_main_tourlist {
	border: 3px solid #ccc;
	padding: 10px;
	border-radius:6px;
	margin:0px 0px 20px 0px;
	}

.col2_main_tourlist ul {
	
	}

.col2_main_tourlist ul li {
	border-bottom: 1px dotted #999;
	margin:0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	background-color: #fff;
	}
/*
.col2_main_tourlist ul li.bg {
	background-color: #f1f1f1;
	}
*/
	.col2_main_tourlist ul li .tour_list_img {
		width: 80px;
		display: inline;
		float:left;
		margin:0px 0px 0px 0px;
		}
		
	.col2_main_tourlist ul li .tour_list_cont {
		width: 440px;
		display: inline;
		float:left;
		margin:0px 0px 0px 0px;
		}

	.col2_main_tourlist ul li .tour_list_cont a {
		font-weight: bold;
		font-size:110%;
		background: url(../images/icon_link_3.png) no-repeat 3px 4px #E7FFF0;
		padding: 3px 5px 3px 15px;
		}

	.col2_main_tourlist ul li .tour_list_addcont {
		clear:both;
		padding:5px 0px 5px 0px;
		}


/************************************************************************************　
　::
************************************************************************************/

.tour_index_list {

	}

.tour_index_list ul {
	background-color: #ffffff;
	border: 5px solid #cccccc;
	padding: 10px 10px;
	}

.tour_index_list ul li{
	font-size:100%;
	display: inline;
	margin:0px 0px 10px 0px;
	padding: 5px 0px 5px 30px;
	background: url(../images/icon_index_list.png) no-repeat 5px center;
	}


/************************************************************************************　
　::さわやか信州号コンテンツ
************************************************************************************/

.alps_links {
	padding: 10px;
	margin:20px;
	background-color: #F0FFF0;
	}

	.alps_links h4 {
		padding: 0px;
		margin:0px 0px 0px 0px;
		}

	.alps_links ul{
		padding: 5px 5px 0px 5px;
		margin:10px 10px 0px 10px;
		}

	.alps_links ul li{
		display: inline;
		float:left;
		margin:0px 20px 5px 0px;
		}

	.alps_links ul li a{
		font-size:105%;
		}


.tour_alps_vacancy {
	margin:0px 0px 20px 0px;
	}

.tour_alps_vacancy ul {
	}

.tour_alps_vacancy ul li{
	display: inline-block;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	margin:0px 0px 0px 20px;
	width: 41%;
	}

.tour_alps_vacancy ul li ul li {
	display: block;
	margin:0px 0px 0px 10px;
	width: 100%;
	}

.tour_alps_vacancy ul li ul li a {
	background: url(../images/icon_link_4.gif) no-repeat 0 center;
	padding: 0px 0px 0px 20px;
	}


/************************************************************************************　
　::USJ
************************************************************************************/

.mouseimage {
	margin:0px 0px 10px 0px;
	}

.mouseimage p{
	float:left;
	display: inline;
	margin:0px 5px 0px 0px;
	}
	
.mouseimage ul{
	float:left;
	display: inline;
	margin:0px 0px 0px 0px;
	width: 425px;
	}

.mouseimage ul li{
	float:left;
	display: inline;
	margin:0px 4px 9px 0px;
	}


.tour_usj_table  {
	margin:0px 0px 0px 0px;
	}

.tour_usj_table .free_table {
	
	}

.tour_usj_table .free_table th {
	background-color: #FFFFCC;
	padding: 5px 5px;
	vertical-align:middle;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	}

.tour_usj_table .free_table td {
	padding: 5px 5px;
	vertical-align:top;
	border: 1px solid #ccc;
	}

	.tour_usj_table .free_table td.cell_2 {
		padding: 5px 10px;
		vertical-align:middle;

		}


.tour_usj_information {
	margin:10px 10px;
	}

.tour_usj_information table.free_table{
	margin:10px 0px 15px 0px;
	}

	.tour_usj_information table.free_table th {
		background-color: #91A5D9;
		padding: 5px 10px;
		border: 1px solid #ccc;
		text-align: center;
		font-weight: bold;
		color: #222;
		}

	.tour_usj_information table.free_table td {
		background-color: #fff;
		padding: 2px 10px;
		border: 1px solid #ccc;
		}

	.tour_usj_information table.free_table td.cell_0,
	.tour_usj_information table.free_table td.cell_1{
		background-color: #E8ECF7;
		}

.tour_usj_information_2 {
	margin:10px 10px;
	}

.tour_usj_information_2 table.free_table{
	margin:10px 0px 15px 0px;
	}

	.tour_usj_information_2 table.free_table th {
		background-color: #F2C1B9;
		padding: 5px 10px;
		border: 1px solid #ccc;
		text-align: center;
		font-weight: bold;
		color: #222;
		}

	.tour_usj_information_2 table.free_table td {
		background-color: #fff;
		padding: 2px 10px;
		border: 1px solid #ccc;
		}

	.tour_usj_information_2 table.free_table td.cell_0,
	.tour_usj_information_2 table.free_table td.cell_1{
		background-color: #FAE8E4;
		}


.tour_usj_information_3 {
	margin:10px 10px;
	}

.tour_usj_information_3 table.free_table{
	margin:10px 0px 15px 0px;
	}

	.tour_usj_information_3 table.free_table th {
		background-color: #FFFFCC;
		padding: 5px 10px;
		border: 1px solid #ccc;
		color: #222;
		}

	.tour_usj_information_3 table.free_table td {
		background-color: #fff;
		padding: 2px 10px;
		border: 1px solid #ccc;
		}

	.tour_usj_information_3 table.free_table td.cell_0,
	.tour_usj_information_3 table.free_table td.cell_1{
		background-color: #fff;
		}


/************************************************************************************　
　::かに
************************************************************************************/

.kani_table_1 {
	
	}

.kani_table_1 table.free_table th {
	background-color: #E3E0CE;
	}

.kani_table_1 table.free_table tr.tr_1 th {
	text-align: center;
	}

.kani_table_1 table.free_table td.cell_0,
.kani_table_1 table.free_table td.cell_4,
.kani_table_1 table.free_table td.cell_5,
.kani_table_1 table.free_table td.cell_6,
.kani_table_1 table.free_table th.cell_0,
.kani_table_1 table.free_table th.cell_4,
.kani_table_1 table.free_table th.cell_5,
.kani_table_1 table.free_table th.cell_6
 {
	text-align: center;
	}


.kani_table_1 table.free_table tr.tr_1 th.cell_4 {
	background-color: #FFCC00;
	}

.kani_table_1 table.free_table tr.tr_1 th.cell_5 {
	background-color: #FF6600;
	}
	
.kani_table_1 table.free_table tr.tr_1 th.cell_6 {
	background-color: #66CC33;
	}


.kani_table_1 table.free_table tr.tr_2 td.cell_4,
.kani_table_1 table.free_table tr.tr_3 td.cell_4,
.kani_table_1 table.free_table tr.tr_4 td.cell_4,
.kani_table_1 table.free_table tr.tr_8 td.cell_4,
.kani_table_1 table.free_table tr.tr_9 td.cell_4,
.kani_table_1 table.free_table tr.tr_10 td.cell_4
 {
	background-color: #FFF9E1;
	}

.kani_table_1 table.free_table tr.tr_2 td.cell_5,
.kani_table_1 table.free_table tr.tr_3 td.cell_5,
.kani_table_1 table.free_table tr.tr_4 td.cell_5,
.kani_table_1 table.free_table tr.tr_8 td.cell_5,
.kani_table_1 table.free_table tr.tr_9 td.cell_5,
.kani_table_1 table.free_table tr.tr_10 td.cell_5
 {
	background-color: #FFF1E8;
	}

.kani_table_1 table.free_table tr.tr_2 td.cell_6,
.kani_table_1 table.free_table tr.tr_3 td.cell_6,
.kani_table_1 table.free_table tr.tr_4 td.cell_6,
.kani_table_1 table.free_table tr.tr_8 td.cell_6,
.kani_table_1 table.free_table tr.tr_9 td.cell_6,
.kani_table_1 table.free_table tr.tr_10 td.cell_6
 {
	background-color: #F1FAED;
	}


.kani_table_1 table.free_table tr.tr_5 th.cell_4,
.kani_table_1 table.free_table tr.tr_6 th.cell_4,
.kani_table_1 table.free_table tr.tr_7 th.cell_4,
.kani_table_1 table.free_table tr.tr_11 th.cell_4,
.kani_table_1 table.free_table tr.tr_12 th.cell_4,
.kani_table_1 table.free_table tr.tr_13 th.cell_4
 {
	background-color: #FFEFB0;
	}

.kani_table_1 table.free_table tr.tr_5 th.cell_5,
.kani_table_1 table.free_table tr.tr_6 th.cell_5,
.kani_table_1 table.free_table tr.tr_7 th.cell_5,
.kani_table_1 table.free_table tr.tr_11 th.cell_5,
.kani_table_1 table.free_table tr.tr_12 th.cell_5,
.kani_table_1 table.free_table tr.tr_13 th.cell_5

 {
	background-color: #FFD5B9;
	}

.kani_table_1 table.free_table tr.tr_5 th.cell_6,
.kani_table_1 table.free_table tr.tr_6 th.cell_6,
.kani_table_1 table.free_table tr.tr_7 th.cell_6{
	background-color: #D2EFC5;
	}


.mg_table {
	
	}

.mg_table table {
	
	}

.mg_table table td.cell_0 {
	background-color: #CC0000;
	color: #fff;
	font-weight: bold;
	}

.mg_table table td.cell_1 {
	background-color: #E3E0CE;
	}




/************************************************************************************　
　::富士登山ツアー
************************************************************************************/

.fuji_table_1 table.fuji_table tr.tr_f td.cell_f1
 {background-color: #EEECE1;}

.fuji_table_1 table.fuji_table tr.tr_f td.cell_f2
 {background-color: #FFFFCC;}


/************************************************************************************　
　::高速バス
************************************************************************************/


.route_box h2.bus_h2 {
background: url(../images/h2_bus_back.jpg) no-repeat 0 0;
border: none;
font-size:130%;
line-height: 1.8;
padding: 5px 0px 5px 25px;
	clear:both;
}

ul.popular_routes {

}

ul.popular_routes li {
float:left;
display: inline;
width: 31%;
margin:0px 0px 13px 12px;
padding: 10px 0px 0px 0px;
border: 1px solid #ccc;
min-height:240px;
}

ul.routes_2{
margin:0px 0px 30px 0px;
}

ul.routes_2 li{
min-height:180px;
}

ul.popular_routes li .popular_routes_cont {
padding: 0 15px 15px 15px;
}
 
ul.popular_routes li .popular_routes_cont ul li{
border: none;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float:none;
display: block;
width: 100%;
min-height:auto;
}

ul.popular_routes li .popular_routes_cont ul li a{
background:url("../images/icon_link_1.jpg") no-repeat scroll 0px center;
padding: 0px 0px 0px 15px;
}

.bus_information {
background: url(../images/box_back.jpg) repeat 0 0;
margin: 0 auto 15px;
padding: 0 10px 10px;
text-align: left;
}

.bus_information .bus_info_diary {
background-color: #FFFFFF;
margin: 0 auto;
padding: 10px 20px;
}

.bus_information .bus_info_diary ul li:after{
content: "";
display: block;
overflow: hidden;
}


.bus_information .bus_info_diary ul li:after{
clear: both;
}


.bus_information .bus_info_diary ul li .info_box_date{
width: 15%;
float:left;
display: inline;
}

.bus_information .bus_info_diary ul li .info_box_txt{
width: 85%;
float:left;
display: inline;
}


.bus_search{
    background: url("../images/side_back.jpg") no-repeat scroll center bottom transparent;
    margin: 0 auto 20px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.bus_search form {
padding: 8px 0 0 14px;
}

#search-start, #search-goal {
width: 170px;
}

#start-year, #start-month {
margin: 0 10px 0 0;
}

#start-day {
}
#search-men {
margin: 0 10px 0 0;
}

#search-women {
}

.bus_search dl {
}

.bus_search dl dt {
padding: 0 0 5px;
}
.bus_search dl dd {

padding: 0 0 0px;
}
.bus_search dl dd.end {
background: none repeat scroll 0 0 transparent;
}

.bus_search dl dd.end img {
padding: 3px 0 0;
vertical-align: top;
}

.bus_search select {
padding: 1px;
}

.bus_search .submit {
padding: 5px 0 15px 6px;
}

.bus_search .submit input {
padding: 0;
}

div.area_title {
    background: url("../images/h2_area.jpg") no-repeat scroll left top transparent;
    min-height: 170px;
    margin: 0 auto 15px;
    padding: 0;
    text-align: left;
width: 740px;
}

div.area_title h2.bus_area {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 120%;
    margin: 0;
    padding: 45px 0 0 40px;
    text-align: left;
    text-indent: 0;
	clear:both;
border: none;
}

div.route_box {
    background: url("../images/route_box.jpg") repeat-y scroll 0 0 transparent;
    border-bottom: 5px solid #CCCCCC;
    clear: both;
    margin: 10px 0 20px;
    padding: 0;
}

div.route_box h3.bus_area_h3 {
    background: url("../images/h3_route.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 18px;
    min-height: 45px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-indent: 20px;
}
div.route_box h3.bus_area_h3 a {
    color: #FFFFFF;
}
div.route_box h3.bus_area_h3 a:hover {
    color: #005BAC;
}

.route_box{
position:relative;
}

.route_box p.route_btn{
position: absolute;
top:57px;
right:17px;
}

.route_box div table.free_table {
width: 80%;
margin:10px 0px 10px 20px;
}

.route_box div table.free_table td {
padding: 5px 7px 5px 7px;
margin:0px 0px 0px 0px;
border: none;
}

.route_box .area_box {
padding: 10px 20px 0px 20px;
}

.route_box .area_box h3 {
color: #E60012;
border: none;
font-size:120%;
padding: 0px 0px 0px 0px;
margin:0px 0px 10px 0px;
}

.route_box .area_box ul {
display: block;
margin:0px 0px 20px 0px;
}

.route_box .area_box ul li {
margin:0px 0px 5px 0px;
}

.route_box .area_box ul li a{
font-size:110%;
}

ul.bus_pagelink li{
text-align: center;
}

ul.bus_pagelink li a{
display: block;
padding: 10px 10px 10px 10px;
background-color: #0055A8;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

ul.bus_pagelink li a:hover{
text-decoration: underline;
}

ul.page_link_side li {
margin:0px 5px 0px 0px;
}

ul.bus_sidelist {
    list-style: none outside none;
    margin: 0 auto 20px;
    padding: 0;
    text-align: left;
}

ul.bus_sidelist li, ul.bus_sidelist li a {
background: url(../images/side_list_back.jpg) no-repeat left top;
    color: #666666;
    display: block;
    font-weight: bold;
    min-height: 41px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-indent: 35px;
}

ul.bus_sidelist li a:hover {
    color: #E60012;
    text-decoration: underline;
}


div.area_title_2 {
    background: url("../images/area_title_2.jpg") no-repeat scroll left top transparent;
    min-height: 120px;
    margin: 0 auto 15px;
    padding: 0;
    text-align: left;
width: 740px;
}

div.area_title_2 h2.bus_area {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 120%;
    margin: 0;
    padding: 45px 0 0 40px;
    text-align: left;
    text-indent: 0;
	clear:both;
border: none;
}


.bus_under_box {
	margin: 0 auto 15px;
	padding: 20px 24px;
	}

.bus_under_box h3.bus_ttl_h3 {
	background: url("../images/bus_h3_back.jpg") no-repeat scroll 0 0 transparent;
	clear: both;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px;
	margin: 5px auto 10px;
	padding: 0;
	text-align: left;
	text-indent: 30px;
	border: none;
}


h4.bus_ttl_h4 {
	background: none;
	clear: both;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	margin: 5px 0px 10px 10px;
	padding: 2px 0 0 0;
	text-align: left;
	text-indent:12px;
	border-left: 5px solid #F11401;
}

.bus_under_box ul {
	margin: 0 auto;
	padding: 0 0 0 25px;
	text-align: left;
}

.bus_under_box ul li {
	line-height: 130%;
	margin: 0 auto;
	padding: 0 0 5px;
	font-size:110%;
}

.route_box .bus_under_box table.free_table td{
	border: 1px solid #ccc;
	}

.route_box .bus_under_box table.free_table .tr_2 td.cell_0 {
	border-bottom: none;
	}

.route_box .bus_under_box table.free_table .tr_3 td.cell_0 {
	border-top: none;
	}

.route_box .bus_under_box table.free_table th{
	color: #333;
	font-weight: bold;
	text-align: center;
	}


.route_box div table.free_table td{
	border: 1px solid #ccc;
	}

.route_box div div table.free_table .tr_2 td.cell_0 {
	border-bottom: none;
	}

.route_box div table.free_table .tr_3 td.cell_0 {
	border-top: none;
	}

.route_box div table.free_table th{
	color: #333;
	font-weight: bold;
	text-align: center;
	}




dl.question {
    text-align: left;
}
.question dt {
    cursor: pointer;
    margin: 5px 0 5px 13px;
}
.question dd {
    background-color: #FFFFDD;
    border: 1px dotted #AAAAAA;
    color: #005BAC;
    display: none;
    letter-spacing: 1px;
    margin: 4px 10px 0 30px;
    padding: 8px;
}

table.table_grayhead, table.table_cancel {
    background-color: #CCCCCC;
    margin: 10px auto 20px;
    padding: 0;
}
table.table_grayhead tr, table.table_cancel tr {
    background-color: #FFFFFF;
}
table.table_grayhead th, table.table_cancel th {
    background-color: #F5F5F5;
    padding: 5px;
    text-align: center;
}
table.table_grayhead td {
    line-height: 140%;
    padding: 5px;
    text-align: left;
}
table.table_cancel td {
    line-height: 140%;
    padding: 5px;
    text-align: center;
    width: 78px;
}


/************************************************************************************　
　::ナガシマスパーランド
************************************************************************************/

.nagashima_box_1 {
	
	}

.col_2_main .nagashima_box_1 .nagashima_h3_1 {
	background-color: #FCFCFE;
	border-color: #6A6FBE;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color: #454142;
	font-weight: bold;
	padding: 0.3em 1em 0.2em 0.3em;
	position: relative;
	width: 29em;
	z-index: 2;
	border-left: 4px solid #AAAFEC;
	padding-left: 8px;	
}

.nagashima_box_1 .nagashima_box_1_txt {
    border: 1px solid #8A8FBE;
    margin: -15px 0 0 0.9em;
    position: relative;
    top: -0.9em;
    z-index: 1;
    border-left: 30px solid #D4D6EC;
    padding: 1.7em 0.5em 1em 10px;
}


#locallink{
    border: 1px solid #DFDFDF;
    margin: 18px 11px 18px 12px;
    padding: 0;
}

#locallink p.ttl {
    background-color: #F6F6F6;
    line-height: 1em;
    margin: 0;
    padding: 6px 0 6px 8px;
}
#locallink p.ttl a {
	background: url(../images/side_list_back.jpg) no-repeat left top;
    background-position: left center;
    background-repeat: no-repeat;
    color: #336699;
    display: block;
    font-weight: bold;
    padding: 1px 15px 0 35px;
    text-decoration: none;
}
#locallink p.ttl a:hover {
    text-decoration: underline;
}
#locallink ul {
    line-height: 150%;
    margin: 0;
    padding: 6px 12px;
}
#locallink ul li {
    display: inline;
    margin: 0 6px;
    padding: 0;
}

.nagashima_list_2 ul {
  margin:0px;
  padding:0px;	
	}

.nagashima_list_2 ul li {
	display: inline-block;
	width: 48%;
	vertical-align:top;
	padding:0px 5px;
	*display: inline;
	*zoom:1;
	margin:0;
	}

.nagashima_list_2 ul li h4 {
	font-size:90%;
	padding: 2px 0 0 30px;
	}



/************************************************************************************　
　::東京ディズニーリゾート
************************************************************************************/

.tdr_list_1 {
	margin:0px 0px 60px 0px;
	}

.tdr_list_1 h3.tdr_list_1_ttl {
	background-color: #6E0000;
	font-size:90%;
	text-align: center;
	color: #fff;
	padding: 4px 0px;
	border: none;
	margin:0px 0px 0px 0px;
	}

.tdr_list_1 ul li {
	width: 186px;
	display: inline-block;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	}

.tdr_list_1 ul li div {
	padding: 0px 3px 0px 3px;
	}


.tdr_list_1 ul li h4.tdr_list_1_h4 {
	background: none;
	background-color: #6E0000;
	font-size:90%;
	text-align: center;
	color: #fff;
	padding: 2px 0px;
	margin:0px 0px 0px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height:40px;
	}



.tdr_list_2 {
	margin:0px 0px 20px 0px;
	}

.tdr_list_2 h3.tdr_list_1_ttl {
	background-color: #DD5800;
	font-size:90%;
	text-align: center;
	color: #fff;
	padding: 4px 0px;
	border: none;
	margin:0px 0px 0px 0px;
	}

.tdr_list_2 ul li {
	width: 186px;
	display: inline-block;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	}

.tdr_list_2 ul li div {
	padding: 0px 3px 0px 3px;
	}


.tdr_list_2 ul li h4.tdr_list_1_h4 {
	background: none;
	background-color: #DD5800;
	font-size:90%;
	text-align: center;
	color: #fff;
	padding: 2px 0px;
	margin:0px 0px 0px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height:40px;
	}



.tdr_list_3 {
	margin:0px 0px 20px 0px;
	}

.tdr_list_3 h3.tdr_list_1_ttl {
	background-color: #0066CC;
	font-size:90%;
	text-align: center;
	color: #fff;
	padding: 4px 0px;
	border: none;
	margin:0px 0px 0px 0px;
	}

.tdr_list_3 ul li {
	width: 186px;
	display: inline-block;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	}

.tdr_list_3 ul li div {
	padding: 0px 3px 0px 3px;
	}

.tdr_list_3 ul li h4.tdr_list_1_h4 {
	background: none;
	background-color: #0066CC;
	font-size:90%;
	text-align: center;
	color: #fff;
	padding: 2px 0px;
	margin:0px 0px 0px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height:40px;
	}


.tdr_detail_top {
	
	}

.tdr_detail_top ul.tdr_detail_head li#li_1{
	display: inline-block;
	width: 45%;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	}

.tdr_detail_top ul.tdr_detail_head li#li_2{
	display: inline-block;
	width: 50%;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	}

.tdr_detail_top ul.tdr_detail_head li span.in_out {
    background-color: #0066CC;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px;
}

.tdr_detail_top table.free_table {
	margin:0px 0px 20px 0px;
	}

.tdr_detail_top table.free_table th {
	padding: 1px 5px;
	background-color: #666666;
	color: #fff;
	font-weight: normal;
	border: 1px solid #fff;
	}

.tdr_detail_top table.free_table td {
	padding: 1px 5px;
	background-color: #BBE1D3;
	border: 1px solid #fff;
	}

.tdr_tab {
	margin:0px 0px 10px 0px;
	}

.tdr_tab ul li {
	width: 49%;
	display: inline-block;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	}

.cal_fee_list {
	width: 740px;
	margin:0 auto;
	}

.cal_fee_list li {
	float:left;
	display: inline;
	font-size:95%;
	}

.cal_fee_list li#li_1 {
	width: 310px;
	background-color: #EEECE1;
	padding-bottom:10px;
	}

.cal_fee_list li#li_2 {
	width: 300px;
	background-color: #FDE9D9;
	padding-bottom:10px;
	}

.cal_fee_list li#li_3 {
	width: 130px;
	background-color: #E5EEFF;
	padding-bottom:10px;
	}
ul li.bg-gray{
	background:#EEECE1;
}	
	

.cal_fee_list2 {
	width: 730px;
	margin:0 auto;
	}

.cal_fee_list2 li {
	float:left;
	display: inline;
	font-size:95%;
	}

.cal_fee_list2 li#li_1 {
	width: 365px;
	background-color: #EEECE1;
	padding-bottom:10px;
	}

.cal_fee_list2 li#li_2 {
	width: 365px;
	background-color: #FDE9D9;
	padding-bottom:10px;
	}

/************************************************************************************
  ::切り替え
*************************************************************************************/

.tabs{
	position:relative;height:45px;
	font-size:16px;
	text-transform:uppercase;
	background:#fff url("/new/img/kirikae/time4bed_bg.gif") repeat-x bottom left;
	margin:10px 0 3px 0;
}

.tabs ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

.tabs ul li{
	display:block;
	float:left;
	margin:0 2px;
}


.tabs ul li .tabs-base{
	display:block;
	float:left;
	color:#ffdab6;
	text-decoration:none;
	padding:13px 30px 0 20px;
	height:30px;
	line-height:50px;
	color:#894d12;
	font-size:16px;
	font-weight:bold;
	background:transparent url("/new/img/kirikae/time2bed_left-ON.gif") no-repeat top left;
}


.tabs ul li a{
	display:block;
	float:left;
	color:#ffdab6;
	text-decoration:none;
	padding:2px 30px 0 20px;
	height:43px;
	line-height:50px;
	color:#894d12;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
}


.tabs ul li a:hover{
	color:#fff;
	color:#894d12;
	background:transparent url("/new/img/kirikae/time2bed_left-ON.gif") no-repeat top left;
}


	
/************************************************************************************　
　::テンプレート
************************************************************************************/

.temp_ttl_h3 {
	background: url(../images/temp_ttl_h3.gif) no-repeat 0 0;
	color: #400000;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	margin: 10px 0 3px;
	padding: 6px 0 0 20px;
	clear:both;
}

.temp_txt {
	margin:5px 10px;
}

.temp_table1 table th{
	border: 1px solid #999!important;
	background-color: #FFFFCC!important;
	text-align: center;
	}

.temp_yoyaku_tabel1 table,
.temp_yoyaku_tabel2 table{
	margin:0px 0px 5px 0px;
}

.temp_yoyaku_tabel1 table a,
.temp_yoyaku_tabel2 table a{
	padding:10px 0 0 0;
	display:block;
	width:100%;
	height:100%;
}

.temp_yoyaku_tabel1 table a:hover,
.temp_yoyaku_tabel2 table a:hover{

	background-color:#FCDBB6;
}


.temp_yoyaku_tabel1 table th,
.temp_yoyaku_tabel1 table td {
	height: 40px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #333!important;
}

.temp_yoyaku_tabel1 table.free_table th {
	background-color: #FCDBB6;
}

.temp_yoyaku_tabel1 table.free_table td {
	background-color: #F3840E;
}

.temp_yoyaku_tabel2 table th,
.temp_yoyaku_tabel2 table td {
	height: 40px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #333!important;
}

.temp_yoyaku_tabel2 table.free_table th {
	background-color: #E0F5D1!important;
}

.temp_yoyaku_tabel2 table.free_table td {
	background-color: #A6E57B;
}

.temp_yoyaku_box {
	background: none repeat scroll 0 0 #FFEFDF;
	border: 2px solid #FF6600;
	padding: 3px;
	margin:0px 0px 15px 0px;
	}

.temp_ttl_h4 {
	background: url(../images/temp_ttl_h4.gif) no-repeat 0 0!important;
	color: #400000!important;
	font-size: 13px!important;
	font-weight: bold!important;
	height: 20px!important;
	margin: 0 0 3px!important;
	padding: 6px 0 0 20px!important;
}

.temp_table_meeting table.free_table th {
	text-align: center;
	background-color: #A6E57B;
	border: 1px solid #666!important;
	}

.temp_table_meeting table.free_table td {
	text-align: center;
	border: 1px solid #666!important;
	padding: 5px 2px 5px 2px;
	}

.temp_table_meeting table.free_table tr.tr_2 td,
.temp_table_meeting table.free_table tr.tr_3 td {
	text-align: center;
	background-color: #DDF5CD;
	
	}

.temp_table_meeting table.free_table tr.tr_4 td {
	text-align: center;
	font-weight: bold;
	color: red;
	}


.temp_table_meeting2 table.free_table th {
	text-align: center;
	background-color: #A6E57B!important;
	}

.temp_table_meeting2 table.free_table tr.tr_1 td.cell_2,
.temp_table_meeting2 table.free_table tr.tr_1 td.cell_3,
.temp_table_meeting2 table.free_table tr.tr_1 td.cell_4
 {
	text-align: center;
	background-color: #DDF5CD!important;
	}

.temp_table_meeting2 table.free_table td.cell_2,
.temp_table_meeting2 table.free_table td.cell_3,
.temp_table_meeting2 table.free_table td.cell_4
 {
	text-align: center;
	}


/************************************************************************************　
　::共通コンテンツ　テーブル交互色
************************************************************************************/


.tbl_line tr:nth-child(even){
background:#eeeeee;
}

.tbl_line td, th{

	padding:5px;
}


/************************************************************************************　
　::ゴルフコンテンツ
************************************************************************************/

#contents h3.golf_h3_0 {
	background: url(../images/golf/golf_h3_0.gif) no-repeat 0 0 #E1FFD9;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 10px solid #829032;
	font-size: 14px;
	height: 20px;
	margin: 10px 0;
	padding: 5px 0 5px 50px;
}

#contents h3.golf_h3_1 {
	background: url(../images/golf/golf_h3_1.gif) no-repeat 0 0 #E1FFD9;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 10px solid #829032;
	font-size: 14px;
	height: 20px;
	margin: 10px 0;
	padding: 5px 0 5px 50px;
}

#contents h3.golf_h3_2 {
	background: url(../images/golf/golf_h3_2.gif) no-repeat 0 0 #E1FFD9;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 10px solid #829032;
	font-size: 14px;
	height: 20px;
	margin: 10px 0;
	padding: 5px 0 5px 50px;
}

#contents h3.golf_h3_3 {
	background: url(../images/golf/golf_h3_3.gif) no-repeat 0 0 #E1FFD9;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 10px solid #829032;
	font-size: 14px;
	height: 20px;
	margin: 10px 0;
	padding: 5px 0 5px 50px;
}

#contents h3.golf_h3_4 {
	background: url(../images/golf/golf_h3_4.gif) no-repeat 0 0 #E1FFD9;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 10px solid #829032;
	font-size: 14px;
	height: 20px;
	margin: 10px 0;
	padding: 5px 0 5px 50px;
}


#contents h4.golf_h4_atten {
	background: none;
	border-bottom: 2px dotted #DDDDDD;
	color: #829032;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 8px;
	padding: 0 0 0 10px;
}

#contents h4.golf_h4_price {
	background: none;
    background-color: #EFEFEF;
    border-bottom: 2px solid #DDDDDD;
    border-left: 10px solid #CCCCCC;
    color: #829032;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0px;
    padding: 0 0 0 10px;
}


ul.golf_list_col2 {
	padding: 5px 0px;
	}

ul.golf_list_col2 li {
	width: 49%;
	display: inline-block;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	}

ul.golf_list_col2 li .outline_hyo {
	margin:0px 0px 5px 0px;
	}

.col_1_main {
	width: 1000px;
	margin:0px auto;
	padding: 30px 30px;
	background-color: #fff;
	}

.col_1_main h2.cont_h2 {
	border-left: 10px solid #E60012;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 10px;
	font-size:200%;
	color: #222;
	line-height: 1.3;
	clear:both;
	}

.col_1_main h3.cont_h3 {
	background: url("../images/h3_bg_5.gif") no-repeat scroll 0 0 transparent;
	border: none;
	color: #660000;
	font-size: 110%;
	margin: 10px 0 5px 0px;
	padding:12px 0 12px 30px;
	font-weight: bold;
}

.col_1_main h4.cont_h4 {
	background: url(../images/h4bg_2.gif) no-repeat 0 0;
	padding: 2px 0 0 33px;
	color: #660000;
	margin:10px 0px 8px 0px;
	font-weight: bold;
	min-height: 23px;
	}

.price_box {
	font-size: 14px;
	margin: 10px 0;
	padding: 10px 0;
	}
.price_box_text {
	background-color: #FFFF66;
	border: 2px solid #CCCCCC;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.price_box_text2 {
	background-color: #FF6633;
	border: 2px solid #CCCCCC;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	text-align: center;
}


ul.golf_facility #li_1{
	width: 30%;
	display: inline-block;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	}

ul.golf_facility #li_2{
	width: 68%;
	display: inline-block;
	vertical-align:top;
	*display: inline;
	*zoom:1;
	}


/************************************************************************************　
　::共通コンテンツ
************************************************************************************/

#waku_center {
    margin:0 auto; width:1000px;
}

.h2_mojikan{line-height:150%;}


