/*ページ全体のレイアウト*/

body {
     background-image: url(http://www.panda21.com/n_image01/said.gif);
     background-repeat: repeat-y;
     color:#666666;
     line-height: 150%
    }

#contents {
    width: 800px;
 }

#main {
     width:580px;
     position:absolute;
     left: 205px;
     color:#666666;
     line-height: 150%
     }

#side {
      width:180px;
      margin-left:5px;
　　　}

address {
      font-family:Arial,Helvetica,sans-serif;
      font-size: 80%;
      font-style: normal;
      text-align:center;
        }