@charset "UTF-8";
.newsArea {
	width: 640px;
	display: block;
	margin-left: 300px;
	margin-top: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.newsArea h3 {
	margin-bottom: 10px;
}
.newsArea h3.blog {
	margin-top: 20px;
}
.newsArea .news {
	background-image: url(../toppage/news/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 25px;
	width: 330px;
	clear: both;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.newsArea .update {
	background-image: url(../toppage/news/update.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 25px;
	width: 330px;
	clear: both;
	overflow: hidden;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.newsArea .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.newsArea ul {
	margin: 0px;
}
.newsArea ul li.rss-item {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 2em;
	margin-left: 0em;
	background-image: url(../format/marker/newsMarker.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	list-style-type: none;
	line-height: 1.3em;
}
.newsArea .rss-date {
	font-size: 12px;
}
.newsArea a[target="_blank"] {
	background-image: url(../format/marker/blank.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;   
}
.newsArea dl {
	margin: 0px;
	padding: 0px;
}
.newsArea dl dt {
	font-size: 90%;
	line-height: 1.2em;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1BFB5;
}
.newsArea dl dd {
	font-size: 90%;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 1em;
}
.newsArea dl dt .date {
	font-size: 70%;
}
