﻿html {
	font-size: 62.5%;
}

html, body {
	height: 100%;
	margin: 0;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}

#dataListArea a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 12px;
}

#dataListArea a:hover {
	background-color: #6060d0;
}

#dataListArea {
	float: left;
	width: 300px;
	margin-bottom: 0;
	height: 100%;
	color: #000;
	background-color: #f0f0f0;
	white-space: nowrap;
	overflow: scroll;
	font-size: 1.1rem;
	line-height: 100%;
}

#mapArea {
	margin: 0 0 0 300px;
	height: 100%;
}

.rowSelected {
	background-color: #660000;
}
