/* トップ画像 */
.toppct{
    float:left;
    width:500px;
    height:500px;
}

/* 隙間 */
.sukima{
    float:left;
    width:10px;
    height:500px;
}

/* NEWSタイトル */
.topnewstitle{
    float:left;
    width:390px;
    height:20px;
    border-bottom:1px #808080 solid;
}
/* スペース2 */
.space2{
    float:left;
    width:390px;
    height:10px;
}
/* NEWS */
.topnews{
    float:left;
    width:390px;
    height:470px;
    overflow:auto;
}

/* スペース */
.space{
    height:10px;
}