/* マップ */

#mapBox {
	height: 508px;
	width: 665px;
	position: relative;
}

.btn01 a {
	position:absolute;
	height: 35px;
	width: 138px;
	background: url(img/btn_shiretoko.gif) no-repeat left top;
	text-indent: -9999px;
	top:101px;
	left:510px;
}
.btn01 a:hover {
	background: url(img/btn_shiretoko_ov.gif) no-repeat left bottom;
}

.btn02 a {
	position:absolute;
	height: 35px;
	width: 147px;
	background: url(img/btn_asahikawa.gif) no-repeat left top;
	text-indent: -9999px;
	top:163px;
	left:163px;
}
.btn02 a:hover {
	background: url(img/btn_asahikawa_ov.gif) no-repeat left bottom;
}

.btn03 a {
	position:absolute;
	height: 35px;
	width: 107px;
	background: url(img/btn_otaru.gif) no-repeat left top;
	text-indent: -9999px;
	top:237px;
	left:58px;
}
.btn03 a:hover {
	background: url(img/btn_otaru_ov.gif) no-repeat left bottom;
}

.btn04 a {
	position:absolute;
	height: 35px;
	width: 114px;
	background: url(img/btn_niseko.gif) no-repeat left top;
	text-indent: -9999px;
	top:309px;
	left:10px;
}
.btn04 a:hover {
	background: url(img/btn_niseko_ov.gif) no-repeat left bottom;
}

.btn05 a {
	position:absolute;
	height: 35px;
	width: 239px;
	background: url(img/btn_sapporo.gif) no-repeat left top;
	text-indent: -9999px;
	top:354px;
	left:238px;
}
.btn05 a:hover {
	background: url(img/btn_sapporo_ov.gif) no-repeat left bottom;
}

.btn06 a {
	position:absolute;
	height: 52px;
	width: 137px;
	background: url(img/btn_others.gif) no-repeat left top;
	text-indent: -9999px;
	top:354px;
	left:508px;
}
.btn06 a:hover {
	background: url(img/btn_others_ov.gif) no-repeat left bottom;
}

.btn07 a {
	position:absolute;
	height: 35px;
	width: 138px;
	background: url(img/btn_hakodate.gif) no-repeat left top;
	text-indent: -9999px;
	top:453px;
	left:183px;
}
.btn07 a:hover {
	background: url(img/btn_hakodate_ov.gif) no-repeat left bottom;
}


/* 季節 */
#seasonBox {
	width: 665px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#fallBox {
	width: 325px;
	height: 350px;
	border: 1px solid #CCC;
	float: left;
}
#winterBox {
	width: 325px;
	height: 350px;
	border: 1px solid #CCC;
	float: right;
}

.txtSeason{
	font-size:10px;
	color:#666;
	display: block;
	padding: 10px;
}

/* エリア */

.titAround {
	position:relative;
	background-image: url(../pickup/img/line1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 665px;
	height: 18px;	
	margin-bottom:8px;
	margin-top:15px;
}
.titAround h3 {
	position:absolute;
	font-size:14px;
	color:#4e4e4e;
	line-height:1em;
	left:18px;
	top:0px;
}


.areaBox {
	float:left;
	position:relative;
	height: 145px;
	width: 327px;
	margin:0px 12px 12px 0px;
	text-decoration: none;
}

.areaBoxIn {
	background-image: url(img/bg_area.gif);
	height: 145px;
	width: 327px;	
	text-decoration: none;
}

.areaBoxIn2 {
	background-image: url(img/bg_area.gif);
	height: 145px;
	width: 327px;	
	text-decoration: none;
}

.areaBoxIn dt {
	position:absolute;
	width:200px;
	left: 115px;
	top: 8px;
	font-weight: bold;
	line-height: 1.2em;
	color:#666;
}
.areaBoxIn dd {
	position:absolute;
	width:200px;
	font-size:10px;
	left: 115px;
	top: 28px;
	line-height: 1.4em;
	color:#666;
}

.areaBoxIn2 dt {
	position:absolute;
	width:200px;
	left: 115px;
	top: 8px;
	font-weight: bold;
	line-height: 1.2em;
	color:#666;
}
.areaBoxIn2 dd {
	position:absolute;
	width:200px;
	font-size:10px;
	left: 115px;
	top: 25px;
	line-height: 1.2em;
	color:#666;
}

a:hover .areaBoxIn {
	background-image: url(img/bg_area_ov.gif);
}

a:hover .areaBoxIn2 {
	background-image: url(img/bg_area_ov.gif);
}
.imgArea {
	position:absolute;
	left:8px;
	top:7px;
}

.arealink {
	position:absolute;
	height: 145px;
	width: 327px;
	left:0px;
	top:0px;
	text-decoration: none;
}


.linkHotelList {
	position:absolute;
	background-image: url(../../images/index/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	font-size:12px;
	padding-left: 15px;
	right:9px;
	bottom:9px;
	color: #00F;
	text-decoration: underline;
}
html:not(:target) .linkHotelList { background-position: left 3px; }

