@charset "utf-8";
/* CSS Document */

#areaContentSiteMapLeft {
	float: left;
	width: 458px;
	display: block;
	text-align: left;
}
#areaContentSiteMapLeft h4 {
	font-size: 15px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 0px;
}
#areaContentSiteMapLeft ul {
	margin-top: 5px;
}
#areaContentSiteMapLeft li {
	font-size: 14px;
}


#areaContentSiteMapLeft p {
	clear: both;
	margin-top: 0px;
}

#areaContentSiteMapRight {
	float: right;
	display: block;
	text-align: left;
	width: 458px;
	clear: right;
}
#areaContentSiteMapRight h4 {
	font-size: 15px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 0px;
}

#areaContentSiteMapRight p {
	clear: both;
	margin-top: 0px;
}
#areaContentSiteMapRight ul {
	margin-top: 5px;
}

#areaContentSiteMapRight li {
	font-size: 14px;
}
.PadBottom {
	padding-bottom: 5px;
}
