/* CSS Document */
body{
  background-color:#FFFFFF;
  margin:0px auto;
  width:716px;
  padding:0px;
  color:#CC6600;
  font-size:12px;
  line-height: 14px; 
  font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";  
}

a:link { color: #CC6600; text-decoration: underline;} 
a:visited { color:#CC6600; }
a:hover { color:#CC3300; text-decoration: none;} 
a:active { color:#CC6600; } 

#rapper{
  width:716px;
  background-image:url(../img/back.jpg);
  background-repeat:repeat-y;
  margin:0px;
  padding:0px;
}

#main{
  width:700px;
  height:480px;
  margin: 0px 8px 0px 8px;
  padding:3px 10px 0px 10px;
  background-image:url(../img/main.jpg);
  background-repeat:no-repeat;
}


#footer{
  height:40px;
}