@charset "utf-8";
* {
	line-height: 1.5;
}
/* よく登場する要素のリセット */
body , h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {	vertical-align: bottom;}

/* リンク表示リセット */
a {
	text-decoration: none;
	outline: none;
	overflow: hidden;
}
/* table内の文字を通常フォントにする */
table {	font-size: 1.0em;}

/* ↓ color 全ページ共通 ----↓ */
.red_s1 {	color:#C30;}
.red_b {
	color: #CC0000;
	font-weight: bold;
}
.orange_s1 { color:#ffa200;}
.brown_s1 { color: #960;}
.gray { color: #CCC;}
.yellow_bg { background-color: #FFFEEE; }
.white_bg { background-color: #FFFFFF; }
.text_left { text-align: left;}
.text_right { text-align: right;}
.blue_b {
	color: #084ff0;
	font-weight: bold;
}

/* body */

body {
	text-align: center;
	background: url(../image/main_bg.gif) repeat-x 0 0;
	color: #333333;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "HG丸ゴシックM-PRO", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* #wrapper */

div#wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

div#wrapper a {	color:#084F95;}
div#wrapper a:hover {	color:#F90;}

/* #header */
div#header {
	width:941px;
	height:132px;
	padding-left: 9px;
	background:url(../image/head_bg.gif) no-repeat 0 bottom;
	position: relative;
}
*html div#header {
	width:950px;
}

div#header h1 {
	text-align:right;
	font-size:9px;
	color:#666;
}

div#header h2 a {
	width:303px;
	height:66px;
	position: absolute;
	left: 11px;
	top: 28px;
	outline: none;
	overflow: hidden;
}

#payment {
	position: absolute;
	top:17px;
	right: 20px;
}

/* ナビゲーション（#navi）*/

ul#navi {
	position: absolute;
	bottom: 0px;
	left: 10px;
}
ul#navi li {
	float:left;
	padding-right:1px;
}
ul#navi li a { display: block;}
ul#navi li a:hover { background-color:transparent; }
ul#navi li a:hover img { visibility:hidden; }

ul#navi li#navi1 a:hover {
	background: url(../image/navi1_over.gif) no-repeat left top;
}
ul#navi li#navi2 a:hover {
	background: url(../image/navi2_over.gif) no-repeat left top;
}
ul#navi li#navi3 a:hover {
	background: url(../image/navi3_over.gif) no-repeat left top;
}
ul#navi li#navi4 a:hover {
	background: url(../image/navi4_over.gif) no-repeat left top;
}
ul#navi li#navi5 a:hover {
	background: url(../image/navi5_over.gif) no-repeat left top;
}
ul#navi li#navi6 a:hover {
	background: url(../image/navi6_over.gif) no-repeat left top;
}
ul#navi li#navi7 a:hover {
	background: url(../image/navi7_over.gif) no-repeat left top;
}
ul#navi li#navi8 a:hover {
	background: url(../image/navi8_over.gif) no-repeat left top;
}

/* 出発地から探す（#navi_dp）*/
dl#navi_dp {
	clear: both;
	width: 950px;
	height: 23px;
	padding: 7px 0 6px 4px;
	background: url(../image/headbar_bg.gif) no-repeat 0 0;	
}

dl#navi_dp dt ,
dl#navi_dp li.tokyo a , dl#navi_dp li.nagoya a , dl#navi_dp li.osaka a , dl#navi_dp li.chugoku a , dl#navi_dp li.shikoku a , dl#navi_dp li.gelande a ,
dl#navi_dp li.tokyo a:hover , dl#navi_dp li.nagoya a:hover , dl#navi_dp li.osaka a:hover , dl#navi_dp li.chugoku a:hover , dl#navi_dp li.shikoku a:hover , dl#navi_dp li.gelande a:hover {
	width: 106px;
	height: 23px;	
	background: url(../image/globalnavi_dp.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

dl#navi_dp dt , dl#navi_dp dd , dl#navi_dp li {
	float:left;
}

