@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);



#content h2{
 margin-bottom: 17px;
}

#content #first{
 margin-bottom: 60px;
}

#content #first dl dt{
 font-weight: bold;
}

#content #first dl dt a{
 padding-left: 15px;
 background: url(../image/sitemap_bg01.gif) left center no-repeat;
}

#content #first dl dt a:visited{
	color: #999;
}

#content #first dl dt a:hover{
 color: #09f;
}

#content #first dl dd{
 border-bottom: 1px solid #DFDFDF;
 padding: 0 0 11px 15px;
 margin-bottom: 8px;
} 