/*　ページのレイアウト用css　*/

body {
     margin; 0px;
     padding: 0px;
     background-image: url(../images/side3.gif);
     background-repeat: repeat-y;
     }
.main  {
       width: 580px;
       position: absolute;
       left:210px; 
       }

.side  {
       width: 180px;
       margin-left: 10px;
       }
