body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0px;
  text-align: left;
  background-color: #FEFEFE;
  font-size: 15px;
  color: #3D3D3D;
  line-height: 150%;
  background-attachment: fixed;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
h1, p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 150%;
}
h1 {
  font-size: 25px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #3D3D3D;
  line-height: 130%;
}
h1,.txtcolor {
  color: #3D3D3D;
  padding-right: 2px;
}
p {
  margin-bottom: 15px;
}
hr {
  margin: 20px 0px;
  size: 1px;
  color: #3D3D3D;
}
a:link {
  color: #09f;
}
a:visited {
  color: #09f;
}
a:hover {
  color: #09f;
}
a:active {
  color: #09f;
}
div#wrapper {
  width: 960px;
  text-align: left;
  margin: 0px auto 0;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}
div#content {
}

.tbl {
  width: 960px;
  margin-bottom: 30px;
  border-collapse:collapse;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.tbl td,.tbl th {
  border: 1px solid #AA8F8F;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #3D3D3D;
}
.tbl th {
  color: #3D3D3D;
  font-weight: normal;
}

.pro_tbl {
  width: 960px;
  margin-bottom: 30px;
  border-collapse:collapse;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.pro_tbl td,.pro_tbl th {
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #3D3D3D;
}
.pro_tbl th {
  color: #3D3D3D;
  font-weight: normal;
}
.clear {
  clear: both;
}
