body {
	color: rgb(27,48,127);
	background: rgb(255,255,128);
	font-size: 12px;
}

body.FOO {
	background: rgb(254,255,222);
	color: rgb(65,5,4);
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1.5em;
	width: 45em;
}

h1 {
	text-align: center;
	font-size: 200%;	/* body $B$N$,(B 12px$B$J$N$G$=$N(B2$BG\$N(B24px */
	font-family: "Osaka", sans-serif; 
	font-weight: bold; 
	font-variant: normal;
	font-style: normal;
}
h1.SUB {
	text-align: center;
	font-size: 150%;
}
p {
	text-indent: 1em;
	text-align: justify;
	line-height: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
p.CONT {
	text-indent: 0em;
}
img {
	border-style:none;
}

img.RIGHTFLOAT {
	float: right;
	margin-left: 0.8em;
	margin-bottom: 0.8em;
	margin-top: 0.5em;

}
img.LEFTFLOAT {
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	margin-top: 0.5em;

}
hr {
	border-style: solid;
	border-top-width: 0;
	border-left-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;

	border-bottom-color: rgb(234,234,206);
	border-left-color: rgb(177,177,49);
	color: rgb(177,177,49);
	background: rgb(255,255,128);
	height: 1px;
	padding: 0;
}
hr.SPC {
	margin-top: 1.0em;
	margin-bottom: 1.1em;
}
hr.NOSPC {
	margin-top: 0em;
	margin-bottom: 0em;
}
div.CENTER {
	text-align: center;
}
div.FIGURE {
	text-align: center;
	margin-bottom: 0.9em;
}
