@charset "UTF-8";

body {
  /* background: #430002; */
  letter-spacing: 1px;
  text-align: justify;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #333;
  margin: 0;
}
h2 {
  font-size: 1.1em;
}
body #wrapper {
  width: 750px;
  margin: 0 auto;
}
body #wrapper h1 {
  height: 240px;
  background: url(../../images/common/main_low.jpg) no-repeat left top;
  background-size: cover;
  margin: 0;
  padding-top: 20px;
}
body #wrapper h1 a{
  text-indent: -9999px;
  display: block;
  height: 221px;
  width: 174px;
  background: url(../../images/common/logo.png) no-repeat 0px 0px;
  margin: 0 auto;
}
body #wrapper #gheader {
  text-indent: -999em;
  background: #000;
}
body #wrapper #gheader a {
  height: 86px;
  background: #000 url(../images/logo_gheader.png) no-repeat center center;
  display: block;
}
body #wrapper #contents{
  border-top: #fff 2px solid;
  background: #fff;
}

#main {
  padding: 40px;
}
#main .fin {
  text-align: right;
}
footer {
  background: #000;
  color: #fff;
}
.txt p {
  text-indent: 1em;
}