@charset "UTF-8";
/* CSS Document */

/* add zoom:1 to pos:relative elements */
#ski #header,
#ski #map {zoom:1;}

/* add transparancy */
a:hover {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
a:hover.over {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);}

/* add overflow:visible to (submit) buttons */
input, button {overflow:visible;}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style:none;
}
fieldset, img {
	border:0;
}
a img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

/*------------------------------------------------------------------------
基本設定
--------------------------------------------------------------------------*/
#pankuzu{width:970px;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#ski {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	width:980px;
	font-size:12px;
	line-height:1.0;
	margin: 0 auto 10px auto;
	color:#000;
	background: #FFF;
}

#ski a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}
#ski a:link {
	color: #1855B3;
}
#ski a:visited {
	color: #1855B3;
}
#ski a:hover, a:active {
	color: #2073F3;
}
#ski a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
#ski a:hover.over {
	opacity:1;
	filter:alpha(opacity=100);
}
#ski .pagetop {
	color:#1855B3;
	text-align:right;
	padding:10px 0 0 0;
}
#ski .pagetop a {
	color:#1855B3;
	text-decoration: underline;
}
/*------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
#ski #header {
	position: relative;
	margin: 10px 0 13px;
	width: 980px;
	height: 289px;
	background: url(/images/feature/ski/main_bg.jpg) no-repeat;
}

#ski #header h1 {
	position: absolute;
	width: 646px;
	height: 135px;
	top: 35px;
	left: 20px;
}

#ski #header .main_subttl {
	position: absolute;
	text-indent: -9999px;
	width: 329px;
	height: 58px;
	top: 94px;
	left: 26px;
	background: url(/images/feature/ski/main_parts.png) no-repeat 0 -136px;
}

#ski #header .main_txt {
	position: absolute;
	top: 160px;
	left: 30px;
	width: 630px;
	color: #042278;
	line-height: 1.5em;
	font-size: 12px
}

/*------------------------------------------------------------------------
ヘッダー内ナビゲーション
--------------------------------------------------------------------------*/
#ski #header ul {
	position: absolute;
	width: 960px;
	height: 55px;
	top: 222px;
	left: 10px;
	background: url(/images/feature/ski/main_parts.png) no-repeat 0 -196px;
}

#ski #header li {
	float: left;
	width: 120px;
	height: 55px;
	text-indent: -9999px;
}

#ski #header li.toppage {
	background: url(/images/feature/ski/main_parts.png) no-repeat 0 -253px;
	background-position: 0 -253px;
}

#ski #header li a {
	display: block;
	width: 120px;
	height: 55px;
}

#ski #header li a:hover{
	background: url(/images/feature/ski/main_parts.png) no-repeat 0 -253px;
}

#ski #header li.hokkaido a:hover {
	background-position: -120px -253px;
}

#ski #header li.tohoku a:hover {
	background-position: -240px -253px;
}

#ski #header li.kanto a:hover {
	background-position: -360px -253px;
}

#ski #header li.koshinetsu a:hover {
	background-position: -480px -253px;
}

#ski #header li.tokai a:hover {
	background-position: -600px -253px;
}

#ski #header li.kansai a:hover {
	background-position: -720px -253px;
}

#ski #header li.chugoku a:hover {
	background-position: -840px -253px;
}

/*------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------*/
#ski .contents {
	margin-bottom: 29px;
	width: 980px;
	height: 592px;
}

/*------------------------------------------------------------------------
Search
--------------------------------------------------------------------------*/
#ski #search {
	margin-left: 717px;
	padding: 6px 0 0 0;
	width: 263px;
	height: 586px;
	background: url(/images/feature/ski/parts.png) no-repeat -698px 0;
}

#ski #search h2 {
	margin: 0 0 20px 0;
	height: 41px;
	line-height: 41px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#ski .search_box {
	margin: 0 19px 0;
	padding: 0 3px 0;
	width: 219px;
}

#ski .search_box .search_ttl {
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #107ec5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#ski .search_box .search_arrow {
	float: left;
	display: block;
	margin: 10px 5px 0 9px;
	width: 9px;
	height: 5px;
	background: url(/images/feature/ski/parts.png) no-repeat -391px -669px;
}

