@charset "utf-8";
/***** Chart-page Style *****/
*{
	margin: 0;
	padding: 0;
}
html, body{
	margin: 0;
	height: 100%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	background-color: #eee;
}
#article{
	padding: 10px;
	background-color: #fff;
}
h1{
	margin: 0;
	text-align: center;
	color: #fff;
	background-color: #003096;
}
form{margin-left: 20px}
form, select{font-size: 18px}
#footer{
	font-size: 12px;
	padding: 15px;
	background-color: #eee;
}

/* マップ用 */
#map-canvas{
	//float: left;
	height: 100%;
	width: 100%;
	margin: 0px;
}
.legend{
	text-align: left;
	line-height: 18px;
	//color: #555;
	background-color: #fff;
}
.legend i{
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}

/* グラフ用 *
#chart_area{
	//float: left;
	height: 100%;
	width: 100%;
	margin: 0px;
}*/
