/* CSS Document */
body {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #8FABBE;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
a, area {
	outline: 0px none transparent;
}
A{text-decoration: underline; color : #003399;}
A:VISITED{text-decoration: underline;color : blue;}
A:HOVER{text-decoration: underline;}
A:ACTIVE{text-decoration: underline; color : #ff0099;}
.f12 {
	font-size: 12px;
}
.newsbox {
	padding: 4px;
	font-size: 12px;
	border-top: 1px solid #6699FF;
	border-right: 2px solid #6699FF;
	border-bottom: 2px solid #6699FF;
	border-left: 1px solid #6699FF;
}
.test1 {
	font-size: small;
	color: #666666;
	text-align: left;
}
.content {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding: 20px;
}
h3 {
	font-size: 14px;
	color: #3366CC;
}
.border {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
