@charset "utf-8";


h2
{
	background:url('../img/h2_bg.jpg') no-repeat;
	text-indent:-9999px;
	width:660px;
	height:70px;
}

div#sitemap ul
{
	/*margin-left:1em;*/
	padding:0.5em 1em;
	background:#f5f5f5;
	border-bottom:1px dotted #ccc;
}

div#sitemap ul li
{
	list-style-type:none;
	padding:1em 1em 1em 0em;
	display:inline;	
}

div#sitemap h4
{
	margin-top:1em;
	padding:0.3em 1em;
	background:#f5f5f5;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
}







