body {
	color: #696969;
	background-color: #ffffff;
	text-align: center;
    margin:0px;
    padding:0px;
    top:0pxpx;
}
table {
	margin-left: auto;
	margin-right: auto;
}
#mainMap{
	position:relative;
	left:0px;
	top:0px;
	cursor:hand;
}
#homeIcon{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}
a:link{
	color:#0000ff;
	text-decoration:none;
}
a:visited{
	color:#800080;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:underline;
}
div.hanrei {
	margin-top: 4px;
	padding: 2px;
	border-top: solid 1px #999999;
}
.hanrei span {
	white-space: nowrap;
	font-size: 84%;
}
.hanrei img {
	vertical-align: middle;
}
.text_name {
    font-size:large;
    color:#009966;
    padding:10px;
    font-weight:bolder;
    background-color:#DDDDDD;
}

