BODY { 
	background-color: #ffffff; 
	color: #5a2d27; 
	font-family:' MS UI Gothic", "ＭＳ Ｐゴシック", Osaka '; 
	font-size: 14pt !important;
	text-align:center;
	padding:2px;
	margin:6px;
	line-height: 15pt;
}
H1 {
	color: #5a2d27;
	padding: 9 9 9 9;
	font-family:' MS UI Gothic", "ＭＳ Ｐゴシック", Osaka';
	font-weight: bold;
}
H2 {
	color: #5a2d27;
	padding: 2 0 2 8;
	font-family:' MS UI Gothic", "ＭＳ Ｐゴシック", Osaka';
	font-weight: bold;
}
H3 {
	color: #5a2d27;
	background-color: #FCF0CF;
	padding: 9 9 9 10;
	font-family:' MS UI Gothic", "ＭＳ Ｐゴシック", Osaka';
	font-size: 13pt !important;
	width: 50%;
	border: 1px solid #990000;
	font-weight: bold;
}
H4 {
	color: #5a2d27;
	background-color: #ffffff;
	padding: 5 5 5 5;
	font-family:' MS UI Gothic", "ＭＳ Ｐゴシック", Osaka ';
	font-size: 12pt !important;
	width: 30%;
	border: 1px solid #990000;
	font-weight: bold;
}
A:link {color: #5a2d27;}
A:visited {color: #5a2d27;}
A:active  { color: #cc6699;}
A:hover   { color: #cc0000;}
p.s1 {
	border-style:hidden;
	width: 700px;
	font-family:' MS UI Gothic", "ＭＳ Ｐゴシック", Osaka ';
	font-size:13pt !important;
	color:5a2d27;
	line-height: 1.5;
}
p.s2 {
	border-style:dotted;
	border-color:ff0000;
	font-family:' MS UI Gothic", "ＭＳ Ｐゴシック", Osaka ';
	font-size:12pt !important;
	color:5a2d27;
	line-height: 1.3; 
	border-width:1px;
	padding:20px 20px 20px 20px;
}
SPAN.1 {font-weight : normal;
  line-height : normal;
  word-spacing : normal;
  letter-spacing : normal;
  text-indent : 1px;
}
span.1b {font-size: x-small; }
span.2 {font-size: 12em; }
span.2a {font-size: 4ex; }
span.3 {font-size: 8ex; }
span.4 {font-size: 80%; }
span.5 {font-size: 100%; }
span.6 {font-size: 120%; }
span.7 {font-size: xx-small; }
span.8 {font-size: x-small; }
span.9 {font-size: small; }
span.10 {font-size: medium; }
span.11 {font-size: large; }
span.12 {font-size: x-large; }
span.13 {font-size: xx-large; }

hr {
page-break-after: always;
}


/* 	font-weight: bold; Comic Sans MS MS UI Gothic 
 Arial,'ＭＳ　ゴシック',sans-serif   Arial,'ＭＳ　ゴシック',sans-serif 
ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
normal 
http://www.openspc2.org/reibun/css/
BODY { 
	background-color: #fffafa; 
	color: #5a2d27; 
	font-family: 'MS Gothic'; 
	font-size: 14pt !important;
}
H1 {
	color: #000000;
	background-color: #FCF0CF;
	padding: 9 9 9 9;
	font-family: "MS UI Gothic";
	width: 60%;
	border: 1px solid #990000;
	font-weight: MS UI Gothic;
}



http://www.htmq.com/style/font-size.shtml
<span class="1"></span> 文字の大きさ12px
8ex  3em

auto 
特にその位置での改ページを指定しません。 
always 
その位置で強制的に改ページさせます。 
avoid 
その位置での改ページを禁止します。 
left,right 
その位置で強制的に改ページさせます。
現在のところalwaysと同じ結果となりますが、
印刷して左右見開きのページにさせたい場合に使用するようです。 
p.sample1 {page-break-before: always; }
p.sample2 {page-break-before: always; page-break-after: always; }


<p class="s1"></p>



p.s2 {
	border-style:dotted;
	border-color:ff0000;
	font-family:'MS Gothic';
	font-size:12pt !important;
	color:5a2d27;
	line-height: 1.3; 
	border-width:1px;
	padding:20px 20px 20px 20px;
}
none
	font-family: "MS UI Gothic"; 
	font-size: 13pt !important; 
	line-height: 1.5; 

<p class="s1"></p>

*/
