/* CSS Document */
#map {
    width: 500px;
	height: 500px;
}
h1 {
	font-size: 12px;
	color: #999;
}
h2 a {
    position: relative;
	top: -10px;
	width: 490px;
	height: 23px;
	padding:4px;
	padding-top: 7px;
	text-align: center;
    font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: none;
	background-color: #366;
	display: block;
}
h2 a:hover {
    background-color: #999;
}
#back a {
    position: relative;
	top: 10px;
	width: 490px;
	height: 23px;
	padding:4px;
	padding-top: 7px;
	text-align: center;
    font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: none;
	background-color: #366;
	display: block;
}
#back a:hover {
    background-color: #999;
}
#tb {
    position: relative;
	top: 10px;
	width: 490px;
}
p {
    font-size: 13px;
	text-align: left;
	margin-bottom: -5px;
	margin-left: 10px;
}
ul {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.05em;
	display: block;
	margin-left: 0px;
}
#toplink a {
    margin-left: 20px;
    font-size: 12px;
	text-decoration: none;
	color: #666;
}
#toplink a:hover {
    text-decoration: underline;
}
