h1 {
  font-family: "Osaka";
  font-size: 16pt;
  color: #CC0000;
  line-height: 22pt;
  font-weight: bold;
}

.shadow23{
  width: 400px;/*全体の幅*/
  background-color: #76B97C;/*影の色*/
  margin: 20px 10px 10px 20px;
  padding-right: 20px;
  }
.text23{
  width: 770px;/*全体の幅、shadowと同じに*/
  font-size: 11pt;/*全体の文字サイズ*/
  position: relative;
  background: #FAFDFB;/*文字部分の背景色*/
  margin: -10px -10px 10px -10px;
  padding: 0.8em;/*内部の余白*/
  border: solid 1px #66A966;
  }
.shadow23a{
  width: 400px;/*全体の幅*/
  background-color: #66A96C;/*影の色*/
  margin: 20px 10px 10px 20px;
  padding-right: 20px;
  filter: alpha(opacity=20,finishopacity=100,style=1);
  }
.shadow23b{
  width: 400px;/*全体の幅*/
  background-color: #76B97C;/*影の色*/
  margin: 20px 10px 10px 20px;
  padding-right: 20px;
  filter: blur(direction=305,strength=15)
  }
