@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	padding: 0px;
}
h1 {
	text-align: right;
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#map {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#close {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	padding-bottom: 40px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#copy {
	font-size: 10px;
	color: #FC8BA4;
	margin-top: 15px;
	margin-bottom: 15px;
}#btn {
	background-image: url(images/map/close.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF99CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
