@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#topics dl {
    overflow: hidden;
    background: url("../image/bottom_news.jpg") left bottom repeat-x;
    padding: 17px 0 0;
    font-weight: bold;
}
#topics dt {
    float: left;
}
#topics dd {
    padding: 0 0 0 90px;
}
#topics dd a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
#topics dd a:hover{
    text-decoration: underline;
}
#content ul.page {
    margin-top: 50px;
}