﻿﻿@charset "utf-8";
/*css document*/

html{
background-color:transparent;
background-image:none;
}

p,ul,ol,li,a{
padding:0;
margin:0;
text-decoration:none;
}

body{
background:lightgray;/*#1c6614;edd4ac;*/
//background-image:url("");
//background-size:cover;
//background-attachment:fixed;
//background-repeat:no-repeat;                   
//background-position: center center;
}

#wrapper{
width:880px;
height:2880;
margin:0 auto;
background:#1c6614;
margin-top:0px;
padding:0px;
}


#main{
width:500px;
height:2500px;
padding:100px;
padding-top:280px;
float:left;
}
 .side{
width:90px;
height:2880px;
background-image:url("yobu_19_s.png");
float:left;
background-repeat:y-repeat;
}