@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

.strongFixed {
	font-size: 9pt;
	color:#999999;
	text-decoration: line-through;
}

.strongNormal {
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
}

td {
	width: 300px;
}
#map {
	width: 480px;
	height: 300px;
	border-top: solid 1px #DAA520;
	border-bottom: solid 1px #DAA520;
	border-right: solid 1px #DAA520;
	border-left: solid 1px #DAA520;
}

th {
	background: #EEE8AA;
	width: 200px;
	color: #222222;
}