body {
	background-image: url(../images/map.jpg);
}
* html body #main {
	/* for WinIE6*/
	font-size: 62%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
*:first-child+html body #main {
	/* for WinIE7*/
	font-size: 62%;
	font-family:'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
a:link {
	color: #ff6699;
	text-decoration: none;
}
a:visited {
	color: #ff6699;
	text-decoration: none;
}
a:hover {
	color: #6699ff;
	text-decoration: underline;
}
#main {
	background-image: url(../images/map_b.jpg);
	border: 1px solid #FFFF99;
}
#main p {
	text-align: left;
	margin-left: 17px;
	font-size: 10px;
	vertical-align: bottom;
	line-height: 1.5;
	margin-top: 37%;
}
#main object {
	float: right;
	margin: 0px;
	padding: 0px;
}
#navi {
	background-image: url(../images/navi_line-ye.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}
#navi a:link {
	color: #333333;
	text-decoration: none;
}
#navi a:visited {
	color: #333333;
	text-decoration: none;
}
#navi a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.Sitemap {
	font-size: 10px;
	font-weight: lighter;
	top: 3px;
	right: 10px;
	position: absolute;
	color: #250D39;
}
.Sitemap a {
	color: #250D39;
}

