@charset "Shift_JIS";

/* å…¨ä½“æ§‹é? 
---------------------------------------------------- */
body {
  color: #725640;
}




/* å¤§ããªç”»åƒ?
---------------------------------------------------- */
#cover {
  margin: 0 0 0 10px;
  clear:both;
}
#cover img {
  vertical-align: bottom;
}


/* ãƒ¡ã‚¤ãƒ³ãƒ»ã‚³ãƒ³ãƒ?ƒ³ãƒ?
---------------------------------------------------- */

#title {
   margin: 20px 20px 0 20px;
   padding: 0;
   border-bottom: 1px dotted #725640;
   width: 700px;
   clear:both;
   }
   
#main { margin: 20px; width: 700px; text-align: center; 
  color: #725640;
 }
   


/* ãƒ•ãƒƒã‚¿
---------------------------------------------------- */
#footer {
  clear: both;
  margin: 0 0 0 10px;
  border-top: 1px solid #cbcbcb;
  position: relative;
  width: 732px;
}
#footer ul {
  margin: 0;
  list-style: none;
}
#footer li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  height: 19px;
  text-indent: -9999px;
}
#footer li a {
  text-decoration: none;		/* â– Firefoxç­‰ã§ç·šãŒè¡¨ç¤ºã•ã‚Œãªã?‚ˆã?«ã™ã‚‹ */
  display: block;
  height: 19px;
}

#footer li#privacy {
  left: 640px;
  width: 73px;
  background: url(../images/privacy.gif) no-repeat;
}
#footer p {
  margin-top: 10px;
  font-size: x-small;
  color: #666666;
  background: transparent;
}