#top-visual {
	background-image: url(../../images/image_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
#top-contents {
	margin-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
}
#contents-left {
	float: left;
	width: 600px;
}
#contents-right {
	margin-left: 30px;
	float: left;
}
#news-topics {
	width: 590px;
	line-height: 1em;
	margin-left: 10px;
}
#news-topics a {
	color: #FF0000;
	text-decoration: none;
}
#news-topics a:visited {
	text-decoration: none;
	color: #990000;
}
#news-topics a:hover {
	text-decoration: underline;
}

#news-topics h2 {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF1815;
	border-left-color: #FF1815;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#news-topics dt {
	float: left;
	width: 7.5em;
	clear: both;
	margin-bottom: 10px;
}
#news-topics dd {
	padding-left: 8.5em;
	margin-bottom: 10px;
}

