@charset "UTF-8";



/* -----------------------------------------------
Common
----------------------------------------------- */
/* layout
----------------------------------------------- */
#title_sitemap {
	width:400px;
	height:19px;
	background:transparent url(../sitemap/images/title_sitemap.gif) no-repeat 0 0;
	text-indent:-999px;
	/*overflow: hidden;*/

	/*border:solid 1px #FF0000;*/
}


body.sitemap .columnWrapper {
	width:703px;
	margin:20px 0;

}

body.sitemap .columnHalfl {
	width:250px;
	float:left;
	
	padding:0 0 0 70px;
}


ul.sitemap {
	width:250px;
}

ul.sitemap li {
	list-style:none;

	padding:0 0 3px 30px;
}

ul.sitemap li.title {
	font-weight:bold;

	list-style:none;
	background:transparent url(../images/dot_point.gif) no-repeat 0 7px;

	margin:24px 0 0 0;
	padding:0 0 3px 12px;
}
