@charset "utf-8";

@import "base.css";
@import "header.css";
@import "footer.css";


/*-----------------------------------------------------------------------------------------------*/
/* メイン ---------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#main {
/*
	margin-top: 15px;
*/
}

/* 見出し ---------------------------------------------------------------------------------------*/
.midashi h2 {
	background-image: url(../sitemap/images/midashi.gif);
	text-indent: -9999px;
}



ul {
	color: #707070;
	list-style: none;
	font-size: 90%;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
li {
	background: url(../sitemap/images/circle.gif) no-repeat 0px 4px;
	margin-top: 10px;
	padding-left: 15px;
}

.mainmap {
	margin-top: 45px;
}

.submap {
}
.submap li {
	float: left;
	width: 95px;
}

.off {
	color: #e0e0e0;
}