html, body {
  height: 100%;
  background-color: white; }

body .wrap {
  overflow: hidden; }
body h2, body h3 {
  /*		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  */
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
body h2 {
  font-size: 2.5rem;
  font-weight: normal; }
body h2.jirei_title {
  font-size: 2rem; }
body p {
  font-size: 1.2rem;
  line-height: 1.6; }
  body p span.coloryellow {
    color: yellow;
    font-weight: bold; }
body a, body a:link {
  opacity: 1;
  transition: 0.3s; }
body a:visited {
  opacity: 1; }
body a:hover {
  opacity: 0.7;
  transition: 0.5s; }
body header {
  background-image: url("../images/back_img_blue.jpg");
  background-repeat: repeat-x repeat-y;
  height: 54px; }
body .head_aria {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99; }
body .toplogo {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100; }
body .top_main {
  background-image: url("../images/back_tri_ub.jpg"); }
body .back-gr {
  background-image: url("../images/back_tri_bw.jpg"); }
body .header-prp {
  color: #560A62;
  position: relative;
  padding-left: 45px; }
body .bassai_camp {
  background-image: url("../images/green_grass_image.gif"); }
  body .bassai_camp p {
    color: white; }
body .header-blue {
  color: #0035A2;
  position: relative;
  padding-left: 45px; }
body .header-prp:before {
  content: url("../images/musubi_head_img.png");
  position: absolute;
  top: -1px;
  left: 0px; }
body .header-blue:before {
  content: url("../images/musubi_head_img_blue.png");
  position: absolute;
  top: -1px;
  left: 0px; }
body .seko-jirei {
  background-image: url("../images/title_back_blue.jpg");
  background-repeat: repeat;
  background-color: black;
  color: white;
  padding: 0.5rem;
  text-align: center; }
body table.mitumori {
  width: 100%; }
body .blue_bold {
  color: #0035A2;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.2; }
body .fontsize_sm {
  font-size: 0.7em;
  font-weight: normal; }
body .migiyose {
  float: right;
  line-height: 2;
  font-weight: 600; }
body .bottom_toiawase {
  background-image: url("../images/back_tri_ub.jpg"); }
  body .bottom_toiawase h3 {
    font-size: 2rem;
    padding-left: 3rem;
    font-weight: normal;
    color: #0035A2;
    background-image: url("../images/denwa_blue.png");
    background-repeat: no-repeat;
    background-position: left center; }
body footer {
  font-weight: normal;
  background-image: url("../images/back_img_blue.jpg"); }
  body footer h4 {
    color: white;
    font-size: 1.2rem; }
  body footer .border-top {
    border-top: solid 1px white; }
  body footer p.jusho {
    font-size: 0.8rem;
    color: white;
    line-height: 1.2; }
