.title_blue {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #0000CC;
}
.text_small {
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	line-height:15pt;
}
.text {
	font-size: 16px;
	font-style: normal;
}
th {
	font-size: 20px;
	font-weight: bold;
	color: #0033CC;
}
p{
    font-size: 13px;
	line-height:12pt;
    line-break: strict 
} /* 厳密な禁則処理を適用する */

div{ line-break: strict
 } /* 厳密な禁則処理を適用する */ 


