@charset "utf-8";
/* CSS Document */

div#main table {
	border-collapse: collapse;
}

/**********************************************************/
/*スキー場ガイド（一覧）*/
/**********************************************************/
div.gelandelist div.left {
	float: left;
	width: 240px;
	margin: 15px 10px 15px 5px; 
}
div.gelandelist div.right {
	float: right;
	width: 245px;
	margin: 15px 0px; 
}
div.gelandelist table {
	width: 100%;
}
div.gelandelist table td {
	padding: 2px 0px;
}
div.gelandelist table td.font_s {
	font-size: 80%;
}
div.gelandelist table td.font_s,
div.gelandelist table td.course,
div.gelandelist table td.lift {
	width: 30px;
	text-align: center;
}
div.gelandelist table td,
div.gelandelist table th, {
	border-bottom: solid 1px #FFF;
}
div.gelandelist table td.area {
	padding: 10px 0px 10px 15px;
	background:url(../image/title_bg2.gif) no-repeat left center;
	color: #1b81CC;
	font-size: 130%;
	font-weight: bold;
}
div.gelandelist table td.course {
	background-color: #CCE1F0;
}
div.gelandelist table td.lift {
	background-color: #F5E1E1;
}
div.gelandelist table th {
	background: url(../image/gelande_li.gif) no-repeat scroll 5px center;
	padding-left: 20px;
}

/*スキー場ガイド（詳細）*/
/**********************************************************/
/*トップ左側（#gelande_left）　                           */
/**********************************************************/
div#gelande_wrap {
	clear: both;
	width: 760px;
	overflow: hidden;
}
div#gelande_left {
	float: left;
	width: 550px;
}
/*↓現地スタッフ（#staff）からの一言　ここから↓----------*/
div#gelande_left div#staff {
	width: 100%;
	height: auto;
	background:url(../image/gelande/staff2.gif) repeat-y left top;
	margin-bottom: 15px;
}
div#gelande_left div#staff_top {
	background:url(../image/gelande/staff1.gif) no-repeat left top;
}
div#gelande_left div#staff_bottom {
	background:url(../image/gelande/staff3.gif) no-repeat left bottom;
	padding: 40px 10px 10px;
	font-size: 120%;
}


/*↓ボードアイテム（#bord_item）　ここから↓----------*/
div#gelande_left table#bord_item {
	margin-top: 15px;
}
div#gelande_left table#bord_item th {
	text-align: center;
	color: #FFF;
	background-color: #1b81CC;
	font-size: 120%;
	font-weight: bold;
}


/*↓注意事項（#comment）　ここから↓----------*/
div#gelande_left div#comment {
	margin: 10px 0px;
}
div#gelande_left div#comment dl {
	margin-top: 10px;
}
div#gelande_left div#comment dd {
	padding-left: 1.0em;
}


/**********************************************************/
/*トップ右側（#gelande_right）　                          */
/**********************************************************/

div#gelande_right {
	float: right;
	width: 195px;
}
div#gelande_right table {
	width: 100%;
	border: 2px solid #c8c2a9;
	margin-top:5px;
}
div#gelande_right table th {
	text-align: center;
	color: #FFF;
	background-color: #1b81CC;
	font-size: 130%;
	font-weight: bold;
	border: 1px solid #586b74;
}
div#gelande_right table td {
	text-align: center;
	background-color: #fffbda;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #c8c2a9;
}

/*↓コース数・リフト数（#gelande_info）　ここから↓----------*/
div#gelande_right div#gelande_info {
	overflow: hidden;
}
div#gelande_right div#gelande_info table#course {
	float: left;
	width: 95px;
	margin-top: 5px;
}
div#gelande_right div#gelande_info table#lift {
	float: right;
	width: 95px;
	margin-top: 5px;
}
div#gelande_right div#gelande_info table#course th {
	background-color: #CCE1F0;
	color:#333333;
}
div#gelande_right div#gelande_info table#course td {
	color: #1B81CC;
}
div#gelande_right div#gelande_info table#lift th {
	background-color: #F5E1E1;
	color:#333333;
}
div#gelande_right div#gelande_info table#lift td {
	color:#993333;
}
div#gelande_right div#gelande_info table td {
	font-size: 300%;
}

