/*「一般」指定*/
/* atomic.css */
@import url(size.css);
@import url(whitebase.css);
@import url(ie-back.css);
@import url(class.css);
@import url(inline.css);

/*見出し全般への指定*/
H1, H2, H3, H4{
	font-weight: 800;
	font-family: "Osaka", sans-serif;
	line-height: 1.1;
}/*以上のスタイルシートは，この章を通じてベースとして利用します。*/

HR{display: none;}
HR.inner{
	display: block;
	border-bottom: dotted 0.6em #977;
	color:#977;
	height: 0.6em;
	width: 10%;
	text-align:center;
	margin:0.5em auto;
	background: url(back.gif) center center no-repeat;
}
DIV.FOOT HR{display: block;}


table{
	font-size:smaller;
	background:#fdd;
}
th{
	background:#eaa;
}

LI{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
BODY{
	max-width:53em;
	border-right:0.1pt #eee solid;
	border-left:0.1pt #eee solid;
	padding:3pt;
}
