/*-------------------------------------------------------------------
  東日本トランスポーテック株式会社
  スタイルシート
  レイアウト編
  Copyright 2009(C) Property Designers Inc.
  ------------------------------------------------------------------- */

#AreaHeader {
    height:45px;
  }

#AreaHeaderLeft {
    float:left;
    padding:10px 0 0 0;
  }

#AreaHeaderRight {
    float:right;
    padding:20px 0 0 0;
  }

.AreaWidth {
    margin-left:auto;
    margin-right:auto;
    width:797px;
  }


#AreaNaviLine {
    height:5px;
    background-color:#390;
  }

#AreaNaviGlobal {
    height:30px;
    background-image:url("header_back.jpg");
    background-repeat:repeat-x;
    background-position:left top;
  }

#AreaTopVisual {
    height:400px;
  }

#AreaPageContent {
    background-color:#f0f0f0;
  }

#AreaPageBody {
    position:relative;
    padding:10px;
    background-color:#f0f0f0;
  }

#AreaPageNavi {
    position:absolute;
    top:10px;
    left:10px;
    text-align:left;
    line-height:1.5em;
  }

.PageLeft {
    width:149px;
    height:410px;
    text-align:left;
    vertical-align:top;
    background-color:#f0f0f0;
  }

.PageCenter {
    width:10px;
  }

.PageRight {
    width:618px;
    height:410px;
    text-align:left;
    vertical-align:top;
    background-color:#fff;
  }

#AreaPageContentCopy {
    padding:10px 0;
  }

#AreaPageContentMain {
    padding:10px;
  }

#AreaPageFooter {
    padding:0 15px 0 0;
    height:55px;
    text-align:right;
    background-image:url("page_footer.jpg");
    background-repeat:no-repeat;
    background-position:left bottom;
    background-color:#f0f0f0;
}

#AreaFooter {
    height:55px;
    background-image:url("footer_back.jpg");
    background-repeat:repeat-x;
    background-position:left top;
  }

#AreaFooterText {
    padding:20px 0 0 0;
    text-align:right;
  }


#AreaComment {
    padding:10px;
    background-color:#FFF9EC;
    border:1px solid #fc6;
    text-align:left;
  }

#AreaContact {
  }

#AreaContact td.line {
    vertical-align:center;
    height:10px;
  }

#AreaContact td.name {
    vertical-align:top;
    width:180px;
  }

#AreaContact td.data {
    vertical-align:top;
    width:400px;
  }

