h1 {
	text-align:center;
	background:#0000cc;
	padding:0.5em;
	color:#ffffff;
	}
h2 {
	text-align:center;
	background:#9999ff;
	color:#000000;
	padding:0.5em;
	font-size:1.3em;
	}
h3 {
	text-align:center;
	background:#ccccff;
	color:#000000;
	padding:0.5em;
	font-size:1.1em;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	}
p {
	line-height:160%;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	}
b {
	color:#ff00ff;
	}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W4", "Osaka", "‚l‚r ƒSƒVƒbƒN",sans-serif;
}