@charset "utf-8";
/* CSS Document */

#wrapper { 
   background-color:#FFFFFF;
   background-image:url(../img_construction/bg.jpg); 
   background-repeat:repeat-y; 
   position:relative;
   margin-right:auto;
   margin-left:auto;
   width:904px;
   height:800px;
   >height:780px;
}


#box{
   background-image:url(../img_construction/bgtop.jpg); 
   background-repeat:no-repeat; 
   position:absolute; 
   top:0px; 
   left:62px; 
   width:798px;
}

#contents{
   background-image:url(../img_construction/bgbottom.jpg); 
   background-position:bottom; 
   height:680px;
   >height:780px; 
   background-repeat:no-repeat;}
   
   
.message{
   margin-top:120px;
   margin-left:45px;
}

#footer{
   
}

.Bigstory{
   margin:60px 0px 0px 50px;
}

.story{
   margin:10px 0px 30px 0px;
}
.story ul{
   margin-top:15px;
}

.story ul li{
   line-hight:150%; margin:5px 0px 5px 0px;
}

.Color{color:#0A5CBE;}