@charset "utf-8";


#sub-head-navi {
	background-image: url(../sitemap/images/sub-head-navi-bkg.png);
	background-repeat: repeat;
}
#sub-head-navi li {
	float: left;
}
#topic-path {
	background-image: url(../sitemap/images/topic-path-bkg.png);
	background-repeat: repeat;
}
#sub {
	background-image: url(../sitemap/images/sub-bkg.png);
	background-repeat: no-repeat;
}
#content {
	background-image: url(../sitemap/images/content-bkg.png);
	background-repeat: repeat-y;
}
#main dl {
	margin-bottom: 15px;
}

#main dt {
	background-image: url(../sitemap/images/bg-dt.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 572px;
	padding-top: 8px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px;
}
#main dd {
	background-image: url(../sitemap/images/bg-dd.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	height: 22px;
	padding-top: 10px;
	padding-left: 25px;
	font-size: 12px;
}
