@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font: 85%/1.5 "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "ms pgothic", sans-serif;
}
header, article, footer, aside, time, nav, small, section {
  display: block;
}
.link_text {
text-align: center;
margin-top: 1em;
}
ul li {
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
html, body {
  height: 100%;
}
div#wrapper {
  position: relative;
  min-height: 100%;
}
* html div#wrapper {
  height: 100%;
}
header {
  color: #fff;
  background-color: #53a52d;
  margin-bottom: 20px;
  padding: 20px 0;
}
header .inner {
  width: 960px;
  margin: 0 auto;
}
header h1 {
  font-size: 16px;
}
#contents {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.version {
  margin-bottom: 40px;
}
.version h2 {
  text-align: center;
}
table {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #333;
  border-collapse: collapse;
}
table th {
  width: 25%;
}
table th, table td {
  padding: 10px;
  border: 1px dotted #333;
}
table th {
  background-color: #f1ffee;
  color: #333333;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #53a52d;
}
footer .inner {
  width: 960px;
  margin: 0 auto;
}
#copy {
  text-align: center;
  line-height: 60px;
}
#copy small {
  font-size: 12px;
}
.bold {
  font-weight: bold;
  font-size: 120%;
}
strong {
  color: #53a52d;
}
