/* CSS Document */

h2 {
	background-image: url(../../share/images/title_sitemap.gif);
	width: 800px;
	height: 72px;
	background-repeat: no-repeat;
}

h2 .title{
	font-size: 140%;
	color: #00A714;
	font-weight: bold;
	margin: 10px 0px 5px 20px;
	padding: 5px 0px 0px 0px;
}

h2 .sub_title{
	font-size: 60%;
	font-weight:normal;
	margin: 5px 0px 10px 20px;
	padding: 0px;
}

.center .text_title {
	margin: 20px 50px 0px 30px;
	padding: 0px 0px 2px 20px;
	line-height: 1.3;
	background-image:url(../../share/images/arr_2.gif);
	background-repeat:no-repeat;
	border-bottom:dotted 1px #d0d0d0;
	font-weight: bold;
}

.center .text {
	margin: 20px 50px 0px 50px;
	padding: 20px 0px 2px 20px;
	line-height: 1.3;
	background-image:url(../../share/images/arr_2.gif);
	background-repeat:no-repeat;
	border-bottom:dotted 1px #d0d0d0;
	float: left;
}

.site_map {
	width: 350px;
	float: left;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 2px 0px;
}

.site_map ul {
	list-style-image: url(../../share/images/arr_2.gif);
}

.site_map li {
	background-repeat:no-repeat;
	border-bottom:dotted 1px #d0d0d0;
	line-height: 2;
}

.site_map:after {
	clear:both;
	
}