#ski .search_box .search_comment {
	margin: 0 0 0 10px;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: normal;
	background-color: #e2004a;
}

#hoteljp_plan_date {
	margin-bottom: 6px;
}

#hoteljp_plan_term {
	margin-bottom: 20px;
}

#hoteljp_plan_pref,
#hoteljp_plan_mid_area {
	margin-bottom: 10px;
}

#hoteljp_plan_small_area {
	margin-bottom: 20px;
}

#ski .search_box .search_room li {
	float: left;
	margin-right: 10px;
}

#ski .search_box .search_room {
	margin-bottom: 10px;
	height:16px;
}

#ski .search_btn {
	margin-top: 30px;
	width: 225px;
}

#ski .search_btn li {
	float: left;
	margin-right: 6px;
	text-indent: -9999px;
}

#ski .search_btn li.li_b {
	margin-right: 0;
}

#ski .search_btn li a {
	display: block;
	height: 51px;
	background: url(/images/feature/ski/parts.png) no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0px 4px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	-webkit-box-shadow:
		0px 4px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	box-shadow:
		0px 4px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
}

#ski .search_btn li a:active {
	position: relative;
	top: 3px;
	-moz-box-shadow:
		0px 1px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	-webkit-box-shadow:
		0px 1px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	box-shadow:
		0px 1px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
}

#ski .search_btn li .btn_low {
	width: 105px;
	background-position: 0 -691px;
}

#ski .search_btn li .btn_normal {
	width: 110px;
	background-position: -107px -691px;
}

/*------------------------------------------------------------------------
Pickup
--------------------------------------------------------------------------*/
#ski #pickup {
	margin-bottom: 30px;
	width: 980px;
}

#ski #pickup h2 {
	margin-bottom: 12px;
	padding: 0 0 0 48px;
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: url(/images/feature/ski/parts.png) no-repeat 0 -744px;
}

#ski #pickup h2 span {
	margin-left: 22px;
	font-size: 12px;
	font-weight: normal;
}

#ski #pickup table {
	table-layout: fixed;
}

#ski #pickup th {
	width: 269px;
	height: 33px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #3398cc;
	border: 1px solid #c5c5c5;
}

#ski #pickup th.clm_time {
	width: 180px;
}

#ski #pickup th.clm_hotel {
	width: 257px;
}

#ski #pickup td {
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
	background-color: #fffef2;
	border: 1px solid #c5c5c5;
}

#ski #pickup td .ground_name {
	font-size: 14px;
	font-weight: bold;
}

#ski #pickup td .ground_name span {
	margin-left: 8px;
}

#ski #pickup td .ground_comment {
	padding: 6px 0 0 0;
}

#ski #pickup td .ground_comment span {
	float: left;
	display: block;
	width: 39px;
	height: 27px;
	background: url(/images/feature/ski/parts.png) no-repeat -535px -594px;
}

#ski #pickup td .ground_comment strong {
	display: block;
	margin: 6px 0 6px 45px;
}

#ski #pickup td.clm_time {
	padding: 0 10px 10px;
}

#ski #pickup td.clm_time p {
	margin-top: 10px;
}

#ski #pickup td .btn_hotel {
	display: block;
	margin: 0 6px 15px;
	width: 223px;
	height: 41px;
	text-indent: -9999px;
	background: url(/images/feature/ski/parts.png) no-repeat -576px -594px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0px 4px 0px rgba(201,124,0,1),
		1px 0px 0px rgba(201,124,0,1),
		-1px 0px 0px rgba(201,124,0,1);
	-webkit-box-shadow:
		0px 4px 0px rgba(201,124,0,1),
		1px 0px 0px rgba(201,124,0,1),
		-1px 0px 0px rgba(201,124,0,1);
	box-shadow:
		0px 4px 0px rgba(201,124,0,1),
		1px 0px 0px rgba(201,124,0,1),
		-1px 0px 0px rgba(201,124,0,1);
}

