﻿@charset "utf-8";
#wrapper2 {
	width: 960px;
	height: autopx;
	background-color: #FFF;
	color: #444;
	line-height: 220%;
	margin: 180px auto 100px
}
#image {
	width: 960px;
	height: 579px;
	text-align: left;
}
.area_title {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 20px 0px
}
#sapporo {
	width: 960px;
	height: 400px;
	margin: 100px 0px 50px 0px;
}
.left {
	width: 480px;
	height: 400px;
	float: left;
	color: #000;
	padding: 20px 20px 20px 30px
}
.right {
	width: 380px;
	height: 400px;
	float: right;
	padding: 20px 30px 20px 0
}
#furano {
	width: 960px;
	height: 400px;
	margin: 0px 0px;
}
#kushiro {
	width: 960px;
	height: 400px;
	margin: 100px 0px;
}
#annai {
	width: 960px;
	height: auto;
	margin: 0px 0px;
	clear: both
}
a:hover {
	text-decoration: underline
}
a:active {
	text-decoration: none
}
#furano_left, #kushiro_left {
	width: 480px;
	height: 300px;
	float: left;
	color: #000;
	padding: 20px 20px 20px 30px
}
#furano_right, #kushiro_right {
	width: 390px;
	height: 300px;
	float: right;
	padding: 20px 30px 20px 0
}
a:link, a:visited {
	color: #444;
	text-decoration: none
}
