@charset "utf-8";
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #000000;
  height: 100%;
  line-height: 1.9em;
  font-size: 0.8em;
}
h1 {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
h2 {
  padding-top: 10px;
  font-size: 1.2em;
  text-align: center;
}
h3 {
  font-size: 1.0em;
  color: grey;
  border-left: grey solid 10px;
}
ul, ol, li {
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
}
td {
  border: 0px;
  vertical-align: top;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  color: gray;
}
a:active {
  color: pink;
}
#container {
  width: auto;
  max-width: 600px;
  min-width: 350px;
  margin: 0 auto; /*センタリング*/
  background-color: #fff;
  overflow: hidden;
}
#wrapper {
  min-height: 90%;
  height: auto !important;
}
#header {
  margin: 0;
  padding: 0;
}
#section {
  margin: 10px;
}
.article {}
#nav {}
#footer {
  clear: both;
  text-align: center;
  font-size: 0.8em;
  height: 10%;
}
.none {
  list-style-type: none;
}
.inline {
  display: inline-block;
}
.zero {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
  margin: auto;
}
.left {
  text-align: left;
}
.floatleft {
  float: left;
}
.clear {
  clear: both;
}
.bottom {
  vertical-align: bottom;
}
.red {
  color: #FF0000;
}
.small {
  font-size: 0.85em;
}
.big {
  font-size: 1.3em;
}
.thin {
  width: 20%;
}
.bold {
  font-weight: bold;
}
#menu {
  width: 100%;
  max-width: 600px;
  min-width: 350px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  top: 0;
  line-height: 1.5em;
  text-align: center;
}
#menu li {
  display: inline-block;
  padding: 4px;
  margin: 0;
  text-align: center;
}
#menu li a {
  width: auto;
  font-size: 0.9em;
  padding: 0;
  text-decoration: none;
}
#menu li a:hover {}
#page {
  list-style: none;
  margin-top: 1em;
}
#page li {
  display: inline-block;
  background-color: #000;
  text-decoration: none;
  color: #fff;
  width: 2em;
  margin: 1px;
  text-align: center;
}
#page li a {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  display: block;
}
#page li a:hover {
  background-color: #777;
  color: #fff;
}
hr {
  border-width: 1px 0 0 0;
  border-style: solid;
}