@charset "utf-8";
/* よく登場する要素のリセット */
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;}

/* body */

body {
	text-align: center;
	background: url(images/haikei_back.gif) repeat-x 0 0;
	color: #333333;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* #wrapper */

div#wrapper {
	width: 770px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

div#wrapper a {	color:#084F95;}
div#wrapper a:hover {	color:#F90;}

/* #header */
div#header {
	width:750;
}
div#header .table1 {
	margin-top:0px;
}


h1 {
	text-align:right;
	font-size:9px;
	margin-bottom:0px;
	color:#06F;
}

div#header h2 a {
	width:303px;
	height:66px;
	position: absolute;
	left: 11px;
	top: 24px;
	outline: none;
	overflow: hidden;
}

#payment {
	position: absolute;
	top:15px;
	right: 10px;
}

/* ナビゲーション（#navi）*/
/* #navi1トップ,#navi2マイカープラン,#navi3日帰りプラン,#navi4バスツアー,#navi5ゲレンデ直行,#navi6スキー場一覧 */

ul#navi {
	position: absolute;
	bottom: 0px;
	left: 10px;
}

ul#navi li {
	float:left;
	padding-right:1px;
}

/* ↓ ul#navi が親要素 ↓ */
/* ↓ 擬似タイプとのセパレートセレクタ ↓ */

ul#navi li#navi1 a , ul#navi li#navi1 a:hover ,
ul#navi li#navi2 a , ul#navi li#navi2 a:hover ,
ul#navi li#navi3 a , ul#navi li#navi3 a:hover ,
ul#navi li#navi4 a , ul#navi li#navi3 a:hover ,
ul#navi li#navi5 a , ul#navi li#navi4 a:hover ,
ul#navi li#navi6 a , ul#navi li#navi6 a:hover {
	background:url(image/globalnavi.gif) no-repeat;	
	text-indent:-9999px;	
	display: block;
}

ul#navi li#navi1 a {
	width:82px;
	height:36px;
	background-position:0 bottom;
}

ul#navi li#navi2 a {
	width:132px;
	height:36px;
	background-position:-83px bottom;
}

ul#navi li#navi3 a {
	width:132px;
	height:36px;
	background-position:-216px bottom;
}

ul#navi li#navi4 a {
	width:92px;
	height:36px;
	background-position:-349px bottom;		
}

ul#navi li#navi5 a {
	width:92px;
	height:36px;
	background-position:-442px bottom;	
}

ul#navi li#navi6 a {
	width:122px;
	height:36px;
	background-position:-535px bottom;	
}


/* 擬似タイプセレクタ */

ul#navi li#navi1 a:hover {
	width:82px;
	height:36px;	
	background-position:0 top;
}

ul#navi li#navi2 a:hover {
	width:132px;
	height:36px;
	background-position:-83px top;		
}

ul#navi li#navi3 a:hover {
	width:132px;
	height:36px;
	background-position:-216px top;
}

ul#navi li#navi4 a:hover {
	width:92px;
	height:36px;
	background-position:-349px top;
}

ul#navi li#navi5 a:hover {
	width:92px;
	height:36px;
	background-position:-442px top;	
}

ul#navi li#navi6 a:hover {
	width:122px;
	height:36px;
	background-position:-535px 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.tokyo a:hover , dl#navi_dp li.nagoya a:hover ,dl#navi_dp li.osaka 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 {
	background-position:-328px -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 {
	background-position:-328px 0;	
}

/* div#container */

div#container {
	width: 100%;
	clear: both;
	padding: 2px 0px 20px 0px;
	background: url(img/bg_wrapper.gif) repeat-y 0 0;
}

/* #contents */

div#contents {
	width: 760px;
	height: auto;
	padding-left: 5px;
	float: left;
}
*html div#contents {
	width: 760px;
}

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;
}
#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 {
	position: absolute;
	top: 36px;
	left: 44px;
	font-size: 25px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#title .title_s {
	font-size: 18px;
}
/* .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 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;
	margin-left: 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.kuseki3 a { background: url(image/yoyaku3_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
}
/* ↓ 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_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.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#container:after {
	content: "";
	display: block;
	clear: both;
}

/*連絡*/
/*****************************************************/
#renraku {
	margin-top:5px;
	margin-left:4px;
}
#renraku .table2 {
	border-collapse:collapse;
	
}
#renraku .table2 .red{
	color:#F00;
	
}
#renraku .table2 td {
	border: 1px solid #666;
	font-size:smaller;
}
/*関東　集合場所　プラン一覧*/
/*****************************************************/
#maptp {
	margin-top:8px;
	margin-bottom:8px;
}
#maptp .table5 {
	border-collapse:collapse;
	width:748px;
}
#maptp .table5 th {
	font-size:smaller;
	border: 1px solid #666;
	padding:3px;
	background-color:#FFC;
}
#maptp .table5 td {
	font-size:smaller;
	border: 1px solid #666;
	padding:3px;
}
#maptp .table5 .red {
	color:#F00;
	font-size:1.2em;
}
/*関東　集合場所*/
/*****************************************************/
#mapt {
	margin-top:8px;
	margin-bottom:8px;
}
#mapt .table4 {
	border-collapse:collapse;
	width:748px;
}
#mapt .table4 th {
	font-size:smaller;
	border: 1px solid #666;
	padding:3px;
	background-color:#FFC;
}
#mapt .table4 td {
	font-size:smaller;
	border: 1px solid #666;
	padding:3px;
}
#mapt .table4 .red {
	color:#F00;
	font-size:1.2em;
}
/*関西　集合場所*/
/*****************************************************/
#mapk {
	margin-top:8px;
}
#mapk .table3 {
	border-collapse:collapse;
	width:750px;
}
#mapk .table3 td {
	font-size:smaller;
	border: 1px solid #666;
	padding:3px;
}
#mapk .table3 .red {
	color:#F00;
	font-size:1.2em;
}

/*****************************************************/
/* グループリンクエリア */
/*****************************************************/

#link {
	clear: both;
	width: 750px;
	margin:10px 10px 0px 5px ;
	background-image: url(img/bg_link.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 140px;
	font-size: 85%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#link_site {
	text-align: center;
	padding: 57px 10px 20px ;
	line-height: 1.2;
}
div#link_site a {	color:#808080;}
div#link_site a:hover {	color:#F90;}

/*****************************************************/
/* フッター */
/*****************************************************/

#footer {
	clear: both;
	width: 100%;
	font-size: 80%;
	margin: 10px 0px;
	overflow: hidden;
	color: #666666;
	line-height: 1.2;
}
div#footer a {	color:#666;}
div#footer a:hover {	color:#F90;}
#footer .left {
	float: left;
}
#footer .big {
	font-size: 130%;
}
#footer .tel {
	color: #FF6600;
	font-weight: bold;
}
#footer .right {
	float: right;
	text-align: right;
}
#footer address {
	padding-top: 5px
}



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;
}
