@charset "utf-8";
/*\*/
@import "reset.css";
@import "common.css";


/*現在のコンテンツメニュー設定
============================*/
#top ul li.home a {
background-position:0 -166px;
}
/*==========================*/


#whatsnew h3 a {
width:500px;
height:20px;
background:url(../img/common/whatsnew_title.gif) no-repeat;
display:block;
text-indent:-9999px;
margin-bottom:15px;
}

#whatsnew h3 a:hover {
background-position:0 -20px;
}

#whatsnew dl{
width:490px;
float:left;
display:inline;
margin-left:10px;
}

#whatsnew dt{
	width:5em;
	float:left;
	clear:left;
	color: #000000;
	font-size:12px;
	display:inline;
}

#whatsnew dd{
float:left;
width:400px;
background:url(../img/common/hrx.gif) bottom repeat-x;
margin-bottom:10px;
padding-bottom:10px;
display:inline;
}

#whatsnew dd a{
line-height:110%;
display:block;
}
