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


/*初期設定
============================*/
.contentwindow {
margin-top:0;
}

.contentin {
padding:15px 20px;
}


/*以下固有のcss
============================*/


.date {
color:#666;
font-size:85%;
margin:5px 0 2px 0;
}


/*一覧用
============================*/
#whatsnew dl.list {
background:none;
margin:10px 0;
}

#whatsnew dl.list h3 {
border:none;
font-size:100%;
font-weight:normal;
padding-bottom:2px;
margin-bottom:2px;
}

#whatsnew dl.list dd {
background:url(../img/hrx.gif) bottom repeat-x;
margin-bottom:10px;
}

#whatsnew dl.list dd a {
display:block;
padding:5px 3px;
}

#whatsnew dl.list dd a:hover {
background-color:#f4f2e9;
}
