@import url("base.css");


/* -------------------- サイトマップ -------------------- */
#sitemap{
	width:680px;
	border-bottom:#999999 1px dotted;
	margin-top:30px;
}
#sitemap th{
	width:150px;
	padding:5px 0px 5px 20px;
	background:url(../img/icon_sitemap.jpg) no-repeat 0px 10px;
	border-top:#999999 1px dotted;
}

#sitemap td{
	width:510px;
	border-top:#999999 1px dotted;
}
