@charset "Shift_JIS";


/* å¤§ããªç”»åƒ?
---------------------------------------------------- */
#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;
   }
h2{
	margin-left:20px;
	color:#600;
	font-size:140%;
	}

#main {
	letter-spacing: 0.3em;
   margin: 20px ;
   width: 700px;
   background-repeat:no-repeat;
   background-position:100% 100%;
   }
   
#main-left {
   width: 310px;
   margin: 0;
   padding: 0;
   float: left;
   }
   
#main-right {
   width: 310px;
   margin: 0 0 0 20px;
   padding: 0;
   float: left;
   }
   
#main img {
   margin: 0 0 10px 0;
   }

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