@charset "utf-8";

/*
============================================================
sitemap.css
------------------------------------------------------------
サイトマップ　スタイル
============================================================
*/

div #content ul {
	margin-left: 30px !important;
}

div #content ul li {
	margin: 0;
	padding: 2px 0 2px 11px;
	list-style-type: none;
	background: url(../img/bg_sitemap.gif) no-repeat 0 10px;
	line-height: 1.5
}
