@charset "utf-8";

@import url("../../css/common.css");

h2 {
	margin: 10px 0 0;
	height: 76px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}

/* ページ内リンク */

#area_link {
	clear: both;
	width: 750px;
}

#area_link ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#area_link li {
	float: left;
	margin-left: 7px;
	padding-left: 7px;
	border-left: #FFFFFF solid 1px;
}

/* 本文エリア */

#contents_main {
	margin: 0 auto;
	width: 700px;
}

.pagetop {
	clear: both;
	margin-top: 10px;
	border-top: #B4ACBE dotted 1px;
	text-align: right;
}

/* エリアID */

#area_main {
	margin: 0 auto;
	width: 700px;
}

h3 {
	margin: 0 0 10px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}

/* 網走 */
#area_abs h3 {
	background-image: url(../img/title_abashiri.gif);
}

/* 紋別 */
#area_mom h3 {
	background-image: url(../img/title_monbetsu.gif);
}

/* 知床 */
#area_srt h3 {
	background-image: url(../img/title_shiretoko.gif);
}

/* 川湯 */
#area_kwy h3 {
	background-image: url(../img/title_kawayu.gif);
}

/* 阿寒 */
#area_akn h3 {
	background-image: url(../img/title_akan.gif);
}

/* 釧路 */
#area_ksr h3 {
	background-image: url(../img/title_kushiro.gif);
}


/* スポット */

.spot {
	clear: both;
	display: block;
	padding-top: 10px;
}

.spot_icon {
	float: left;
	margin-right: 10px;
	width: 70px;
}

.spot_box {
	float: left;
	padding: 10px;
	width: 600px;
	background-color: #D2DCF9;
}

.spot_box strong {
	color: #6B4176;
	font-size: 14px;
}

.spot_box p {
	color: #000000;
	padding-top: 10px;
}

.spot_box img {
	float: right;
	margin-left: 10px;
	width: 200px;
	height: 150px;
}

.spot_box a {
	color: #0A033E;
}

.spot_box a:visited {
	color: #6E5476;
}