@charset "shift_jis";
/* CSS Document */

/*------------------------------------------------------------
  HTML
------------------------------------------------------------*/
div.sitemap {
	margin: 18px 30px 0 30px;
	padding: 10px 0 0 0;
	width: 800px;
	height: 300px;
	background-image: url(../images/bg_sitemap.gif);
	background-repeat: no-repeat
}
ul.sitemap {
	margin: 55px 0 0 0;
	padding: 0 0 0 63px;
	width: 350px;
	list-style-type: none;
	float: left
}
ul.sitemap li {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background-image: url(../images/icon_arrow.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 13px
}
ul.sitemap2 {
	margin: 55px 0 0 0;
	width: 300px;
	list-style-type: none;
	float: left
}
ul.sitemap2 li {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background-image: url(../images/icon_arrow.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 13px
}