@charset "UTF-8";
/* ***********************************************************************************************

                                  ［サイトマップ］

*********************************************************************************************** */

h1 {
	background-image: url(../sitemap/img/h1.gif);
	text-indent: -9999px;
	height: 107px;
	width: 800px;
	padding: 0px;
	margin: 0px auto;
}
ul#sitemap li {
	background-image: url(../img/point-brown.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	list-style-type: none;
	margin-bottom: 7px;
	border-bottom: 2px solid #EEE1BA;
	padding-bottom: 7px;
	font-weight: bold;
}
ul#sitemap li li {
	background-image: url(../img/point-topics.gif);
	background-position: left 6px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
ul#sitemap  ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#sitemap {
	margin-right: 2em;
}

