@charset "UTF-8";

/*----------------------------------------------------
  Title :サイトマップ
  Update :2009/09/25
------------------------------------------------------*/

/* sitemap
--------------------------------------------------------------------------------*/
.sitemap {
	clear: both;
	width: 760px;
	min-height: 1px;
	margin: 0 auto;
	padding: 20px 0 25px;
	background: #fff url(../common/subtitle_line.gif) no-repeat bottom;
}

.sitemap .clearfix {
	min-height: 1px;
}

* html .sitemap .clearfix {
	height: 1px;
	overflow: visible;
}

.sitemap .clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.sitemap ul {
	width: 300px;
	margin: 0 40px;
}
.sitemap ul li {
	padding: 5px 5px 5px 20px;
	background: url(../common/sitemap_arrow1.jpg) no-repeat 0 7px;
}

.sitemap ul li ul {
	margin-bottom: 10px;
}
.sitemap ul li ul li {
	padding: 5px 5px 5px 20px;
	background: url(../common/sitemap_arrow1.jpg) no-repeat 0 7px;
}

