@charset "Shift_JIS";

div.main {
	background-color:white;
	color:black;
}
div.links {
	margin:1em auto;
	text-align:center;
}
h1 {
	text-align:center;
	font-weight:normal;
	font-size:3em;
	color:blue;
	margin-bottom:1em;
}
p {
	font-size:1.2em;
	margin-left:2em;
	margin-right:2em;
    line-height:150%;
}
em {
	color:red;
	font-style:normal;
	font-weight:normal;
}
strong {
	color:red;
	font-size:2em;
	font-weight:bold;
}
img#cut1 {
    margin:10px;
}

