@charset "Shift_JIS";

/* å…¨ä½“æ§‹é? 
---------------------------------------------------- */
body {
  margin: 0;ã€?
  padding: 0;
  color: #725640;
  background: #fff4cd url(../images/back.jpg) repeat-y;
  font: 12px/1.2em Osaka, Arial, Helvetica, Geneva, sans-serif;

}
#wrapper {
  width: 777px;
}

a:link,a:visited {
	text-decoration: none;
	color: #725640;
}

a:hover {
	text-decoration: underline;
	color: #7E0000;
}

a.active {
	text-decoration: none;
	color: #7E0000;
}


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

#title {
   margin: 20px 20px 0 20px;
   padding: 0;
   border-bottom: 1px dotted #725640;
   width: 700px;
   }
   
#main {
   margin: 20px auto;
   width: 640px;
     color: #725640;
  font: 12px/1.2em Osaka, Arial, Helvetica, Geneva, sans-serif;
   }
   
.link {
   margin: 0;
   padding: 10px;
   border-bottom: 1px dotted #725640;
   list-style: none;
   }
   
h2 {
   font-size: 14px;
   color: #7E0000;
   }
     

   
   


/* ãƒ•ãƒƒã‚¿
---------------------------------------------------- */
#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;
}