@charset "utf-8";

body {
	font-family: "Osaka","MS UI Gothic",serif;
	font-size: small;
	text-align: center;
	color: #666666;
	background-color: #ffffff;
}

div.note {
	line-height: 200%;
	letter-spacing: 0.2em;
	border: 1px solid #666666;
	width: 45%;
	text-align: justify;
	padding: 2em;
}

div.topic {
	color: #006699;
	background-color: #ffffff;
}

div.note p {
	margin-bottom:50px;
}