@import url(/include/css/common.css);
@import url(/include/css/3th.css);

#site_map {
	position: relative;
	margin: 0 auto;
	width: 700px;
}

dl {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	font: normal 11px Tahoma , verdana , Arial;
	line-height: 13px;
	}
dl.hwadu {
	background: url(/images/bg_site_map_1.gif) no-repeat right bottom;
}
dl.master {
	background: url(/images/bg_site_map_2.gif) no-repeat right bottom;
}
dl.life {
	background: url(/images/bg_site_map_3.gif) no-repeat right bottom;
}
dl.jokb {
	background: url(/images/bg_site_map_4.gif) no-repeat right bottom;
}
dl.library {
	background: url(/images/bg_site_map_5.gif) no-repeat right bottom;
}
dl dt {
	float: left;
	width: 160px;
	padding: 0;
	margin: 2px 0 0 0;
	font: bold 11px Tahoma , verdana , arial;
	}
dl dt a:visited, dl dt a:link {
	color: #333;
	text-decoration: none;
}
dl dt a:hover {
	color: #006666;
	text-decoration: underline;
}
dl dd {
	float: left;
	padding: 0;
	margin: 0;
}
dl dd p {
	float: left;
	width: 250px;
	padding: 0;
	margin: 2px 15px 0 0;
	background: url(/images/bg_site_map_line.gif) no-repeat left center;
}
dl dd p a:visited, dl dd p a:link {
	color: #333;
	text-decoration: none;
}
dl dd p a:hover {
	color: #336666;
	text-decoration: underline;
}
dl dd ul {
	float: left;
	padding: 0;
	margin: 2px 0 0 0;
	list-style: none;
	font: normal 11px Tahoma , verdana , Arial;
}
dl dd ul a:visited, dl dd ul a:link {
	color: #999;
	text-decoration: none;
}
dl dd ul a:hover {
	color: #669999;
	text-decoration: underline;
}
div.bg_line_1 {
	height: 1px;
	padding: 5px 0 ;
	margin: 0;
	background: url(/images/bg_line_1.gif) no-repeat 50% 50%;
}
div.bg_line_1 hr {
	display: none;
}
div.clear_left {
	clear: left;
}