@charset "utf-8";
body {
	font-size: x-small;
	font-family:"メイリオ","Takaoゴシック","Osaka","ヒラギノ","ＭＳ 明朝";
	background-color: white;
}

canvas {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

#map {
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	border:0px;
	position: absolute;
}

h1 {
	font-family: Utopia,Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	color: #005599;
}

#features {
	margin-top: 5px;
	font-size: small;
}

table, table td, table th {
	border: 1px solid #DDD;
	border-collapse: collapse;
	margin: 0;
	text-align: center;
	padding: 1px 3px;
}

table th {
	background-color: #EEE;
	font-weight: bold;
}

#to_top {
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	border:0px;
	position: absolute;
}
