@charset "UTF-8";
/* CSS Document */
/*--content style-----------------------------------------------------------*/
#content div#content_box div dl {
	width: 330px;
	padding: 30px 60px;
	margin-bottom: 30px;
	border: 1px #737373 solid;
}
#content div#content_box div dl.last {
	margin-bottom: 0px;
}
#content div#content_box div dl dt {
	height: 25px;
	line-height: 25px;
	padding-left: 40px;
	font-size: 130%;
	font-weight: bold;
}
#content div#content_box div.left dl dt {
	margin-bottom: 15px;
}
#content div#content_box div dl dt.aboutus {
	background: url(../images/sitemap/common/icon_aboutus.gif) no-repeat center left;
}
#content div#content_box div dl dt.our_buisness {
	background: url(../images/sitemap/common/icon_our_buisness.gif) no-repeat center left;
}
#content div#content_box div dl dt.engineer {
	background: url(../images/sitemap/common/icon_engineer.gif) no-repeat center left;
}
#content div#content_box div dl dt.partner {
	background: url(../images/sitemap/common/icon_partner.gif) no-repeat center left;
}
#content div#content_box div dl dt.sitemap {
	background: url(../images/sitemap/common/icon_sitemap.gif) no-repeat center left;
}
#content div#content_box div dl dt.news {
	background: url(../images/sitemap/common/icon_news.gif) no-repeat center left;
}
#content div#content_box div dl dd {
	line-height: 30px;
	padding-left: 40px;
}
#content div#content_box div dl dd span {
	border-bottom: 1px #000 solid;
}