@charset "utf-8";

/* sitemap用CSS */
#bg_contents #contents_box #right_box {
	
}

#bg_contents #contents_box #right_box #pagetop {

}

/* タイトル */
#tit_sitemap {
	margin-bottom:27px;
	width:625px;
	height:45px;
	line-height: 1;
	background-image: url(../images/sitemap/tit_sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
}

dl {
	margin-bottom:150px;
	padding-left:30px;
	width:595px;
	display:block;
	overflow:hidden;
}

dl dt,
dl dd {
	margin-bottom:20px;
}

dl dt {
	padding-left:12px;
	clear:both;
	float:left;
	width:148px;
 	background-image: url(../images/sitemap/icon_sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

dl dt a {
	text-decoration: underline;	
}

dl dd {
	float:left;
	width:435px;
}
