	@import url(2th.css);

	/* history */
	#mid #history {
		padding: 10px 0 10px 0;
		color: #676767;
		border-bottom: 1px solid #ccc;
	}

	#mid #history a {
		color: #999999;
	}

	#site_map {
		position: relative;
		margin: 20px auto;
		width: 80%;
	}

	#site_map dl {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0;
		font: normal 11px Tahoma , verdana , Arial;
		line-height: 13px;
		}
	#site_map dl.hwadu {
		background: url(/images/bg_site_map_1.gif) no-repeat right bottom;
	}
	#site_map dl.master {
		background: url(/images/bg_site_map_2.gif) no-repeat right bottom;
	}
	#site_map dl.life {
		background: url(/images/bg_site_map_3.gif) no-repeat right bottom;
	}
	#site_map dl.jokb {
		background: url(/images/bg_site_map_4.gif) no-repeat right bottom;
	}
	#site_map dl.library {
		background: url(/images/bg_site_map_5.gif) no-repeat right bottom;
	}
	#site_map dl dt {
		float: left;
		width: 160px;
		padding: 0;
		margin: 2px 0 0 0;
		font: bold 11px Tahoma , verdana , arial;
		}
	#site_map dl dt a:visited, #site_map dl dt a:link {
		color: #333;
		text-decoration: none;
	}
	#site_map dl dt a:hover {
		color: #006666;
		text-decoration: underline;
	}
	#site_map dl dd {
		float: left;
		padding: 0;
		margin: 0;
	}
	#site_map 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;
	}
	#site_map dl dd p a:visited, #site_map dl dd p a:link {
		color: #333;
		text-decoration: none;
	}
	#site_map dl dd p a:hover {
		color: #336666;
		text-decoration: underline;
	}
	#site_map dl dd ul {
		float: left;
		padding: 0;
		margin: 2px 0 0 0;
		list-style: none;
		font: normal 11px Tahoma , verdana , Arial;
	}
	#site_map dl dd ul a:visited, #site_map dl dd ul a:link {
		color: #999;
		text-decoration: none;
	}
	#site_map dl dd ul a:hover {
		color: #669999;
		text-decoration: underline;
	}
	#site_map div.bg_line_1 {
		height: 1px;
		padding: 5px 0 ;
		margin: 0;
		background: url(/images/bg_line_1.gif) no-repeat 50% 50%;
	}
	#site_map div.bg_line_1 hr {
		display: none;
	}
	#site_map div.clear_left {
		clear: left;
	}