body{
  margin: 0px;
  font-size: 10pt;
  color: #808080;
  overflow: auto;
  height: 100%;
  }
a:link{/*リンク色*/
  color: #49395D;
  text-decoration: none;
}
a:visited{
  color: #46365A;
  text-decoration: none;
}
a:hover,a:active{
  color: #29195D;
  text-decoration: underline;
}
.box24{
  width:100%;
  font-size: 12px;/*文字サイズ*/
  }
.box24 dt{/*タイトル部分の設定*/
  color: #FFFFFF;/*文字色*/
  background-color: #3A9C4F;/*背景色*/
  font-family: Arial,sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 480px;/*タイトルの幅*/
  padding: 2px 1em 2px 1.5em;
  background-color:#00CC33;
  background-repeat: no-repeat;
  }
.box24 dd{/*内容部分*/
  color: #313132;/*文字色*/
  margin: 0;
  padding: 0;
  border: solid 1px #3AAc4F;/*枠色*/
  }
.box24 dd .textb24{
  padding: 1.2em 0.9em;/*テキスト部分の余白*/
  border-top: solid 4px #AADCAF;
  border-bottom: solid 4px #AADCAF;
  }
-->