@charset "utf-8";

/*------------------*/
.fadeshow1 {
	width: 662px;
	height: 315px;
}

h2 {
	margin: 20px 0 0 0;
	line-height: 100%;
	width: 662px;
	height: 26px;
	text-align: right;
	background: #4a1302 url(../images/news_headline.gif) no-repeat 9px center;
}
h2 a:link {
	color: #fff;
	text-decoration: none;
}
h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#newsBox {
	line-height: 100%;
	font-weight: normal;
	margin: 3px 0 0 0;
	background: none;
	width: 662px;
	height: 170px;
	overflow-y: auto;
	overflow-x: hidden;
	clear: both;
}

#newsBox li {
	margin: 0 12px 0 0;
	border-bottom: 1px dashed #ccc;
	padding: 4px 0 4px 0;
	font-size: 13px;
}
#newsBox li a {
	text-decoration: underline;
}
#newsBox li a:hover {
	text-decoration: none;
}

.rss-date {
	margin-bottom: 7px;
	padding: 1px 0 4px 0;
	font-size: 11px;
	color: #666;
} 


/*------------------*/
#sitemap {
	margin-top: 17px;
}

#sitemap ul li {
	background: url(../images/sitemap_arrow.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin-bottom: 3px;
}


