/*
	Academic HTML 4.0 : Step forward CSS
	Appendix C サンプル CSS ファイル : sfcssamp.css
	
	Copyright (C) 1998-2000 Studio HEXANE, Japan
	
	注意：
	Internet Explorer 3.0 では，<BODY> のスタイルは
	<BODY STYLE="..."> の形で HTML 内で指定すること。
	また，枠およびパディングはサポートされていない。

	本ファイルを変更し，使用することを認める。このとき，
	上の著作権表示を消してはならない。また，変更者と
	変更日時を付記すること。
*/

BODY { background: white; padding: 5%; }
H1 { text-align: center; font-size: xx-large; }
H2 { margin-left: -15%; background: #CFF; font-size: x-large;
  border-style: double; border-width: medium 0; border-color: #9CC; }
H3 { margin-left: -8%; font-size: large;
  border-style: solid; border-width: 0 0 thin 0; border-color: #33F; }
DIV.text { margin-left: 15%; }
P { text-indent: 2em; }
P.abst { font-size: small; }
