html, body {
  height: 100%;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
#wrapper {
  position: relative;
  min-height: 100%;
}
#header {
  height: 51px;
  background: url("../images/header.jpg");
  background-repeat: repeat-x;
}
#header .inner {
  width: 782px;
  margin: 0 auto;
  position: relative;
}
#header h1 {
  width: 120px;
  height: 24px;
  background: url("../images/logo.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: relative;
  top: 8px;
}
#footer {
  position: absolute;
  width: 100%;
	bottom: 0px;
  text-align: center;
}
#footer ul {
  display: inline-block;
  padding: 5px 0 10px;
  overflow: hidden;
  vertical-align: bottom;
}
#footer li {
  border-right: 1px solid #595757;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.2;
  float: left;
}
#footer li:first-child {
  border-left: 1px solid #595757;
}
#footer li a {
  color: #595757;
}
#footer li a:hover {
  text-decoration: underline;
}
#footer p {
  background: #aa997a;
  color: #fff;
  font-size: 12px;
  line-height: 48px;
}
.content {
  width: 623px;
  margin: 52px auto 0;
  padding-bottom: 150px;
}
.company {
  font-size: 17px;
}
.legal {
  font-size: 12px;
}
.content dt {
  background: #e3ddcd;
  color: #604c3f;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 32px;
}
.content table {
  width: 100%;
  margin-top: 30px;
}
.content tr {
  border: 1px solid #aa997a;
}
.content th {
  background: #f1eee6;
  font-weight: normal;
  text-align: center;
  border: 1px solid #aa997a;
  border-right: none;
  vertical-align: middle;
  padding: 12px 0;
}
.content td {
  border: 1px solid #aa997a;
  border-left: none;
  vertical-align: middle;
  padding: 12px;
}
.company th {
  width: 125px;
}
.company td {
  padding-left: 35px;
}
.legal th {
  width: 200px;
}
.legal td {
  padding-left: 25px;
}
.legal td a {
  color: #0099ff;
}
.legal td a:hover {
  text-decoration: underline;
}
.legal .indent {
  text-indent: -1em;
  margin-left: 1em;
}
.privacy dl {
  margin-bottom: 50px;
}
.privacy dt {
  margin-bottom: 10px;
}
.privacy p, .privacy li {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 15px;
}
.privacy ul {
  margin: 1em;
}
.privacy div {
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
}
