@charset "Shift_JIS";
* {
  font-family: Verdana,Helvetica,sans-serif;
  color: #333333;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1px;
}
br {
  letter-spacing: normal;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
img {
  border:  none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
div#wrapper {
  margin: 0 auto;
  padding: 20px 10px 0;
  background: #ffffff url(img/bg.gif) repeat-y fixed 50%;
  width: 760px;
  text-align: left;
}
div#header {
  margin: 0 20px;
  background: #ffffff url(img/bg_head.gif) no-repeat scroll 0% 50%;
  width: 720px;
  height: 120px;
}
div#menu {
  margin: 0 20px;
  background-repeat: repeat-x;
  background-position: 100% 50%;
  width: 720px;
  background-color: #ffffff;
  background-attachment: scroll;
  padding-bottom: 20px;
}
div#contents {
  border-bottom: 1px solid #c3c3c3;
  margin: 0 20px;
  background-color: #ffffff;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: left center;
  width: 720px;
  clear: both;
}
div#main {
  padding: 0 10px;
  background-position:  center center;
  float: left;
  background-attachment: fixed;
  width: 480px;
  background-repeat: repeat-x;
}
div#sub {
  padding: 0 10px;
  float: right;
  width: 200px;
}
div#footer {
  padding: 15px;
  clear: both;
  width: 700px;
}
div#menu:after, div#contents:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div#header h1 {
  margin: 0;
  padding: 10px;
  font-size: 150%;
}
div#header p {
  margin: 0;
  padding: 10px;
  font-size: 82%;
}
div#menu ul {
  margin: 0;
  padding: 0;
}
div#menu li {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  font-size: 82%;
  list-style-type: none;
}
div#menu li a {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  background: #dddddd none repeat scroll 0% 50%;
  display: block;
  width: 120px;
  line-height: 26px;
}
div#menu li a:hover {
  background: #9f1d20 none repeat scroll 0% 50%;
}
div#main a {
  border-bottom: 1px dotted #333333;
}
div#main a:hover {
  border:  none;
  color: #666666;
}
div#main h2 {
  border-bottom: 2px solid #9f1d20;
  padding: 3px 3px 0;
  background: #666666 none repeat scroll 0% 50%;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 88%;
  font-weight: bold;
}
div#main h3 {
  border-bottom: 1px solid #333333;
  margin-bottom: 2px;
  font-size: 82%;
}
div#main p {
  margin: 0 0 1em;
  font-size: 82%;
}
div#sub a {
  border-bottom: 1px dotted #333333;
}
div#sub a:hover {
  border:  none;
  color: #666666;
}
div#sub h2 {
  border-bottom: 2px solid #9f1d20;
  padding: 2px;
  background: #666666 none repeat scroll 0% 50%;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 88%;
  font-weight: bold;
}
div#sub h3 {
  border-bottom: 1px solid #333333;
  margin-bottom: 2px;
  font-size: 88%;
}
div#sub p {
  margin: 0 0 1em;
  font-size: 82%;
}
div#sub dl {
  margin: 0;
  font-size: 82%;
}
div#sub dt {
  font-weight: bold;
}
div#sub dd {
  margin: 0;
}
address {
  background: #ffffff none repeat scroll 0% 50%;
  text-align: center;
  color: #333333;
  font-style: normal;
  font-size: 70%;
}

