.column-center .scene .content h3
{
    margin: 9px 0 2px 5px;
    height: 11px;
    background: no-repeat;
    text-indent: -9999px;
}

.column-center .scene .content h3.news
{
    width: 61px;
    background-image: url(../_img/h3_scene_news.png);
}

.column-center .scene .content h3.other
{
    width: 197px;
    background-image: url(../_img/h3_scene_other.png);
}

.column-center .scene .content div
{
    border-bottom: 1px solid #cacaca;
    float: left;
    width: 275px;
    padding-bottom: 1em;
}

.column-center .scene .content div.clear
{
    float: none;
    border-bottom: 0;
}

.column-center .scene .content ul
{
    padding: 1px 4px 0 10px;
    border-top: 1px solid #cacaca;
}

.column-center .scene .content div.first ul
{
    padding: 1px 10px 0 4px;
    border-right: 1px solid #cacaca;
}

.column-center .scene .content ul li
{
    border-bottom: 1px dotted #cacaca;
    line-height: 2.4em;
}

.column-center .scene .content ul li a
{
    font-weight: bold;
}

.column-center .scene .content ul li.more
{
    border-bottom: 0;
    border-top: 1px dotted #cacaca;
    margin-top: 2em;
    padding: 5px 5px 1.3em 0;
}

.column-center .scene .content ul li.more a
{
    background: url(../_img/more_archive.png) no-repeat;
    width: 33px;
    height: 7px;
    display: block;
    float: right;
}

.column-center .scene .content ul li.more a span
{
    display: none;
}

#news-list li
{
    margin-top: 8px;
    width: 558px;
}

#news-list .body-wrapper
{
    background: url(../_img/bg_news_top.png) no-repeat;
    padding: 4px 4px 5px 9px;
}

#news-list .body-wrapper-right
{
    background: url(../_img/bg_news_top.png) no-repeat;
    padding: 4px 9px 5px 4px;
}

#news-list .body
{
    background: url(../_img/bg_news_body.png) repeat-y;
}

#news-list .body .news-image
{
    float: right;
    margin: 0 0 4px 4px;
}

#news-list .body .news-image-right
{
    float: left;
    margin: 0 4px 4px 0;
}

#news-list .body .news-header
{
    border-bottom: 1px solid #006bac;
    margin: 4px 0 20px;
    padding-bottom: .5em;
    width: 352px;
}

#news-list .body .news-header-right
{
    border-bottom: 1px solid #006bac;
    margin: 4px 0 20px;
    padding-bottom: .5em;
    width: 352px;
    float: right;
}

#news-list .body .news-header span
{
    font-size: 85%;
    color: #a0a0a0;
}

#news-list .body .news-header span.read
{
    font-weight: bold;
    color: #797979;
    margin-left: 60px;
}

#news-list .body h3 a
{
    font-weight: bold;
    font-size: 110%;
}

#news-list .bottom
{
    background: url(../_img/bg_news_bottom.png) no-repeat;
    height: 23px;
    padding: 10px 10px 0;
}
