/*『Spiral Stairs』にインクルードされるCSS ファイルです。*/
/*全体の背景色、テキストのアラインメント、他。
　H1は下線が引かれる。dateは更新日付用CLASS。*/
BODY { background-color: #FFF; text-align: center; color: #000; }
TABLE { line-height: 120%; text-align: left; color: #000; border-collapse: separate; }
TABLE.box { background-color: #CCF;  border-spacing: 2px 1px;  empty-cells: hide;
	 border-right: 2px solid #CCF;
	 border-bottom: 3px solid #CCF;
	 border-left: 2px solid #CCF; }
TR { background: #FFF; }
TR.notext { background: #CCF; }
.intro { font-size: x-small; }
CAPTION { font-size: medium; font-weight: bold; text-align: left; }
H1 { font-size: x-large; text-align: left; border-bottom: 3px solid #66F; }
H2 { font-size: large; text-align: left; }
.date { font-size: xx-small; text-align: right; }
/*リンクの設定。CLASS="note"はページフッタの注釈へのジャンプ用。*/
A { text-decoration: none; color: #00C; }
A:visited { color: #66F; }
A:hover { text-decoration: underline; }
A:active { text-decoration: underline; }
A.note { font-size: xx-small; font-weight: bold; text-decoration: none; color: #F00; }
/*以上*/
