/*-------------------基本設定-------------------*/
body {
    font-size: 8pt;
    line-height: 10pt;
}
table {
    font-size: 8pt;
    line-height: 10pt;
}
/*-------------------文字設定-------------------*/
.fontsize8_linehi10 {
    font-size: 6pt;
    line-height: 8pt;
}
.fontsize8_linehi12 {
    font-size: 6pt;
    line-height: 10pt;
}
.fontsize10_linehi12 {
    font-size: 8pt;
    line-height: 10pt;
}
.fontsize12_linehi16 {
    font-size: 10pt;
    line-height: 12pt;
}
h1 {                                    /*h1タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	line-height: 10pt;
	color: #6E9DCB;
	margin-bottom: 0px;
}
h2 {                                    /*h2タグの見た目の設定*/
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 12pt;
    line-height: 14pt;
    margin-bottom: 0px;
}
h3 {                                    /*h2タグの見た目の設定*/
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 12pt;
    line-height: 14pt;
    margin-bottom: 0px;
}