      body, input, textarea {
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho Demibold", "MS PMincho", serif;
      }
      .button {
      font: bold 12px Arial;
      text-decoration: none;
      background-color: #EEEEEE;
      color: #333333;
      padding: 2px 6px 2px 6px;
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #333333;
      border-bottom: 1px solid #333333;
      border-left: 1px solid #CCCCCC;
      cursor: pointer;
      }


      h1 {
      padding: 0 0 0 20px;
/*      border-left: solid 7px #01bd5a; */
      font-size: 30px;
      line-height: 1.4;
      }

      h2 {
      margin: 45px 0 0;
      padding: 0 0 4px;
      font-size: 26px;
      border-bottom: 4px solid #d2e3de;
      line-height: 1.4;
      }

      h3 {
      margin: 25px 0 0;
      padding: 0 0 6px;
      border-bottom: solid 1px #ccc;
      font-size: 22px;
      }
      
      h4 {
      margin: 15px 0 0;
      padding: 0 0 6px;
      border-bottom: solid 1px #ccc;
      font-size: 18px;
      }
      
      h2:before{
      content: "\25a0";
      position: relative;
      bottom: .1em;
      color: #0eb24d;
      }
      
      h3:before {
      content: "\25a0";
      position: relative;
      bottom: .1em;
      color: #666;
      }
      
      pre {
      white-space: pre-wrap;
      margin-left: 40px;
      }
