@charset "UTF-8";

/*
    *1 : newsbox
*/


/* いんでっくちゅ */

/* *****************************************************************
 *1.newsbox
***************************************************************** */
div#newsbox {
    margin-top: 10px;
    padding-bottom: 5px;
    display: block;
    float: left;
    clear: both;
    background: transparent url("../img/top/news_bottom.gif") no-repeat left bottom;
    width: 462px;
    height: 165px; /* ここのサイズは dlの高さ B と連動 */
}
    div#newsbox h2 {
        background: transparent url("../img/top/news_top.gif") no-repeat 0 0;
        border-bottom: solid 1px #ddd;
        width: 462px;
    }
    div#newsbox dl {
        background: transparent url("../img/top/news_middle.gif") repeat-y 0 0;
        overflow: auto;
        display: block;
        width: 462px;
        height: 122px; /* B */
    }
        div#newsbox dl dt {
            margin-left: 2px;
            padding: .6em 0 .6em 35px;
            border-bottom: solid 1px #ddd;
            float: left;
            clear: both;
            display: block;
            width: 95px;
        }
        div#newsbox dl dt.icon_station { background: transparent url("../img/commons/icon/icon_station.gif") no-repeat 10px center; }
        div#newsbox dl dt.icon_news { background: transparent url("../img/commons/icon/icon_news.gif") no-repeat 10px center; }
        div#newsbox dl dt.bgc, div#newsbox dl dd.bgc { background-color: #f9f9f9; }

        div#newsbox dl dd {
            padding: .6em 10px .6em 10px;
            border-bottom: solid 1px #ddd;
            border-left: solid 1px #ddd;
            float: left;
            display: block;
            width: 290px;
        }
