@charset "utf-8";

div#whats-new
{
	background-image:url(whats_new.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:640px;
	height:310px;
	position:relative;
	
	margin-bottom:20px;		
}

div#whats-new-contents
{
	width:580px;
	height:230px;
	
	position:absolute;
	top:52px;
	left:30px;
	overflow: auto;

	font-size:13px;
}

div#whats-new-contents dt
{
	font-weight:bold;
	color:#346995;
}
div#whats-new-contents dd
{
	margin-left:15px;
	border-bottom:1px #999999 dotted;
	margin-bottom:5px;
	padding-bottom:5px;
}