@charset "utf-8";

#contents-bg-top
{
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:40px 20px 70px 20px;
}

#contents-bg-top h2
{
	padding:0 0 10px 0;
}

dl dt
{
	background-image: url(../images/top_news_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin: 0 0 0.2em 0.3em;
	padding: 0 0 0 1.2em;
	line-height: 200%;
	*line-height: 150%;
	width: 8em;
	*width: 6em;
}

dl dd
{
	_height: 1%; /* Hack for Win IE6 */
	margin: 0 0 0.2em 5em;
	line-height: 200%;
	*line-height: 150%;
	text-decoration: underline;
}


