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

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

#map {
	width: 1100px;
	height: 610px;
	border: 1px solid black;
}

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;
}