#ski #pickup td .btn_hotel:active {
	position: relative;
	top: 3px;
	-moz-box-shadow:
		0px 1px 0px rgba(201,124,0,1),
		1px 0px 0px rgba(201,124,0,1),
		-1px 0px 0px rgba(201,124,0,1);
	-webkit-box-shadow:
		0px 1px 0px rgba(201,124,0,1),
		1px 0px 0px rgba(201,124,0,1),
		-1px 0px 0px rgba(201,124,0,1);
	box-shadow:
		0px 1px 0px rgba(201,124,0,1),
		1px 0px 0px rgba(201,124,0,1),
		-1px 0px 0px rgba(201,124,0,1);
}

#ski #pickup .clm_hotel span {
	display:block;
	margin-left: 5px;
	width: 115px;
	height: 18px;
	background: url(/images/feature/ski/parts.png) no-repeat -801px -594px;
}

#ski #pickup td .link_tour {
	display: block;
	margin: 0 6px;
	padding: 5px 6px 0;
	font-weight: bold;
}

/*------------------------------------------------------------------------
information
--------------------------------------------------------------------------*/
#ski .information {
	width: 980px;
	line-height: 1.4;
}

#ski .information h2 {
	margin-bottom: 20px;
	padding-left: 48px;
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	font-weight: bold;
	color:#FFF;
	background: url(/images/feature/ski/parts.png) no-repeat 0 -787px;
}

#ski .information dl {
	margin: 0 10px 28px;
}

#ski .information dt {
	float: left;
	margin-bottom: 10px;
	width: 317px;
}

#ski .information dd {
	margin: 0 0 10px 317px;
	padding-left: 10px;
	border-left: 1px solid #c5c5c5;
}

#ski .information h2 span {
	float: right;
	margin: 5px 13px 0 0;
	background-color: #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#ski .information h2 a {
	display: block;
	width: 146px;
	height: 31px;
}

/*-----info_hoteljp-----*/
#ski .info_hoteljp h2 .logo_hoteljp a {
	background: url(/images/feature/ski/parts.png) no-repeat -439px -637px;
}

/*-----info_traveljp-----*/
#ski .info_traveljp h2 .logo_traveljp a {
	background: url(/images/feature/ski/parts.png) no-repeat -587px -637px;
}

/*-----ground_list-----*/
#ski .ground_list dt {
	width: 80px;
}

#ski .ground_list dd {
	margin: 0 0 25px 80px;
	padding-left: 0;
	border-left: none;
}

#ski .ground_list dd p {
	margin-bottom: 10px;
}

#ski .ground_list dd ul {
	margin-bottom: 10px;
}

#ski .ground_list dd li {
	float: left;
	margin-bottom: 4px;
	padding: 0 16px 0 11px;
	white-space: nowrap;
	border-right: 1px solid #b2b2b2;
}

#ski .ground_list dd li.li_b {
	border-right: none;
}

/*----------------------------------------------------------------------------------------------------------------------------
エリアページ
------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
エリアページ　ヘッダー
--------------------------------------------------------------------------*/
#area #header {
	background: url(/images/feature/ski/area_main_bg.jpg) no-repeat;
}

#area #header ul {
	top: 182px;
}

#area #header h1 {
	width: 638px;
	height: 102px;
	top:25px;
}

#area #header .main_subttl {
	width: 266px;
	height: 48px;
	top: 78px;
	background: url(/images/feature/ski/main_parts.png) no-repeat -523px -310px;
}

#area #header .main_txt {
	top: 137px;
}

/*------------------------------------------------------------------------
エリアページ　ヘッダー内ナビゲーション
--------------------------------------------------------------------------*/
#area #header li.active {
	background: url(/images/feature/ski/main_parts.png) no-repeat;
}

#area #hokkaido #header li.active {
	background-position: -120px -422px;
}

#area #tohoku #header li.active {
	background-position: -240px -422px;
}

#area #kanto #header li.active {
	background-position: -360px -422px;
}

#area #koshinetsu #header li.active {
	background-position: -480px -422px;
}

#area #tokai #header li.active {
	background-position: -600px -422px;
}

#area #kansai #header li.active {
	background-position: -720px -422px;
}

#area #chugoku #header li.active {
	background-position: -840px -422px;
}

/*-----subnavi-----*/
#area #header .subnavi {
	top: 237px;
	height: 40px;
	background: none;
	background-color: #0076c3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity:0.85;
	filter:alpha(opacity=85);
}

