﻿@charset"utf-8";

html{
background-color:transparent;
background-image:none;
}

p,ul,li,a{
padding:0;
margin:0;
list-style:none;
text-decoration:none;
}
#wrapper{
width:780px;
margin:0 auto;
height:3600px;
}
.side{
width:60px;
height:3600px;
float:left;
background-image:url("heburu_13_s.png");
}

#main{
margin-left:30px;
margin-right:30px;
margin-top:240px;
margin-bottom:120px;
width:600px;
height:3600px;
float:left;
}

