( style1.css )
.text1 {
	FONT-SIZE: 10px; LINE-HEIGHT: 12px
}
.dot {
	border-bottom : dotted fuchsia;border-bottom-width : thin;
}
.cha {
	PADDING-LEFT: 10px; FONT-WEIGHT: bold; font-size : 12pt; color : maroon; border-bottom-style : double;border-bottom-color : navy;border-bottom-width : medium;
}
.dotmizu {
	border-bottom : dotted;border-bottom-color : silver;border-bottom-width : 1px;
}
.line{
  border-bottom-style : double;
  border-bottom-color : green;
}
.text1{
  font-size : 10pt;
  line-height : 12pt;
}
.midashi1{
  font-size : 12pt;
  color : #ffffff;
  background-color : green;
  font-weight : bold;
}
.text2{
  font-size : 11pt;
  line-height : 14pt;
  
}
.midashi2{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
}
