  @charset "utf-8";
  body {
    font-family: 'Verdana', 'Hiragino Sans', 'Meiryo', 'sans-serif';
  }
  a:link {
  text-decoration-line: underline;
  text-decoration-color: blue;
  }
  a:visited {
  text-decoration-color: red;
  }
  h1 {
  font-size: 64px;
  }
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 16px;
  }
  h7 {
    font-size: 12px;
  }
    ul {
      margin: auto;
      padding-top: 1%;
      padding-bottom: 1%;
      text-indent: 5% ;
        background-color: #90f776;
        }
    l1 {
      text-align: center;
      margin: 1%;
    }
    l2 {
      text-align: left;
      line-height: normal;
    }
    l3 {
      text-align: right;
      line-height: normal;
    }
  header { 
    position: relative;
    width: 100%;  
      top: 0px;
      left: 0px;
      height: auto;
      background-color:#88C4FF;
      line-height: normal;
      } 
  main {
      position:relative;
      width: 100%;
      top: 0%;
      height: auto;
      background-color: #FFFF95;
      display: block;
      padding: 3% 0;
      text-align: center;

  }