/* CSS Document */
.announcement{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top: solid #eee 1px;
	padding: 3px;
	border-left: solid #eee 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}
.news{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	font-size: small;
}

.chiisai{font-size:80%;
	color:#333333;
	line-height:130%;
}
.newsheadline {
	width:570px;
	font-size: 100%;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
	margin-top:20px;
	padding:0px;
	margin-bottom:10px;
	color: #333333;
	font-weight: bold;
}

#newsarticle{
	top:0;
	left:0px;
	color:#111111;
	padding:0px 0px 0px 0px;
	margin:6px 18px 0px 18px;
	font-size: 90%;
	color:#222222;
	line-height:140%;
	text-justify:distribute;
	text-align: justify;
}
#newsarticle a {text-decoration: none;	color : #003366;	margin:2px 0px 0px 2px;	font-weight: bold;}
#newsarticle a:link {
	text-decoration: none;
	color : #333333;
	margin:2px 0px 0px 2px;
	font-weight: bold;
}
#newsarticle a:visited {
	text-decoration: none;
	color: #003366;
	margin:2px 0px 0px 2px;
	font-weight: bold;
}
#newsarticle a:hover {
	color:#3366CC;
	margin:2px 0px 0px 2px;
	font-weight: bold;
	text-decoration: underline;
}
