@charset "utf-8";

/*------------------------------------------------------ sitemap/index.html ----------------------------------------------------*/


.map_list {
	margin-top: 30px;
	width: 175px;
	float: left;
}

.map_list dt {
	background:url(../images/icon_01.gif) 0px 1px no-repeat;
	padding: 0px 15px 0px 15px;
	font-weight: bold;
	line-height: 14px;
}

.map_list dd {
	list-style: none;
	background: url(../images/icon_02.gif) 0px 4px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
.map_div{padding: 0 0 20px 30px;border: 3px solid #f2f4f3; height:100%; overflow:hidden;}


