@charset "UTF-8";

/* 一時追加 */
#top_test #header {
    background: url(/files/user/images/bg_middle.png) repeat-x #f5f2e9 bottom center;
}
#top_test #container {
    background: url(/files/user/images/bg.gif) repeat transparent;
}


/* ----- 新着記事＆コラム ----- */
.topics_column {
    margin-bottom: 30px;
}
.topics_column h2 {
    margin-bottom: 9px;
}
.topics_column ul li {
    padding: 11px 0px;
    border-bottom: 1px dotted #a4a498;
    min-height: 67px;
    overflow: hidden;
}
.topics_column ul li:first-child {
    padding-top: 0px;
}
.topics_column ul li a.ban {
    margin-right: 20px;
    display: block;
    float: left;
}
.topics_column ul li .text {
    width: 440px;
    float: left;
}
.topics_column ul li .text p.date {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.7;
}
.topics_column ul li .text a {
    padding-left: 13px;
    background: url(/files/user/images/icon_arrow02.png) no-repeat left center;
    font-size: 16px;
    font-weight: bold;
}