html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}
fieldset {
	border: none;
	padding: 0.2em;
	font:80%/1 sans-serif;
}
legend {
	padding: 0.2em 0.2em;
	border:1px solid;
	font-size:90%;
	text-align:right;
}
fieldset label {
	float:left;
	width:70px;
	margin-right:1em;
	text-align:right;
	font-weight:bold;
}
.top {
	display: block;
	position: fixed;
	float:right;
	z-index: 30;
	top: 0;
	right: 0;
	width: 95%;
	height: 60px;
}
.top .top_right {
	padding-top: 6px;
	padding-right: 20px;
	float: right;
	color: white;
}
.bar {
	padding: 6px;
	background-color: #322f32;
	filter: alpha(opacity=70);
	opacity: 0.7;
	zoom: 1;
}
.bar a {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
.bar .value {
	font:80%/1 sans-serif;
	font-weight: bold; 
	font-size: 0.9em; 
	line-height: 1em; 
	background: #212121; 
	padding: 4px 9px; 
	border-radius: 12px; 
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.1); 
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.1); 
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.1); 
}
.grid_container {
	display: block;
	position: fixed;
	z-index: 30;
	left: 0;
	top: 50%;
}
.stat_container {
	display:none; 
	color:white; 
	padding-left: 1em
}
#map {
	margin: 10;
	background-color: #80AFC8;
	clear: both;
	position: relative;
	width: 100%;
	height: 100%;
	
}
#scale {
	position: absolute;
	font-size: 12px;
	float:right;
	left: 80px;
	bottom: 30px;
	z-index: 30;
}
#output {
	background: #fff;
	position: absolute;
	left: 37%;
	top: 92%;
	z-index: 30;
}

div#abgne_marquee {
	position: absolute;
	overflow: hidden;	/* �W�X�d�򪺳����n���� */
	top:12px;
	left:190px;
	width: 200px;
	height: 30px;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee ul {
	position: absolute;
}
div#abgne_marquee ul li a {
	display: block;
	overflow: hidden;	/* �W�X�d�򪺳����n���� */
	font-size:18px;
	height: 30px;
	line-height: 25px;
	text-decoration: none;
}
/**�]���Oend*/