/*-------------------------------------------------------------------
  Piacere!
  スタイルシート
  レイアウト編
  Copyright 2007(C) Property Designers Inc.
  ------------------------------------------------------------------- */

html {
    overflow-y:scroll;
  }

body {
    background-color: #ffffff;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size:12px;
    font-family:Arial;
    color:#334455;
    text-align:center;
  }

#main {
    margin-left:auto;
    margin-right:auto;
    width:760px;
  }

#AreaHeader {
    height:42px;
  }

#AreaGlobalMenu {
    height:34px;
    background-image:url("../image/back_globalmenu.jpg") ;
    background-repeat:repeat-x;
    background-position:top left;
  }

#AreaVisual {
    width:760px;
    height:290px;
    background-image:url("../image/back_top_visual.jpg") ;
    background-repeat:no-repeat;
    background-position:top left;
  }

#AreaBody {
    background-image:url("../image/back_top_body.gif") ;
    background-repeat:repeat-y;
    background-position:top left;
  }

#AreaBodyBottom {
    width:760px;
    height:14px;
    background-image:url("../image/back_top_body_2.gif") ;
    background-repeat:no-repeat;
    background-position:top left;
  }

#AreaBodyLeft {
    float:left;
    width:244px;
    text-align:left;
  }

#AreaBodyCenter {
    float:left;
    width:268px;
    text-align:left;
  }

#AreaCenterMessage {
    background-color:#EFF3F8;
  }

#AreaMemberList {
    padding-bottom:1.5em;
  }

#AreaBodyRight {
    float:right;
    width:244px;
    text-align:left;
  }

#AreaEventList {
    padding-bottom:1.5em;
  }

#AreaProfileMessage {
    background-color:#f0f0f0;
  }

.AreaText {
    padding:12px;
  }

#AreaFooter {
    height:62px;
    background-image:url("../image/back_footer.gif") ;
    background-repeat:repeat-x;
    background-position:top left;
  }




#AreaVisualSub {
    width:760px;
    height:240px;
  }

#AreaVisualSubSection {
    width:760px;
    height:auto;
  }

#AreaBodySub {
    background-image:url("../image/back_sub_body.gif") ;
    background-repeat:repeat-y;
    background-position:top left;
  }

#AreaBodySubBottom {
    width:760px;
    height:14px;
    background-image:url("../image/back_sub_body_2.gif") ;
    background-repeat:no-repeat;
    background-position:top left;
  }

#AreaMenuSub {
    float:left;
    width:181px;
  }

#AreaContentSub {
    float:right;
    width:578px;
    text-align:left;
    line-height:1.3em;
  }