#area #header .subnavi li {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
	color: #ffe100;
}

#area #header .subnavi li a {
	padding: 0 12px;
	margin-top: 12px;
	height: 16px;
	line-height: 1.0;
	width: auto;
	color: #FFF;
	border-left: 1px solid #71c4fa;
	font-weight: normal;
}

#area #header .subnavi li a:hover {
	background: none;
}

#area #header .subnavi li.active {
	background: none;
	padding: 0 12px;
	margin-top: 12px;
	height: 16px;
	line-height: 1.0;
	border-left: 1px solid #71c4fa;
}

/*-----subnavi甲信越-----*/
#area #header .subnavi2 {
	top: 237px;
	height: 40px;
	background: none;
	background-color: #0076c3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity:0.85;
	filter:alpha(opacity=85);
}

#area #header .subnavi2 li {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0;
	color: #ffe100;
}

#area #header .subnavi2 li a {
	padding: 0 5px;
	margin-top: 12px;
	height: 16px;
	line-height: 1.0;
	width: auto;
	color: #FFF;
	border-left: 1px solid #71c4fa;
	font-weight: normal;
}

#area #header .subnavi2 li a:hover {
	background: none;
}

#area #header .subnavi2 li.active {
	background: none;
	padding: 0 5px;
	margin-top: 12px;
	height: 16px;
	line-height: 1.0;
	border-left: 1px solid #71c4fa;
}


/*------------------------------------------------------------------------
area_search
--------------------------------------------------------------------------*/
#area .area_search {
	margin-bottom: 26px;
	text-indent: -9999px;
}

#area .area_search a {
	display: block;
	margin: 0 auto;
	width: 523px;
	height: 46px;
	background: url(/images/feature/ski/parts.png) no-repeat -219px -691px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0px 4px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	-webkit-box-shadow:
		0px 4px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	box-shadow:
		0px 4px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
}

#area .area_search a:active {
	position: relative;
	top: 3px;
	-moz-box-shadow:
		0px 1px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	-webkit-box-shadow:
		0px 1px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	box-shadow:
		0px 1px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
}

/*------------------------------------------------------------------------
hotel_pickup
--------------------------------------------------------------------------*/
#area #hotel_pickup {
	margin-bottom: 10px;
}

#area #hotel_pickup h2 {
	margin-bottom: 10px;
	padding: 0 0 0 48px;
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: url(/images/feature/ski/parts.png) no-repeat 0 -744px;
}

#area #hotel_pickup h2 span {
	margin-left: 22px;
	font-size: 12px;
	font-weight: normal;
}

/*-----hotel_box-----*/
#area #hotel_pickup .hotel_box {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	padding: 14px;
	width: 450px;
	height: 220px;
	overflow: hidden;
	background-color: #fafafa;
	border: 1px solid #c5c5c5;
}

#area #hotel_pickup .box_left {
	float: left;
	margin-right: 10px;
	width: 200px;
	height: 220px;
}

#area #hotel_pickup .box_b {
	margin-right: 0;
}

#area #hotel_pickup .hotel_box .hotel_img {
	margin-bottom: 10px;
	max-height: 154px;
	overflow: hidden;
}

#area #hotel_pickup .hotel_box img {
	width: 200px;
}

#area #hotel_pickup .box_left a {
	text-decoration: none;
}

#area #hotel_pickup .box_left ul {
	width: 160px;
	margin: 0 auto;
}

#area #hotel_pickup .box_left li {
	float: left;
	margin-right: 3px;
	width: 23px;
	height: 21px;
	line-height: 21px;
}

#area #hotel_pickup .box_left li.star_full {
	background: url(/images/feature/ski/parts.png) no-repeat -744px -691px;
}

#area #hotel_pickup .box_left li.star_half {
	background: url(/images/feature/ski/parts.png) no-repeat -769px -691px;
}

#area #hotel_pickup .box_left li.star_none {
	background: url(/images/feature/ski/parts.png) no-repeat -794px -691px;
}

#area #hotel_pickup .box_left li.point {
	margin: 2px 0 0 3px;
	font-size: 18px;
	font-weight: bold;
	color: #e39305;
}

