﻿@charset "utf-8"
/*css document*/

html{
background-color:transparent;
background-image:none;
}
p,ul,ol,li{
padding:0;
margin:0;
color:#3e3113;
}

#wrapper{
width:880px;
margin:0 auto;
background:#8cd0db;
height:3780px;
}

#main{
width:500px;
background:#8cd0db;
float:left;
height:3300px;
padding:100px;
padding-top:400px;
padding-bottom:50px;
}

.side{
padding:0px;
margin:0px;
width:90px;
height:3780px;
float:left;
background-image:url("syutu_37_s.png");
background-repeat:repeat-y;
}

