@charset "UTF-8";

/* 全体 */

body {
  margin-left: 1em;
  margin-right: 1em;
  line-height: 1.5;
}

li.nest {
  list-style: none;
}

div.main,
div.link {
  margin-top: 0px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 0.5em;
}

div.link {
  width: 90%;
}

div.main {
  width: 75%;
  float: right;
}

caption {
  white-space: nowrap;
}

/******************************************************************************/
/* メニュー部 */
div.menu {
  padding: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  width: 20%;
  float: left;
}

.menu h2{
  margin: 1em auto 0.5em;
  text-align: center;
  width: 90%;
  line-height: 1.0em;
  font-size: 1.5em;
}

.menu h3,
.menu a {
  padding: 1px 3px 0px;
  margin: 0px;
  border-width: 2px;
  width: 99%;
}

.menu h3 {
  border-style: solid;
  margin-top: 3px;
  text-align: center;
}

.menu h4 {
  margin-top: 5px;
  margin-bottom: 0px;
}

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  line-hight: 150%;
}

.menu li {
  padding: 0px;
  margin: 0px;
}

.others {
  margin-bottom: 0.5em !important;
  text-align: center;
  font-weight: bold;
}

.menu a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  background: transparent;
}

.menu a:link {
  border-style: outset;
}

.menu a:visited {
  border-style: ridge;
}

.menu a:hover {
  border-style: groove;
}

.menu a:active {
  border-style: inset;
}

/******************************************************************************/
/* フッター部 */
div.footer {
  margin-top: 2em;
  border-style: none;
}

.footer p {
  margin-left: auto;
  margin-right: 2em;
  text-align: right;
  font-size: 0.9em;
}

.footer a {
  font-weight: bold;
}
