<!--
	body{
		margin: 0 0.5em;
		/*font: medium "Osaka", serif;  weight-400: style-nomal: variant-nomal*/
		text-align: left;
		background: #fff;  /*white*/
		color:#000;  /*black*/
		line-height: 1.4;  /*一般に，読みやすいのは1.2〜1.7*/
	}
	a:link{
		color:#000;
		text-decoration:underline;
	}
	a:visited{
		color:#000;
		text-decoration:underline;
	}
	a:hover, A:focus{
		color:#fff;
		background:#63c
	}
	a:active{
		color:#f00;
		text-decoration:underline;
	}
	h1{
		text-align:center;  /*真ん中寄せで変化を強調*/
		font-size:1.2em;
		margin: 0 0 0.2em;
	}
	h2{
		display:none;
	}
	h3{
		font-weight:bolder;
		font-size:1.0em;
		font-family:Times New Roman,serif;
		margin: 1.0em 0 0.1em;
		border-color:ff0;
		border-style:solid;
		border-width:thick 0 0 0;
	}
	H4{
		font-weight:bolder;
		font-style:italic;
		font-size:1.0em;
		color:gray;  /*gray*/
		font-family:Times New Roman,serif;
		margin: 0.2em 4.0em 0 0;
		border-color:gray;
		border-style:solid;
		border-width:0 0 thin 0;
	}
	p{
		margin: 0.5em 0;
	}
	ul,ol,dl{
		margin: 0.3em 0 0.8em;
	}
	li{
		margin: 0.1em 1.5em 0.1em;
	}
	dt{
		font-weight:bolder;
	}
	dd{
		margin:0 1.5em;
	}
	.data{
		margin: 0;
		font-size:0.9em;
		color:#000;
		border-color:#f00;
		border-style:solid;
		border-width:0 0 0 thin;
	}
	hr{
		width:80%;
		margin: 0;
	}
	strong{
		color:#f00;
		font-style:normal;
	}
	em{
		font-weight:bolder;
		font-style:normal;
	}
	cite{
		font-style:italic;
	}
	q{
		display:block;	
		margin: 0 1.5em;
		font-style:normal;
		color:#00f;
	}
	blockquote{
		margin: 0 1.5em;
		font-style:normal;
		color:#00d;
	}
	blockquote a:visited{
		color:#00d;
	}
	pre{
		margin: 0.3em 0.5em;
	}
	div.example{
		margin: 0.3em 0.3em;
		padding:0.5em;
		border-style:dotted;
		border-color:#ff0;
		border-width:3px;
	}
	div.example p{
		margin: 0.3em 0;
	}
	div.copyright{
		text-align: right;
	}

	ins{
		margin: 0.5em 0;
		text-decoration:none;
	}
	del{
		display:none;
	}

 -->