@charset "UTF-8";

/*-------------------------------------------------------------------
  株式会社環境向学
  スタイルシート
  レイアウト編
  Copyright 2007(C) Property Designers Inc.
  ------------------------------------------------------------------- */

#AreaHeader {
    height:90px;
    background-color:#fff;
    background-image:url("back_header.jpg");
    background-repeat:repeat-x;
    background-position:top center;
  }

#AreaHeaderTitle {
    padding-top:7px;
  }

#AreaHeaderMenu {
    padding-top:8px;
  }

#AreaBody {
/*
    background-color:#CFD8E7;
*/
    background-color:#E2E4EA;
    background-image:url("back_body.jpg");
    background-repeat:repeat-x;
    background-position:top center;
  }

#AreaContent {
    background-image:url("frame_center.jpg");
    background-repeat:repeat-y;
    background-position:top center;
  }

@media print  {
  #AreaBody {
    background-color:#fff;
    background-image:none;
  }

  #AreaContent {
    display: none
/*
    background-image:none;
    background-color:#fff;
*/
  }
}


#FrameTop {
    width:800px;
    height:25px;
    background-image:url("frame_top.jpg");
    background-repeat:no-repeat;
    background-position:top center;
  }

#FrameBottom {
    width:800px;
    height:30px;
    background-image:url("frame_bottom.jpg");
    background-repeat:no-repeat;
    background-position:top center;
  }

#FrameLeft {
    float:left;
    width:20px;
    height:548px;
    background-image:url("frame_left.jpg");
    background-repeat:no-repeat;
    background-position:top center;
  }

#FrameCenter {
    float:left;
    width:754px;
    height:auto;
    background-color:#fff;
    text-align:left;
  }

#FrameRight {
    float:right;
    width:20px;
    height:548px;
    background-image:url("frame_right.jpg");
    background-repeat:no-repeat;
    background-position:top center;
  }

#FrameTitle {
    height:70px;
  }

#FrameFooter {
    height:20px;
    margin-top:10px;
  }

#FrameContent {
    padding-left:60px;
  }

#FrameContentWide {
  }

#AreaFooter {
    height:40px;
    background-color:#fff;
    background-image:url("back_footer.jpg");
    background-repeat:repeat-x;
    background-position:top center;
  }

#AreaFooterMenu {
    padding-top:1px;
  }

#AreaFooterCopy {
    margin-top:8px;
    height:50px;
  }

.AreaWidth {
    width:800px;
    margin-left:auto;
    margin-right:auto;
  }


#mtContent {
    float:left;
    width:480px;
  }

#mtList {
    float:right;
    width:200px;
  }

.mtPost {
    margin-bottom:4.0em;
  }

#mtListTop {
    width:200px;
    height:33px;
    background-image:url("list_top.jpg");
    background-repeat:no-repeat;
    background-position:top center;
  }

#mtListCenter {
    width:200px;
    background-image:url("list_center.jpg");
    background-repeat:repeat-y;
    background-position:top center;
    font-size:11px;
  }

#mtListCenterSpace {
    padding:0 10px;
  }

#mtListBottom {
    width:200px;
    height:30px;
    background-image:url("list_bottom.jpg");
    background-repeat:no-repeat;
    background-position:top center;
  }

