	body{
		font: medium "osaka", serif;  /*weight-400: style-nomal: variant-nomal*/
		text-align: left;
		background: #ccc;  /*grey*/
		color:#000;  /*black*/
		line-height: 1.4;  /*一般に，読みやすいのは1.2〜1.7*/
	}
	a:link{color:#080}
	a:visited{color:#080}
	a:hover, a:focus{
		color:#a00;
		background:#3c1
	}
	a:active{color:#040;}
	h1{
		text-align:center;  /*真ん中寄せで変化を強調*/
		font-size:200%;
		color:#000
	}
	h2{
		font-weight:bolder;
		font-size:120%;
		font-family: 'ｍｓ　ゴシック', monospace;
		background:#3c1;
		margin: 0.0em 2.0em 0.5em;
	}
	dt{
		font-weight:bolder;
		font-size:110%;
		font-family: 'ｍｓ　ゴシック', monospace;
		margin: 0.5em 3.0em 0.0em;
	}
	dd{
		font-size:100%;
		font-family: 'ｍｓ　ゴシック', monospace;
		margin: 0.0em 4.0em 0.0em;
	}
	p{
		font-size:100%;
		font-family: 'ｍｓ　ゴシック', monospace;
		margin: 0.3em 4.0em;
	}

	hr{
		align:center;
		width:100%;
		margin: 0.0em 0.0em 0.0em;
	}