html, body {
    position: relative;
    height: 100%;
}

body, td {
    line-height:18pt;

}
.menuitem {
    font-family: "Arial";
    font-size: small;
}
div.navi {
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
div.contents {
  padding: 20px;
}
div.notification {
  font-size: large;
  font-weight: bold;
  margin: 50px 100px 0px;
  width: 880px; // 親のサイズに合わせるように
}
div.detail {
  margin: 10px 20px 10px;
}
table.menuitem {
    width: 100%;
    height: 30px;
    border: 0px;
    border-spacing: 0px;
    color:#ffffff;
}
table.menuitem tr {
  vertical-align: middle;
  text-align: center;
}
table.menuitem td {
    width: 12.5%;
}
table.menuitem td.active {
  font-weight: bold;
  color: #ffffff;
}
table.menuitem td.odd {
  background-color: #000000;
}

table.menuitem td.even {
  background-color: #696969;
}
a:link { color: #1fb8ac; }
a:visited { color: #5d94f3; }
a:hover { color: #e59ea6; }
a:active { color: #e59ea6; }

div.copy-outer {
    width: 100%;
    margin-bottom: 30px;
}
div.copy-layout {
    margin: 0px auto 0px;
    text-align: center;
}
.copyright {
    font-size: x-small;
}

.copyright span {
    display: inline-block;
    white-space: nowrap;
}

.copyright a:link {
    color: #0645ad;
}

.copyright a:visited {
    color: #0b0080;
}

.section {
    margin-bottom: 100px;
    padding-bottom: 50px;
}
