BODY{
  font-size : 9pt;
  font-family : "MS UI Gothic",Arial,osaka;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-darkshadow-color:#cccccc;
scrollbar-highlight-color:#cccccc;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#cccccc;
}
A{color:#333333;text-decoration:none;} 
A:link{color:#333333;text-decoration:none;} 
A:visited{color:#333333;text-decoration:none;} 
A:active{color:#000000;text-decoration:none;}
A:hover{color:#000000;text-decoration:underline;}
}
table,tr,td,th{
  font-size : 9pt;
  font-family : "MS UI Gothic",Arial,osaka;
}
input,textarea,select{
  background-color:#cccccc;
  font-size:8pt;
  color:#333333;
  border:1px solid #666666;
}
.Button{
  background-color:#cccccc;
  font-size:9pt;
  color:#333333;
  border:1px solid #666666;
}
.status{
  font-size : 9pt;
}
.box24{
  width: 500px;/*全体の幅360*/
  font-size: 12px;/*文字サイズ*/
  }
.box24 dt{/*タイトル部分の設定*/
  color: #FFFFFF;/*文字色*/
  background-color: #6a6a6c;/*背景色6a6a6c*/
  font-family: Arial,sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 300px;/*タイトルの幅*/
  padding: 2px 1em 2px 1.5em;
  background-image: url("images/024_gray.gif");
  background-repeat: no-repeat;
  }
.box24 dd{/*内容部分*/
  color: #313132;/*文字色*/
  margin: 0;
  padding: 0;
  border: solid 1px #6A6A6E;/*枠色*/
  }
.box24 dd .textb24{
  padding: 1.2em 0.9em;/*テキスト部分の余白*/
  border-top: solid 4px #DADADC;
  border-bottom: solid 4px #DADADC;
  }
