@charset "UTF-8";
/*formatting style
------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y:scroll;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
	background-color: #f2f2f2;
}
hr{
	height:0px;
	visibility:hidden;
	border:0;
}
/*link style
------------------------------------------------*/
a{outline:none;}
a img {
	border-style: none;
}
a:link {
	color: #0087E6;
	text-decoration: underline;
}
a:visited {
	color: #0087E6;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #0087E6;
}
a:active {
	text-decoration: none;
	color: #0087E6;
}

/*basic layout
------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 660px;
	margin: 0px auto;
}
#wrapper #header {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}#bg #wrapper #header #head_a {
	margin-top: 10px;
	margin-bottom: 10px;
}
#bg #wrapper #header #map_head_ber {
	background-color: #264b9e;
	display: block;
	height: 3px;
	width: 660px;
}
#bg #wrapper #header #map_header_top_logo {
	display: block;
	height: 45px;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#mapbox_b {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 600px;
	text-align: right;
}
#mapbox_b2 {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 400px;
}
#mapbox_b3 {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 660px;
	text-align: right;
}

#ico_close {
	background-image: url(../image/com_img/ico_close.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 11px;
	display: block;
	width: 150px;
	margin-left: auto;
}
#bg #wrapper #footer {
	display: block;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#bg #wrapper #footer_line {
	display: block;
	height: 16px;
	width: auto;
	background-color: #f2f2f2;
	margin-top: 20px;
}
#bg #wrapper #footer #pagereturn {
	display: block;
	height: 21px;
	width: 125px;
	float: right;
	padding-top: 10px;
}
#bg #wrapper #footer #pagereturn a {
	display: block;
	height: 21px;
	width: 125px;
	background: url(image/top_img/footer/pagetop.gif) no-repeat left top;
	text-indent: -9999px;
}
#bg #wrapper #footer #pagereturn a:hover {
	background: url(image/top_img/footer/pagetop.gif) no-repeat left -21px;
}
#bg #wrapper #footer #copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 600px;
	text-align: center;
}
