<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 基本レイアウト・フォント装飾関連 */
BODY { color : #000 ; background-color : #FFF}
A:link { color : #000066}
A:visited { color : #000066}
A:active { color : #000066}
A:hover { color : #000066}
TD {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; font-size: 12px; line-height: 14px; color: #000000}
TH { font-size: 12px}


/* レイアウト */
.t10 { font-size: 10px; color: #000000; line-height: 12px}
.t10-red { font-size: 10px; color: #cc3300}
.t12b { font-size: 12px ; font-weight: bold}
.t14b { font-size: 14px ; font-weight: bold ; line-height: 16px}
.t12_14 { font-size: 12px; line-height: 14px}
.t12_16 { font-size: 12px; line-height: 16px}
.t12_18 { font-size: 12px; line-height: 18px}
.t12_20 { font-size: 12px; line-height: 20px}
.date {
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
</pre></body></html>