﻿﻿@charset "utf-8";
/*css document*/

html{
background-color:transparent;
background-image:none;
}

p,ul,ol,li,a{
padding:0;
margin:0;
text-decoration:none;
list-style:none;
}

#wrapper{
width:890px;
margin:0 auto;
height:2490px;
}

.side{
width:95px;
height:2490px;
float:left;
background-image:url("yobu_12_s.png");
background-repeat:repeat-y;
}

#main{
background:#00bfff;
padding:300px 100px;
width:500px;
float:left;
height:1890px;
}

