@charset "utf-8";

/*===== CONTENTS ==========
	update:2007.12.14
=========================*/
#sitemap{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#sitemap .main{
	background-image: url(img/img01.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding-left: 13px;
	margin-bottom: 15px;
}
#sitemap .sub{
	background-image: url(img/img02.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding-left: 11px;
	margin-bottom: 15px;
	margin-left: 13px;
}