dl#navi_dp dt {
	margin-right: 2px;
	background-position:0 0;	
}

dl#navi_dp li.tokyo a {
	margin-right:2px;
	background-position:-111px -23px;
}
dl#navi_dp li.nagoya a {
	margin-right:2px;
	background-position:-220px -23px;
}
dl#navi_dp li.osaka a {
	margin-right:2px;
	background-position:-328px -23px;
}
dl#navi_dp li.chugoku a {
	margin-right:2px;
	background-position:-436px -23px;
}
dl#navi_dp li.shikoku a {
	margin-right:2px;
	background-position:-544px -23px;
}
dl#navi_dp li.gelande a {
	background-position:-652px -23px;
}

/* 擬似タイプセレクタ */

dl#navi_dp li.tokyo a:hover {
	margin-right:2px;	
	background-position:-111px 0;	
}

dl#navi_dp li.nagoya a:hover {
	margin-right:2px;	
	background-position:-220px 0;	
}

dl#navi_dp li.osaka a:hover {
	margin-right:2px;
	background-position:-328px 0;	
}
dl#navi_dp li.chugoku a:hover {
	margin-right:2px;
	background-position:-436px 0;
}
dl#navi_dp li.shikoku a:hover {
	margin-right:2px;
	background-position:-544px 0;
}
dl#navi_dp li.gelande a:hover {
	background-position:-652px 0;
}

/* div#container */

div#container {
	width: 100%;
	clear: both;
	padding: 10px 0px 20px 0px;
	background: url(../image/container_bg.gif) repeat-y 0 0;
}

/* #contents */

div#contents {
	width: 760px;
	height: auto;
	padding-left: 15px;
	float: left;
}
*html div#contents {
	width: 775px;
}

div#contents:after {
	content: "";
	display: block;
	clear: both;
}

/* #title */
#text_navi, .font_normal {
	font-size: 12px;
}
.font_bold {
	font-weight: bold;
}
#title {
	clear: both;
	width: 760px;
	height: 84px;
	margin-top: 10px;
	position: relative;
}
div.higaeri_bg {
	background: url(../image/title/title_higaeri.gif) no-repeat left top;
}
div.bus_bg {
	background: url(../image/title/title_bus.gif) no-repeat left top;
}
div.bustour_bg {
	background: url(../image/title/title_bustour.gif) no-repeat left top;
}
div.mycar_bg {
	background: url(../image/title/title_mycar.gif) no-repeat left top;
}
div.gelande_bg {
	background: url(../image/title/title_gelande.gif) no-repeat left top;
}
div.other_bg {
	background: url(../image/title/title_other.gif) no-repeat left top;
}
div.toku_bg {
	background: url(../image/title/title_toku.gif) no-repeat left top;
}
div.camp_bg {
	background: url(../image/title/title_camp.gif) no-repeat left top;
}
div.report_bg {
	background: url(../image/title/title_report.gif) no-repeat left top;
}
#title div.aicon {
	position: absolute;
	left: 40px;
	top: 8px;
}
#title p.course_cd {
	padding: 5px 10px 0px;
	text-align: right;
}
#title p.course_cd span.font_s {
	font-weight: bold;
	letter-spacing: -0.1em;
	font-size: 90%;
}
h3 {
	font-size: 25px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#title h3 {
	position: absolute;
	top: 36px;
	left: 44px;
}
#title .title_s,
#title2 .title_s {
	font-size: 18px;
}


/*title（もっと見る）*/
#title2 {
	clear: both;
	width: 760px;
	height: 110px;
	margin-top: 10px;
	position: relative;
}
div.hotel_bg {
	background: url(../image/title/title_hotel.jpg) no-repeat left top;
}
div.genti_bg {
	background: url(../image/title/title_genti.jpg) no-repeat left top;
}
#title2 div.aicon {
	position: absolute;
	left: 44px;
	top: 34px;
}
#title2 h3 {
	position: absolute;
	top: 62px;
	left: 44px;
}