/*↓ボードOK・ボードパークあり　ここから↓----------*/
p.snowbord_ok,
p.bordpark_ok,
p.snowbord_no,
p.bordpark_no,
p.kids_ok,
p.kids_no{
	clear: both;
	text-align: center;
	color: #FFF;
	font-weight: bolder;
	font-size:150%;
	margin-top: 5px;
	padding: 2px 0px;
	border: 2px solid #c8c2a9;
}
p.snowbord_ok {
	background-color: #e50012;
	color: #FFF;
}
p.bordpark_ok {
	background-color: #fff000;
	color: #000;
}
p.bordpark_no {
	background-color: #000;
	color: #fff000;
}
p.kids_ok {
	background-color: #9CF;
	color: #fff;
}
p.kids_no {
	background-color: #000;
	color: #339933;
}

/*↓円グラフ　ここから↓----------*/
div#gelande_right table.chart {
	margin: 5px 0px 0px 5px;
	width:185px;
}
div#gelande_right table.chart,
div#gelande_right table.chart td {
	border: none;
	font-size: 85%;
	text-align: left;
}
div#gelande_right table.chart td {
	padding-left: 2px;
}
div#gelande_right table.chart td#label1, 
div#gelande_right table.chart td#label2, 
div#gelande_right table.chart td#label3, 
div#gelande_right table.chart td#label4, 
div#gelande_right table.chart td#label5 {
	width: 11px;
}
div#gelande_right table.chart td#label1 {
	background-color: #009844;
}
div#gelande_right table.chart td#label2 {
	background-color: #e50012;
}
div#gelande_right table.chart td#label3 {
	background-color: #231815;
}
div#gelande_right table.chart td#label4 {
	background-color: #ec6c00;
}
div#gelande_right table.chart td#label5 {
	background-color: #44af35;
}

/*↓最長滑走距離・最大斜度の幅設定↓----------*/
div#gelande_right table th.haba {
	width: 110px;
}

/*↓リフト券の高さ設定↓----------*/
div#gelande_right table.lift td {
	padding: 5px 0px;
}

/*↓携帯電話の幅設定↓----------*/
div#gelande_right table.cellphone td {
	width: 25%;
}

/*↓営業時間設定↓----------*/
div#gelande_right table.openclose tr td {
	text-align:left;
}


/*↓志賀高原用設定↓-----------------------------*/
table#shiga_list {
	width: 100%;
	border: 2px solid #c8c2a9;
	margin-top:5px;
	font-size: 80%;
}
table#shiga_list th {
	text-align: center;
	color: #FFF;
	background-color: #1b81CC;
	font-size: 130%;
	font-weight: bold;
	border: 1px solid #586b74;
}
table#shiga_list th.area_name {
	background-color: #ececec;
	color: #1b81CC;
	padding: 5px 0 2px;
}
table#shiga_list th.gerende_name {
	background-color: #dcdcdc;
	color: #333;
	padding: 5px 0 2px;
}
table#shiga_list th#board_ski {
	width: 90px;
}
table#shiga_list td {
	text-align: center;
	background-color: #fffbda;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #c8c2a9;
}
table#shiga_list tr.odd td {
	background-color: #fff;
}
.graph_label{ 
        position: relative; /* IE is dumb */
        width: 100px; 
        /*border: 1px solid #333;*/
        padding: 2px; 
    }
    .graph_ski{ 
        position: relative; /* IE is dumb */
        width: 75px; 
        /*border: 1px solid #333;*/
        padding: 2px; 
    }
    .graph_label .bar_label1,
	.graph_label .bar_label2,
	.graph_label .bar_label3,
	.graph_ski .bar_ski,
	.graph_ski .bar_board{ 
        display: block;
        position: relative;
        text-align: center; 
        color: #fff; 
        height: 2em; 
        line-height: 2em;
		float: left;
		font-size: 80%;
    }
    .graph_label .bar_label1{
        background: #009844; 		
	}
    .graph_label .bar_label2{
        background: #e50012; 		
	}
    .graph_label .bar_label3{
        background: #231815; 		
	}
    .graph_label .bar span,
	.graph_ski .bar span{
		position: absolute;
		left: 1em;
	}
    .graph_ski .bar_board{
        background: #44af35; 		
	}
    .graph_ski .bar_ski{
        background: #ec6c00; 		
	}
