@charset "utf-8";

/* サイトマップ */
@import url("../../common/css/common.css");

/* contents */
#contents h1 {margin-bottom: 0;}

ul#sitemap {
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 50px;
	color: #4C2C20;
/*	border:1px solid red;*/
}
ul#sitemap li.tp {
	padding: 4px 0 0 50px;
	border-bottom: 1px dotted #b4b4b3;
	background: url(../img/arrow.gif) no-repeat 25pt 17pt;
}
ul#sitemap li.tp2 {
	padding: 4px 0 0 250px;
	border-bottom: 1px dotted #b4b4b3;
	background: url(../img/arrow.gif) no-repeat 174pt 17pt;
}
