/*----- sitemap -----*/

ul.mother {
	padding-top:10px;
}
ul.mother li{
	margin-bottom:20px;
}
ul.mother ul.child{
	padding-left:10px;
}
ul.mother ul.child li{
	margin-bottom:0;
	padding-bottom:10px;
	padding-left:20px;
	background:url(/common/images/list_bg.gif) no-repeat;
}
ul.mother ul.child li.edge{
	background:url(/common/images/list_edge_bg.gif) no-repeat;
}
ul.mother ul.child ul.local{
	padding-top:5px;
	padding-left:18px;
	background:url(/common/images/list_edge_bg.gif) 0 5px no-repeat;
}
ul.mother ul.child ul.local li{
	display:inline;
	margin-bottom:0;
	padding:0 5px 0 2px;
	border-right:solid 1px #ddd;
	background:none;
}
ul.mother ul.child ul.local li.last{
	border-right:0;
	padding-right:0;
}

#contents #mainLeft ul.mother h3 {margin:0 0 10px 0;}