
.news_box {
    clear: both;
    padding: 10px 10px;
    position: relative;
    margin-bottom: 15px;
    border: none;
    padding-top: 10px;
    *padding-top: 0; /*to lose the added whitespace line in IEs*/
    }

   

#news_navi_box {
    float: right;
    margin-bottom: 40px;
}

#news_navi_box a {
    font-size: 12px;
    color: #999;
    font-weight: bold;
    margin-left: 20px;
    text-decoration: none;
}

#news_navi_box a:hover {
    color: #004287;
}
#news_navi_box .active_news_link {
    text-decoration: underline;
    color: #004287;
}

.news_box p {
    margin: 10px 0px;
}
.news_box legend {
    padding: 3px 5px;
    color: #004287;
    *margin-bottom: 10px; /*to compensate space lost due to padding-incapability in IEs*/
}

.news_box span {
    font-size: 12px;
    margin-right: 10px;
    color: #004287;
}

.news_box_left {
    float: left;
    width: 440px;
    margin-right: 10px;
}
.news_box_right {
    float: right;
}

 *+html .news_box_right {
    min-width: 140px;

    }

.news_box_right img {
    float: right;
    margin-bottom: 10px;
    margin-right: 5px;
}
.news_box_left p {
    color: #004287;
    font-size: 12px;
}
.news_box strong {
    font-size: 12px;
}

.news_box_left a {
     font-size: 12px;
     font-weight: bold;
     color: #004287;
}
.news_box_left a:hover {
    color: #004287;
}
