@charset "UTF-8";

/* タイトル周り */
div.h1Group {
	margin-bottom: 10px;
	width: 520px;
	height: 20px;
	clear: both;
}

h1.hnImg01 {
	float: left;
}

div.t_back {
	float: right;
}

/* メインコンテンツ */
#sitemap {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

.h2Group,
.h2Group_bottom {
	margin: 0 auto;
	width: 367px;
	text-align: center;
}

.h2Group  {
	background: url("../../../img/sitemap/sitemap_bg.gif") repeat-y;
}

.h2Group_bottom {
	padding-bottom: 27px;
	background: url("../../../img/sitemap/sitemap_bottom.gif") no-repeat left bottom;
}

.h2Group_bottom h2,
.h2Group_bottom p {
	padding-top: 30px;
}

#sitemap h2 {
	float: left;
}

#sitemap p {
	float: right;
}

#sitemap ul {
	float: left;
	text-align: left;
	font-weight: bold;
}

#sitemap li {
	padding-left: 28px;
	letter-spacing: 0;
}

#sitemap li a {
	padding-right: 16px;
	color: #34a2a4;
	background: url("../../../shared/img/parts/arrow/arrow_right.gif") no-repeat right center;
	text-decoration: none;
}

#sitemap li span {
	padding-left: 12px;
	background: url("../../../img/sitemap/i_list.gif") no-repeat left center;
}

/* 余白調整 */
#sitemap .mt10 {
	margin-top: 10px;
}






