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


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


#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 -22px;
}

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

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

#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;
}

