.css0 { FONT-SIZE: 12pt; line-height: 16pt}
.css-05 { FONT-SIZE: 10.5pt; line-height: 18pt}
.css-1 { FONT-SIZE: 10.5pt; line-height: 14pt}
.css-2 { FONT-SIZE: 9pt; line-height: 12pt }
.css-3 { FONT-SIZE: 8pt; line-height: 10pt }
.css0n { FONT-SIZE: 12pt}
.css-1n { FONT-SIZE: 10.5pt}
.css-2n { FONT-SIZE: 9pt }
.css-3n { FONT-SIZE: 8pt }

/* リンクの設定 */
a:link { text-decoration:none; }		/* 未クリックのリンク設定 */
a:visited { text-decoration:none;  }		/* クリック済みのリンク設定 */
a:active { text-decoration:none;  }			/* クリックされた瞬間のリンク設定 */
a:hover { text-decoration:underline;  }				/* マウスが乗っている状態のリンク設定 */

h2 {
	font-size: 14pt;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	padding:3px 3px 5px 10px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