#area #hotel_pickup .hotel_name {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#area #hotel_pickup .hotel_name span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}

#area #hotel_pickup .hotel_txt {
	line-height: 1.4;
	color: #333333;
}

#area #hotel_pickup .btn_plan {
	position: absolute;
	top: 188px;
	left: 224px;
	text-indent: -9999px;
}

#area #hotel_pickup .btn_plan a {
	display: block;
	width: 237px;
	height: 40px;
	background: url(/images/feature/ski/parts.png) no-repeat -735px -637px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0px 4px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	-webkit-box-shadow:
		0px 4px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	box-shadow:
		0px 4px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
}

#area #hotel_pickup .btn_plan a:active {
	position: relative;
	top: 3px;
	-moz-box-shadow:
		0px 1px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	-webkit-box-shadow:
		0px 1px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
	box-shadow:
		0px 1px 0px rgba(23,114,182,1),
		1px 0px 0px rgba(23,114,182,1),
		-1px 0px 0px rgba(23,114,182,1);
}

/*------------------------------------------------------------------------
Map
--------------------------------------------------------------------------*/

ul.spotmenu{
	color:#fff;
	font-weight:bold;
	text-indent: 15px;
}

ul.spotmenu li{
	border-top: 1px solid #154a8c;
}

ul.spotmenu li ul.spotsub {
	background: #fff;
}

ul.spotmenu li ul.spotsub:last-child {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

ul.spotmenu li ul.spotsub li.last a:hover {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

ul.spotmenu li.top {
	background: #154a8c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #154a8c;
	box-shadow:rgba(0, 0, 0, 0.3) 3px 3px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 3px 3px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 3px 3px 7px 0px;
}

ul.spotmenu {
	zoom: 1;
}

ul.spotmenu:after { /* clearfix */
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul.spotmenu li a {
	display: block;
}

ul.spotmenu li a:hover {
	display: block;
	background:#FFA303;
}

#ski #map {
	float: left;
	position: relative;
	width: 696px;
	height: 592px;
	background: url(/images/feature/ski/parts.png) no-repeat;
}

#ski #map h2 {
	margin-top: 6px;
	padding: 3px 0 0 55px;
	height: 38px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
}

#ski #map p {
	text-indent: -9999px;
	height: 30px;
	background-color: #fafcfc;
}

#ski #map p a {
	display: block;
	height: 30px;
	background: url(/images/feature/ski/parts.png) no-repeat;
}

#ski #map p a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#ski #map a {
	text-decoration: none;
}

#ski #map a:hover {
	color:#154a8c;
	text-decoration: none;
}

/*-----hokkaido-----*/
#ski #map .map_hokkaido {
	position: absolute;
	top: 67px;
	left: 447px;
}

#ski #map .map_hokkaido li {
	width: 115px;
	line-height: 38px;
}

/*-----tohoku-----*/
#ski #map .map_tohoku {
	position: absolute;
	top: 241px;
	left: 565px;
}

#ski #map .map_tohoku li {
	width: 115px;
	line-height: 38px;
}

/*-----kanto-----*/
#ski #map .map_kanto {
	position: absolute;
	top: 350px;
	left: 405px;
}

#ski #map .map_kanto li {
	width: 153px;
	line-height: 38px;
}

/*-----koshinetsu-----*/
#ski #map .map_koshinetsu {
	position: absolute;
	top: 67px;
	left: 145px;
}

#ski #map .map_koshinetsu li {
	width: 153px;
	line-height: 38px;
}

/*-----tokai-----*/
#ski #map .map_tokai {
	position: absolute;
	top: 445px;
	left: 220px;
}

#ski #map .map_tokai li {
	width: 175px;
	line-height: 38px;
}

/*-----kansai-----*/
#ski #map .map_kansai {
	position: absolute;
	top: 465px;
	left: 108px;
}

#ski #map .map_kansai li {
	width: 100px;
	line-height: 38px;
}

/*-----chugoku-----*/
#ski #map .map_chugoku {
	position: absolute;
	top: 280px;
	left: 13px;
}

#ski #map .map_chugoku li {
	width: 125px;
	line-height: 38px;
}

.data_info{padding-top:5px;text-align:right;}
