/* ------------------------------------
 → サイトマップ
 * ------------------------------------*/
h2 {
	background:url(../common/title_sitmap.jpg) 0 0 no-repeat;
	height:44px;
	text-indent:-9999px;
	margin-bottom:10px;
}
.sitbox {
	clear:both;
}
.sitbox dl {
	background:url(../common/bg_hierarchy2.gif) 0 bottom no-repeat;
	width:225px;
	margin-left:5px;
	float:left;
	display:block;
	text-align:left;
	font-weight: bold;
}
.sitbox dl dt {
	background:url(../common/title_hierarchy.gif) 0 0 no-repeat;
	line-height:1.7;
	height:25px;
	padding-left:20px;
}
.sitbox dl dd {
	background:url(../common/arrow_hierarchy2.gif) 0 0 no-repeat;
	margin-left:14px;
	padding-left:20px;
	padding-top:0.5em;
	font-size:90%;
}
.sitbox dl dd ul {
	background:url(../common/bg_hierarchy3.gif) 0 bottom no-repeat;
	margin-left:4px;
	font-size:88%;
}
.sitbox dl dd ul li {
	background:url(../common/arrow_hierarchy3.gif) 0 center no-repeat;
	margin-left:2px;
	padding-left:15px;
}
/* ------------------------------------
 → トップへ
  * ------------------------------------*/
#go_to_top {
	padding-top:10px;
	clear:both;
	height:18px;
	text-align:right;
}
