@charset "utf-8";

* html div#box {
	margin: 0 auto 100px;
}
/******************** sitemap ********************/
ul.sitemap {
	margin: 10px 0 10px 30px;
	width: 220px;
	float: left;
}
ul.sitemap li {
	list-style-type: none;
	background:  url("/wp-content/uploads/2025/08/icon-circle.gif") left no-repeat;
	padding: 0 0 0 20px;
	margin: 10px 10px 0;
}
ul.sitemap li.lower {
	background:  url("/wp-content/uploads/2025/08/icon-arrow.gif") left no-repeat;
	margin: 5px 30px 0;
}
ul.sitemap li.top {
	width: 500px;
	margin: 0 10px;
}
p.sitemap {
	clear: left;
	margin: 0 20px -10px;
	padding: 20px 10px 5px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dotted #ab0;
}
* html p.sitemap {
	clear: left;
	margin: 0 20px -10px;
	padding: 10px 10px 5px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dotted #ab0;
}
*:first-child+html p.sitemap {
	clear: left;
	margin: 0 20px -10px;
	padding: 10px 10px 5px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dotted #ab0;
}





