@charset "UTF-8";

div.sitemap_area{
	margin-top: 15px;
	padding: 10px;
	border-style: solid;
	border-color: #dfdfdf;
	border-width: 1px;
	overflow: hidden;
	}
* html div.sitemap_area {   
    height: 1%;   
}
div.sitemap_area ul{
	width: 200px;
	float: left;
	}
div.sitemap_area ul li{
	line-height: 1.5;
	font-size: 10pt;
	color: #AFAFAF;
	}

