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

#title {
        clear: both;
        width: 860px;
        height: 200px;
}

#title h2 {
        text-indent: -999em;
}

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

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

.entry_head {
    width: 576px;
    height: 100%;
    padding: 2px;
    background-color: #00BBFF;
    overflow: hidden;
}

.entry_date {
        float: right;
        display: block;
        width: 96px;
        padding: 4px;
        font-size: 12px;
        font-weight: bold;
        color: #00BBFF;
        background-color: #FFFFFF;
        text-align: center;
}

.entry_head h3 {
        float: left;
        margin-top: 2px;
        margin-left: 2px;

        width: 430px;
        padding-left: 24px;
        background: url(/img/pac_logo_16.gif) no-repeat;
}

.entry_head h3 a {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-decoration: none;
}

.entry_head h3 a:hover {
        color: #FFF100;
}

.entry_bodys {
    width: 536px;
    padding: 20px;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #00BBFF;
    height: 100%;
    overflow: hidden;
}

.entry_bodys p {
    font-size: 12px;
    line-height: 18px;
}

.entry_bodys a {
    padding-left: 0;
    font-size: 12px;
    color: #00BBFF;
    text-decoration: none;
}

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

.entry_footer {
    clear: both;
}

.entry_bodys td {
font-size: 12px;
line-height: 18px;
height: 100%;
overflow: hidden;
}

.pad8 {
padding: 8px;
}

.pad16 {
padding: 16px;
}

.img_left {
        float: left;
        padding-top: 0;
        padding-left: 0;
        padding-right: 20px;
        padding-bottom: 20px;
}

.img_top {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 20px;
}

.entry_more {
        padding-top: 6px;
        width: 520px;
        padding-bottom: 12px;
        text-align: right;
}

.entry_more a {
        font-size: 12px;
        color: #00BBFF;
        text-decoration: none;
}

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

#is_over {
font-size: 12px;
font-weight: bold;
color: #FF8000;
}

