@charset "utf-8";

/*　サイトマップ
------------------------------------------------------------ */

#main {
	margin-bottom: 10px;
}

#img_sitemap {
	width: 580px;
	height: 160px;
	background: url(../common/images/img_sitemap.jpg) no-repeat;
	text-indent: -9999em;
}

.sitemap_box {
    width: 540px;
	margin: 10px;
}

.dl_01 {
    line-height: 160%;
}
.dl_01 dt {
    background: url(../common/images/circle01.jpg) left center no-repeat;
	padding-left: 15px;
	font-weight: bold;
}
.dl_01 dd {
    text-indent: 2em;
}