@charset "UTF-8";
/* CSS Document */

#contentsArea {
	padding-top: 10px;
	border-top: #d5d8dd 1px solid;
}

#contentsLft {
	width: 528px;
}
#contentsRht {
	width: 369px;
}

#news {
	position: relative;
	margin-bottom: 10px;
	border: #d5d8dd 2px solid;
}
#news dl {
	margin: 8px 13px;
	line-height: 1.5;
}
#news dt {
	clear: both;
	float: left;
	width: 6.5em;
}
#news dd {
	padding-left: 6.5em;
}
#news #backnumber {
	position: absolute;
	top: 3px;
	_top: 5px;
	right: 11px;
}
#news a {
	color: #000000;
	text-decoration: none;
}
#news a:hover {
	color: #53B332;
	text-decoration: underline;
}

#footerArea #copyright {
	padding: 3px;
	color: #ffffff;
	background-color: #4db332;
	text-align: center;
	font-size: 63%;
}
