body {
	background-image: url(../images/logo.jpg);
}
#navi {
	background-image: url(../images/navi_line-bk.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}
#main {
	border-color: #777777;
}
a:link {
	color: #3F2926;
	text-decoration: none;
}
a:visited {
	color: #3F2926;
	text-decoration: none;
}
a:hover {
	color: #6699FF;
	text-decoration: underline;
}
.Sitemap {
	font-size: 10px;
	font-weight: lighter;
	top: 3px;
	right: 10px;
	position: absolute;
	color: #FFFFFF;
}
.Sitemap a {
	color: #FFFFFF;
}
