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

/*NEWS＆TOPICS*/
#topics {
    line-height: 1.6;
}
#topics .newsbox {
    background: url("../image/icon_lines.jpg") bottom repeat-x;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 14px 0 10px 0;
}
#topics .image {
    float: right;
    margin-left: 35px;
    display: table-cell;
    width: 148px;
    height: 148px;
    text-align: center;
    margin-bottom: 15px;
}
#topics dl {
    overflow: hidden;
}
#topics dt {
    margin-bottom: 5px;
}
#topics dd {
    margin-bottom: 10px;
    color: #332929;
}
#topics dd.text{
    font-size:0.85em;
}
#topics dd a {
    text-decoration: underline;
    color: #897D79;
}
#topics dd a:hover {
    text-decoration: none;
}
#content ul.page {
   margin-top: 40px;
}
