body {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  width: fix-content;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

#page {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
#page .left_menu {
  width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#page .left_menu a {
  width: 148px;
  height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  color: #000;
  border: 1px solid #fc6;
  background-color: #cfc;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page .left_menu a:link {
  color: #000;
  border: 1px solid #fc6;
  background-color: #cfc;
}
#page .left_menu a:hover {
  border: 1px solid #fc6;
  background-color: #fc3;
}
#page .left_menu a:active {
  color: #000;
  border: 1px solid #fc6;
  background-color: #0cf;
}
#page .left_menu a img {
  margin-right: 1em;
}
#page .left_menu .jusho {
  width: 148px;
  margin-top: 1em;
  text-align: center;
  color: #333333;
  border: 1px solid #fc6;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  background-color: #ffffe6;
}
#page .content {
  text-align: left;
  width: 650px;
}

.menu_space {
  padding-top: 2px;
  padding-bottom: 2px;
}

.clear_10 {
  height: 10px;
}

.page_taitol {
  position: relative;
  text-align: center;
  color: #090;
  font-size: 18px;
}

.text {
  padding: 1em;
  color: #000;
}

.text_center {
  text-align: center;
}

.hr {
  border: 2px solid #fffaaa;
}

.table_center {
  margin-right: auto;
  margin-left: auto;
}

table td {
  padding: 3px;
}/*# sourceMappingURL=style.css.map */