@import "/common.css";
@import "/base.css";
@import "/header.css";
@import "/gnavi.css";
@import "/side_contents.css";
@import "/footer.css";
@import "/back_button.css";

#page_title {
    display: block;
    width: 580;
    margin-top: 20px;
    height: 28px;
    background: url(/img/news_head.gif) no-repeat;
    overflow: hidden;
    text-indent: -999em;
}

#page_foot {
    width: 580px;
    height: 16px;
    background: url(/img/news_foot.gif) no-repeat;
    margin-bottom: 24px;
}

#news_list {
    width: 576px;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #00BBFF;
    
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 20px;
}

.entry_date {
    color: #00BBFF;
    font-weight: bold;
    width: 100px;
    padding-left: 12px;
    vertical-align: top;
}

.entry_title a {
    color: #787878;
    text-decoration: none;
    vertical-align: top;
}

.entry_title a:hover {
    color: #FF8000;
}

.entry_tag {
    color: #00BBFF;
    width: 100px;
    padding-left: 12px;
    vertical-align: top;
}

