@charset "utf-8";
/* CSS Document */

#sitemap_list {
	margin: 2.0em 2.0em 5.0em;
	width: 50.0em;
}

#sitemap_list li.lv1 {
    list-style:none;
	margin: 1.0em 0em;
}

#sitemap_list li.lv2 {
    list-style:none;
	margin: 1.0em 0.0em 1.0em 4.0em;
}

#sitemap_list li.lv3 {
    list-style:none;
	margin: 1.0em 0.0em 1.0em 8.0em;
}

#sitemap_list span {
	font-size: 1.4em;
}

#sitemap_list a {
	/* font-size: 1.4em; */
}