/* .box_navi_dp2 */
.box_navi_dp2 {
	margin-top: 10px;
	width: 760px;
	height: 42px;
	border-bottom: 4px solid #1b81cc;
	position: relative;
}
/* ↑ 共通 ここまで-----------------------------------------------------------------------------------------↑*/


/* ↓ 一覧ページ（共通）ここから ----------------------------------------------------------------------------↓*/

/* 出発地から探す（#navi_dp2）*/
ul#navi_dp2 {
	float: left;
}

ul#navi_dp2 li.tokyo_on ,ul#navi_dp2 li.nagoya_on , ul#navi_dp2 li.osaka_on ,
ul#navi_dp2 li.tokyo a ,ul#navi_dp2 li.nagoya a , ul#navi_dp2 li.osaka a ,
ul#navi_dp2 li.tokyo a:hover , ul#navi_dp2 li.nagoya a:hover ,ul#navi_dp2 li.osaka a:hover {
	width: 152px;
	height: 42px;	
	background: url(../image/button_dep.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

ul#navi_dp2 li {
	float:left;
}

ul#navi_dp2 li.tokyo a {
	margin-right:2px;
	background-position: 0px 0px;
}

ul#navi_dp2 li.nagoya a {
	margin-right:2px;
	background-position: -153px 0px;
}

ul#navi_dp2 li.osaka a {
	background-position: -306px 0px;
}

/* ↓ 擬似タイプセレクタ ↓ */

ul#navi_dp2 li.tokyo_on,
ul#navi_dp2 li.tokyo a:hover {
	margin-right:2px;	
	background-position: 0px -42px;	
}

ul#navi_dp2 li.nagoya_on,
ul#navi_dp2 li.nagoya a:hover {
	margin-right:2px;	
	background-position: -153px -42px;	
}

ul#navi_dp2 li.osaka_on,
ul#navi_dp2 li.osaka a:hover {
	background-position: -306px -42px;	
}

/*アイコン（#com_aicon）*/
div#com_aicon {
	width: 230px;
	height: auto;
	background-color: #ececec;
	text-align: center;
	padding: 5px 0px;
	position:absolute;
	right:0px;
}


/* 東京・東海・関西からの出発ボタン（一覧の下）（.box_navi_dp3） */
.box_navi_dp3 {
	clear:both;
	float: right;
	margin-bottom: 20px;
	height: 32px;
}

ul#navi_dp3 li {
	float: left;
	margin-left: 5px;
}
ul#navi_dp3 li.tokyo2 a {
	background: url(../image/tokyo2_over.gif) no-repeat top left;
}
ul#navi_dp3 li.osaka2 a {
	background: url(../image/osaka2_over.gif) no-repeat top left;
}
ul#navi_dp3 li.nagoya2 a {
	background: url(../image/nagoya2_over.gif) no-repeat top left;
}
ul#navi_dp3 li.chugoku2 a {
	background: url(../image/chugoku2_over.gif) no-repeat top left;
}
ul#navi_dp3 li.shikoku2 a {
	background: url(../image/shikoku2_over.gif) no-repeat top left;
}
ul#navi_dp3 li.syukuhaku2 a {
	background: url(../image/otoku/syukuhaku2_over.gif) no-repeat top left;
}
ul#navi_dp3 li.higaeri2 a {
	background: url(../image/otoku/higaeri2_over.gif) no-repeat top left;
}
ul#navi_dp3 li a { display:block; }
ul#navi_dp3 li a:hover { background-color:transparent; }
ul#navi_dp3 li a:hover img { visibility:hidden; }

/* ↑ 一覧ページ（共通）ここまで ---------------------------------------------------------↑*/

/* ↓ #main ------------------------------------------------------------------------------↓ */

