@charset "utf-8";
* {
}
.news_text {
	line-height: 25px;
}
.news_list {
	clear:both;
	display:block;
	margin-left: 95px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.news_list li {
	display:block;
	float:left;
	padding-bottom:5px;

}

.news_list a, .news_list a:visited {
	display: block;
	width: 350px;
	height: 17px;
	line-height: 17px;
}

.news_list a:hover {
	background-color: #FFCC66;
}
.sitemap {
	float: left;
	width: 250px;
}
.sitemap dt {
	padding-top: 5px;
}
.sitemap dt a {
	color: #B09E78;
	font-weight: bold;
	background-image: url(../images/food/go.jpg);
	background-repeat: no-repeat;
	height: 30px;
	background-position: left 15px;
	padding-top: 5px;
	display: block;
	width: 90px;
	margin-bottom: 3px;
}
.sitemap dt a:hover {
	background-position: left -33px;
}


.sitemap dd {
	margin-left: 30px;
	margin-bottom: 10px;
}
.sitemap dd a {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B09E78;
}
.sitemap dd a:hover {
	color: #6F4924;
	border-top-color: #6F4924;
	border-right-color: #6F4924;
	border-bottom-color: #6F4924;
	border-left-color: #6F4924;
}

