@import "/629/07/base.css";
@import "/629/07/header.css";
@import "/629/07/footer.css";
@import "/629/07/side_contents.css";

#main_contents {
    float: right;
    width: 500px;
    height: auto;
    margin-top: 12px;
    margin-bottom: 24px;
    padding-right: 116px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    color: #CACACA;
}

.entry_title a {
    float: left;
    width: 400px;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #D07000;
    text-decoration: none;
}

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

.entry_date {
    float: right;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
}

.entry_line {
    clear: both;
    display: block;
    width: auto;
    height: 0px;
    margin-top: 4px;
    margin-bottom: 8px;
    border-top: 2px solid #804000;
    overflow: hidden;
}

.entry_body {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #CACACA;
}

.entry_body p {
    font-size: 12px;
    line-height: 18px;
    color: #CACACA;
}

.entry_body a {
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #F0B080;
}

.entry_body a:hover {
    color: #FFE0C0;
}

.entry_more a {
    display: block;
    width: 500px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #909090;
    text-align: right;
    text-decoration: none;
}

.entry_more a:hover {
    color: #B0B0B0;
}

.entry_separator {
    height: 24px;
    overflow: hidden;
}