div#main {
	clear: both;
	width: 760px;
}
div#main:after {
	content: "";
	display: block;
	clear: both;
}

/* ↓ カレンダーの色 --------------------------------------------------------------------------------------------↓ */

.a {
 background-color: #FDACB2;
}
.b {
 background-color: #FED966;
}
.c {
 background-color: #D3EF76;
}
.d {
 background-color: #FEFE9A;
}
.e {
 background-color: #A0D7F5;
}
.f {
 background-color: #FECEFF;
}
.g {
 background-color: #D7CDF2;
}
.h {
 background-color: #CDE5FF;
}
.i {
 background-color: #FEF9DC;
}
.j {
 background-color: #FF9B60;
}
.k {
 background-color: #A4CD6F;
}
.l {
 background-color: #9ECDBB;
}
.m {
 background-color: #FFCCCB;
}
.n {
 background-color: #D2FCE8;
}
.o {
 background-color: #EAA2F6;
}
.p {
 background-color: #FEDE87;
}
.q {
 background-color: #FF926D;
}
.r {
 background-color: #FFDB34;
}
.s {
 background-color: #E6F46D;
}
.t {
 background-color: #D6FAB4;
}
.u {
 background-color: #81B877;
}
.v {
 background-color: #89C7DC;
}
.w {
 background-color: #5D9CE9;
}
.x {
 background-color: #FF839E;
}
.y {
 background-color: #BCA1D8;
}
.z {
 background-color: #8EA4D6;
}

/*空席照会・予約ボタン*/

a.kuseki {
	float: right;
	display: block;
	background: url(../image/yoyaku_over.gif) no-repeat left top;
}
a.kuseki:hover img { visibility: hidden;}

ul.kuseki {
	float: right;
	}
ul.kuseki li {
	float: left;
	width: 182px;
	margin: 0px 0px 5px 5px;
}
ul.kuseki li.kuseki1 a { background: url(../image/yoyaku1_over.gif) no-repeat left top; }
ul.kuseki li.kuseki2 a { background: url(../image/yoyaku2_over.gif) no-repeat left top; }
ul.kuseki li.kuseki_wari a { background: url(../image/yoyaku_wari_over.gif) no-repeat left top; }
ul.kuseki li.kuseki_wari2 a { background: url(../image/yoyaku_wari2_over.gif) no-repeat left top; }
ul.kuseki li.kuseki_toku a { background: url(../image/yoyaku_toku_over.gif) no-repeat left top; }
ul.kuseki li.kuseki_toku2 a { background: url(../image/yoyaku_toku2_over.gif) no-repeat left top; }
ul.kuseki li a { display: block;}
ul.kuseki li a:hover img { visibility: hidden;}



/* ↓ side_navi --------------------------------------------------------------------------------------------↓ */

div#side_navi {
	width: 150px;
	height: auto;
	font-size: 12px;
	float: right;
	background: url(../image/right_bg2.gif) repeat-y top left;
	margin-right: 10px;
}
*html div#side_navi {
	margin-right:5px;
}
div#side_navi_top {
	width: 100%;
	background: url(../image/right_bg1.gif) no-repeat top left;	
	padding-top: 10px;
}
div#side_navi_bottom {
	width: 100%;
	background: url(../image/right_bg3.gif) no-repeat bottom left;
	padding-bottom: 20px;
	padding-left: 5px;
}
div#side_navi_top:after {
	content: "";
	display: block;
	clear: both;
}
div#side_navi_bottom:after {
	content: "";
	display: block;
	clear: both;
}

div#side_navi a {
	color: #084F95
}

div#side_navi .banner {
	margin: 15px 0 0 2px;
	}

/* ↓ fontサイズ ------------------------------------↓ */

dl.font_size {
	width: 135px;
	height: 30px;
	padding-left: 5px;
}

dl.font_size dt {
	padding: 4px 2px 0 0;
	font-weight: bold;
	font-size: 15px;
	float: left;
}

