@charset "shift_jis";

/* サイトマップCSS */

/*---------------------------------------------
 サイトマップ
---------------------------------------------*/

h3.sitemapHome {
	margin-bottom: 20px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 20px;
}


div.sitemapArea {
}

div.sitemapArea ul {
	margin: 20px 0px 20px 40px;
	padding: 0px;
}
div.sitemapArea ul li {
	padding: 0px 0px 4px 4px;
	margin: 3px;
	list-style-image: url(../../images/arrow02.png);
	list-style-position: outside;
}