@charset "utf-8";
body {
	margin: 0;
	padding: 0;
}

header {
	position: fixed;
	margin: 3px;
	text-align: center;
	width: 100%;
	height: 50px;
	top: 0px;
	left: 0px;
        font-family: "HG正楷書体-PRO","HGP明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", 細明朝,Osaka ;
        font-size: 150%;
}

footer {
	position: fixed;
	margin: 3px;
	text-align: center;
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0px;
}

div#mapid {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	top: 60px;
}


.btn {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	padding: 10px;
	color: #40aadd !important;
	border: 1px solid #c71585;
	border-radius: 5px;
	margin: 10px;
}

.pr {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #FFFF00;
	padding: 10px;
	color: #000000 !important;
	border: 1px solid #571585;
	margin: 10px;
}