dl.font_size dd {
	float: left;
	padding-left: 4px;
	margin-top: 4px;
}

dl.font_size dd#midium a:hover {
	background: url(../image/midium_text_over.gif) no-repeat;	
}
dl.font_size dd#big a:hover {
	background: url(../image/big_text_over.gif) no-repeat;	
}
dl.font_size a { display:block; }
dl.font_size a:hover { background-color:transparent; }
dl.font_size a:hover img { visibility:hidden; }

/* ↓ formのスタイル ------------------------------------↓ */

input.text_area {
	width: 135px;
	min-height: 15px;
	padding: 2px 0px 2px 2px;
}
input.subimit_button {
	width:55px;
	height:18px;
	margin:2px 0 0 85px;
	text-align:right;
	border:0;
	background:url(../image/search_button.gif) no-repeat 0 0;
	cursor: pointer;
}
*html input.text_area {
	width: 139px;
	border:1px groove #CCCCCC;
}
*html input.subimit_button {
	margin:2px 0 0 83px;
}

/* ↓ info ------------------------------------↓ */

div.side_navi_info {
	width: 124px;
	height: auto;
	padding: 10px 5px;
	background-color:#FFF;
	margin:10px 0 15px 3px;
}

div.side_navi_info p {
	margin-bottom: 5px;
	padding: 0 0 1px 5px;
	font-weight: bold;
	font-size: 17px;
	border: solid #1b81cc;
	border-width: 0 0 1px 4px;
}
*html div.side_navi_info {
	width: 134px;
}
div.side_navi_info li {
	margin: 8px 0px 0px 8px;
	font-size: 12px;
}
div.side_navi_info a {
	padding-left: 20px;
}
div.side_navi_info li.info1 {
	background: url(../image/question_ico.gif) no-repeat left center;
}

div.side_navi_info li.info2 {
	background:url(../image/novices_ico.gif) no-repeat left center;
}

div.side_navi_info li.info3 {
	background:url(../image/mail_ico.gif) no-repeat left center;
}

div.side_navi_info li.info4 {
	background:url(../image/en_ico.gif) no-repeat left center;
}

div.side_navi_info li.info5 {
	background:url(../image/sitemap_ico.gif) no-repeat left center;
}

div.side_navi_info li.info6 {
	background:url(../image/operate_ico.gif) no-repeat left center;
}

/* ↓ ブックマーク -------------------------------------------------------------------------------------↓ */

div.side_navi_bm {
	width:124px;
	height:auto;	
	padding:10px 5px 15px;
	background-color:#FFF;
	margin:10px 0 15px 3px;
}
*html div.side_navi_bm {
	width: 134px;
}

div.side_navi_bm p {
	margin-bottom:5px;
	padding:0 0 1px 5px;
	font-weight:bold;
	font-size:14px;
	border:solid #1b81cc;
	border-width:0 0 1px 4px;
}

div.side_navi_bm li {
	width:125px;
	height:17px;
	margin:10px auto 0px auto;
	font-size: 12px;
}

/* ↓ rss ----------------------------------------------------------------------------------------------↓ */

div.rss {
	width:124px;
	height:auto;	
	padding:10px 5px 15px;
	background-color:#FFF;
	margin:10px 0 0px 3px;
}
*html div.rss {
	width: 134px;
}

div.rss p {
	margin-bottom:5px;
	padding:0 0 1px 5px;
	font-weight:bold;
	font-size:15px;
	border:solid #1b81cc;
	border-width:0 0 1px 4px;
}

div.rss li {
	margin: 8px 0px 0px 8px;
	font-size: 12px;
	background:url(../image/rss_ico.gif) no-repeat left bottom;
}

div.rss a {
	padding-left: 20px;
}

/*↓お知らせここから----------↓*/
div.news {
	width:124px;
	height:auto;	
	padding:10px 5px 15px;
	background-color:#FFF;
	margin:10px 0 0px 3px;
}
*html div.news {
	width: 134px;
}