span.label1 {
	background: #009844; 		
}
span.label2 {
	background: #e50012; 		
}
span.label3 {
	background: #231815; 		
}
span.skier {
	background: #ec6c00;
	font-size: 70%;
}
span.boader {
	background: #44af35; 		
	font-size: 70%;
}

/**********************************************************/
/*新スキー場を利用するプラン*/
/**********************************************************/
div#plan_wrap {
	clear: both;
	width: 760px;
	margin-top: 20px;
	overflow: hidden;
}
div#plan_wrap h4.title,div#hotel_wrap h4.title {
	background: url(../image/gelande/plan_title.gif) no-repeat scroll 6px 6px;
	padding: 5px 0px 2px 18px;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}
div#plan_wrap div.plan_wrap4,div#hotel_wrap div.plan_wrap4 {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
	background: url(../image/gelande/h4_bg.gif) repeat-x left top;
}
div#plan_wrap ul.buttom {
	position:relative;
	float: right;
}
div#plan_wrap ul.buttom li {
	float: left;
	margin-left: 3px;
}
div#plan_wrap ul.buttom li a {	display: block;}
div#plan_wrap ul.buttom li a:hover img { visibility: hidden;}

div#plan_wrap li.buttom1 {
	background:url(../image/bustour/kanto_asa_over.gif) no-repeat left bottom;
}
div#plan_wrap li.buttom2 {
	background:url(../image/bustour/kanto_yoru_over.gif) no-repeat left bottom;
}
div#plan_wrap li.buttom3 {
	background:url(../image/bustour/kansai_over.gif) no-repeat left bottom;
}
div#plan_wrap li.buttom4 {
	background:url(../image/bustour/tokai_over.gif) no-repeat left bottom;
}
div#plan_wrap li.buttom5 {
	background:url(../image/bus/syousai_over.gif) no-repeat left bottom;
}
div#plan_wrap li.buttom6 {
	background:url(../image/gelande/chiba_yoru_over.gif) no-repeat left bottom;
}
div#plan_wrap li.buttom7 {
	background:url(../image/bustour/chugoku_over.gif) no-repeat left bottom;
}
div#plan_wrap li.buttom8 {
	background:url(../image/bustour/shikoku_over.gif) no-repeat left bottom;
}
div#plan_wrap li.buttom9 {
	background:url(../image/otoku/mycar2_over.gif) no-repeat left bottom;
}

/**********************************************************/
/*スキー場を利用するお宿(#hotel_wrap)*/
/**********************************************************/
div#hotel_wrap {
	clear: both;
	width: 100%;
	overflow: hidden;
}
div#hotel_wrap div.hotel_wrap2 {
	margin: 10px 0px;
}
div#hotel_wrap div.hotel {
	float: left;
	width: 248px;
	margin: 0px 2px 15px 2px;
	background: url(../image/gelande/hotel_bg.gif) repeat-x left top;
}
div#hotel_wrap div.hotel p.hotel_name {
	padding: 5px 0px 0px 18px;
	background: url(../image/gelande/hotel_plan.gif) no-repeat scroll 5px 10px;
	font-size: 120%;
	font-weight: bold;
}
div#hotel_wrap div.hotel p.hotel_name2 {
	padding: 7px 0px 0px 18px;
	background: url(../image/gelande/hotel_plan.gif) no-repeat scroll 5px 10px;
	font-size: 108%;
	font-weight: bold;
	letter-spacing: -0.05em;
}
div#hotel_wrap div.hotel2 a {
	display: block;
	width: 239px;
	min-height: 130px;
	margin: 5px;
}
div#hotel_wrap div.hotel2 img {
	float: left;
	padding-right: 5px;
}
div#hotel_wrap div.hotel2 p.hotel_plan {
	display: inline;
}

/**********************************************************/
/*ご案内(#info_wrap)*/
/**********************************************************/

div#info_wrap {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
div#info_wrap table {
	width: 740px;
	margin: 10px;
	border-collapse: collapse;
}
div#info_wrap table th,
div#info_wrap table td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
div#info_wrap table th {
	width: 15%;
	background-color: #ECECEC;
}

