.sitemap
	{
		width:500px;
	}
.sitemap ul
	{
		margin:0;padding:0;
		list-style:none;
	}
.sitemap li
	{
		border-bottom:1px dotted #ccc;
	}
.sitemap li.ct01
	{
		border-bottom:1px dotted #ccc;
		padding:10px 50px;
		background:url("../img/arrow02.gif") no-repeat 30px center;
		font-weight:bold;
	}
.sitemap li.ct02
	{
		border-bottom:1px dotted #ccc;
		padding:10px 80px;
		background:url("../img/arrow02.gif") no-repeat 60px center;
		font-weight:bold;
	}
.sitemap li.ct03
	{
		border-bottom:1px dotted #ccc;
		padding:10px 80px;
		background:url("../img/arrow.gif") no-repeat 63px center;
	}

