/*-------------------------------------------------------------------
  東日本トランスポーテック株式会社
  カスタマイズ
  フォント編
  Copyright 2009(C) Property Designers Inc.
  ------------------------------------------------------------------- */

#AreaNaviTop {
    height:70px;
  }

#AreaContentTop {
    height:270px;
  }

#AreaContentTopLeft {
    float:left;
    width:490px;
  }

#AreaContentTopRight {
    float:right;
    width:300px;
  }

#BoxNewsHeader {
    width:490px;
    height:35px;
    text-align:right;
    background-image:url("img/back_news_1.jpg");
    background-repeat:no-repeat;
    background-position:left top;
  }

#BoxNews {
    width:490px;
    height:190px;
    text-align:left;
    background-color:#fff;
    background-image:url("img/back_news_2.jpg");
    background-repeat:repeat-y;
    background-position:left top;
  }

#BoxNewsCore {
    margin-left:10px;
    margin-right:10px;
    width:470px;
    height:190px;
    overflow:auto;
  }

#BoxNewsFooter {
    width:490px;
    height:20px;
    background-image:url("img/back_news_3.jpg");
    background-repeat:no-repeat;
    background-position:left top;
  }


#BoxNews dt {
    color:#696;
  }

#BoxNews dd {
    margin-bottom:5px;
  }

