﻿@charset "utf-8";
/* CSS Document */


body {
	text-align:center;
	background-color: #D5DDBB;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #FFFFFF;
}
#head  {
	width: 760px;
}
#head img {
	vertical-align: top;
}

#content {
	float: left;
	height: 560px;
	width: 730px;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#content .section {
	display: inline;
	height: 280px;
	width: 760px;
	float: left;
}

#content #reception {
	float: left;
	height: 220px;
	width: 340px;
	margin-left: 20px;
	display: inline;
}
#content .section #infomation table {
	width: 330px;
	margin: 5px;
	text-align: left;
	font-size: 80%;
}
#content .section #access p {
	margin-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}
#content .section #reception #time {
	margin-top: 20px;
	margin-left: 20px;
}



#content #infomation {
	float: right;
	margin-right: 20px;
	height: 260px;
	width: 340px;
	margin-left: 20px;
	overflow: hidden;
}
#content #access {
	float: left;
	height: 240px;
	width: 340px;
	margin-left: 20px;
	display: inline;
}
#content #inquiry {
	margin-right: 20px;
	height: 240px;
	width: 340px;
	margin-left: 20px;
	float: right;
	overflow: hidden;
}
#content .section #inquiry #TelFax {
	margin-top: 20px;
	margin-left: 30px;
	height: 140px;
	width: 240px;
}

#content .section #access #HokkaidoMap {
	height: 55%;
	width: 40%;
	margin-top: 10px;
	margin-left: 30px;
}

#copyright {
	clear: both;
	width: auto;
	line-height: 14px;
	text-align: left;
	height: 15px;
	padding-top: 15px;
	padding-left: 17px;
	font-size: 9px;
}
#content .section #inquiry #mail_image {
	float: left;
	width: 22px;
	margin-left: 150px;
	height: 15px;
	display: inline;
}
#content .section #inquiry #mail_chara  {
	float: left;
	width: 340px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	text-align: center;
	font-size: 12px;
}

#content .section #infomation table tr td img {
	vertical-align: middle;
}

a:link {
	color: #600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #600;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
