/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
}
.style6 {
	color: #003366;
	font-size: 10pt;
}
.style7 {font-size: 8pt}
.style8 {
	color: #003366;
	font-size: 12pt;
}
.style16 {font-size: 9px}
.style17 {font-size: 10pt}
.style18 {font-size: 10px}

.style20 {font-size: 10pt}
.style21 {font-size: 8pt}
.box{
  width: 400px;/*全体の幅*/
  font-size: 12px;/*文字サイズ*/
  }
.box dt{/*タイトル部分の設定*/
  color: #FFFFFF;/*文字色*/
  background-color: #6A6A6C;/*背景色*/
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 230px;/*タイトルの幅*/
  padding: 2px 1em 2px 1.5em;
  background-image: url("../images/box_gray.gif");
  background-repeat: no-repeat;
  }
.box dd{/*内容部分*/
  color: #313132;/*文字色*/
  margin: 0;
  padding: 0;
  border: solid 1px #6A6A6E;/*枠色*/
  }
.box dd .textb24{
  padding: 1.2em 0.9em;/*テキスト部分の余白*/
  border-top: solid 4px #DADADC;
  border-bottom: solid 4px #DADADC;
  }
