@import "/css/common.css";
@import "/css/header.css";
@import "/css/navi.css";
@import "/css/footer.css";

/* 中身枠 */
#contents {
  width: 700px;
  clear: both;
  float: right;
  margin-bottm: 10px;
}

/* 中身汎用 */
h2 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 10px 0 0 0;
  padding: 3px 0 3px 5px;
  border-bottom: solid 3px #06f;
  border-left: solid 15px #09f;
  background: #9cf;
}

h3 {
  font-size: 120%;
  margin: 10px 0 0 5px;
  padding: 0 0 3px 10px;
  border: solid 1px #003;
  border-style: none none solid solid;
}

.frame {
  font-size: 95%;
  margin-bottom: 10px;
}