div.news p {
	margin-bottom:5px;
	padding:0 0 1px 5px;
	font-weight:bold;
	font-size:15px;
	border:solid #1b81cc;
	border-width:0 0 1px 4px;
}

div.news li {
	font-size: 12px;
}

/* ↓ 予約・変更・取消 ---------------------------------------------------------------------------------↓ */
div.side_info {
	width: 124px;
	height: auto;	
	padding: 10px 5px 5px;
	background-color: #FFF;
	margin: 10px 0 15px 3px;
}
*html div.side_info {
	width: 134px;
}
div.side_info dl {
	background-color: #FFFFFF;
}
div.side_info dt {
	margin-bottom:5px;
	padding:0 0 1px 5px;
	font-weight:bold;
	font-size:14px;
	border:solid #1b81cc;
	border-width:0 0 1px 4px;
}
div.side_info dd {
	margin: 10px 0px;
}
div.side_info dd table {
	width: 100%;
	border: 1px solid #ECECEC;
	border-collapse: collapse;
}
div.side_info dd table td {
	border: 1px solid #CCCCCC;
}
div.side_info dd table td.haba {
	width: 35%;
}

/* ↓ 関連するプラン---------------------------------------------------------------------------------↓ */
div.other_plan {
	clear: both;
	width: 760px;
	padding: 0 0 5px;
	margin: 20px 0 0;
	background: #FFFFDA;
}
ul.other_plan1 {
	margin: 10px;
}
ul.other_plan1 li.title {
	background:url(../image/other_plan_bg.gif) no-repeat 13px 12px;
	padding: 10px 0 0 30px;
}
ul.other_plan1 li.cont {
	padding: 5px 0 10px 30px;
	background: url(../image/index/dott.gif) repeat-x left bottom;
}
div#container:after {
	content: "";
	display: block;
	clear: both;
}
/* ↓ footer -------------------------------------------------------------------------------------------↓ */

div#footer {
	clear: both;
	width: 950px;
	color: #FFFFFF;
	background: url(../image/container_bg.gif) repeat-y 0 0;
}
div#link {
	width: 100%;
	height: 65px;
	color: #666666;
	background: url(../image/footer.gif) no-repeat center bottom  ;
}

div#link p {
	font-size: 9.5px;
	padding: 5px 70px 0 120px;
}

div#link p a {
	color: #666666;
}

div#link p a:hover {
	color: #084F95;
	text-decoration: underline;
}

div#local_navi {
	min-height: 55px;
	padding: 5px 10px 5px;
	background: url(../image/footer2.gif) repeat-y top left  ;
}

*html div#local_navi {
	width: 950px;
}

div#local_navi .left {
	float: left;
}

div#local_navi .left p {
	font-size: 12px;
}

div#local_navi .right {
	float: right;
}

div#local_navi .right p {
	font-size:11px;
	text-align: right;
}

div#local_navi p a {
	color:#fff;
}

div#local_navi p a:hover {
	color: #B8E9FC;
	text-decoration: underline;
}
div#local_navi address {
	text-align: right;
}
/*#linkarea-----------------------------------------------*/
div#linkarea {
	clear: both;
	padding: 20px 0 0;
	margin: 0 auto;
	width: 800px;
	background: #1B81CC;
	text-align: center;
}
div#linkarea img {
	margin: 0 5px 5px 5px;
}
/* ↑ footer -------------------------------------------------------------------------------------------↑ */

html>body div#header h1 a {/* IE6以外に適用 IE7も含む */
background-image:url(../image/bw_logo.png) ;
}
*html div#header h1 a {/* IE6以下に適用 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bw_logo.png', sizingMethod='scale');
}

div.ready {
	text-align: center;
	font-size: 130%;
	line-height: 2.0;
	padding: 50px 0px;
}