@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_bg.png);
	background-repeat: no-repeat;
	padding-top: 700px;
}

#header {
	height: 500px;
}
#footer {
	text-align: center;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 980px;
}
body {
	background-color: #FFC100;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #333333;
}
#mainContents {
	width: 890px;
	padding-right: 40px;
	padding-left: 50px;
	background-image: url(images/side_shadow.png);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	padding-top: 0px;
}
#mieBox {
	height: 160px;
	width: 350px;
	background-image: url(images/mie_box_bg.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	padding-top: 180px;
	padding-left: 340px;
	padding-right: 200px;
	text-align: justify;
	padding-bottom: 0px;
}
#okinawaBox {
	height: 160px;
	width: 350px;
	background-image: url(images/okinawa_box_bg.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	padding-top: 180px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 340px;
	text-align: justify;
}
#hokkaidoBox {
	height: 160px;
	width: 350px;
	background-image: url(images/hokkaido_box_bg.png);
	background-repeat: no-repeat;
	padding-top: 180px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 340px;
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	text-align: justify;
}
#footer .link {
	height: 60px;
	width: 60px;
	padding-top: 10px;
	display: block;
	float: none;
	margin-left: 842px;
	margin-bottom: 15px;
	margin-right: 78px;
}
#footer .link a {
	text-indent: -5000px;
	display: block;
	height: 60px;
	width: 60px;
	overflow: hidden;
}

