body {
	background-color: #D8DFF4;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	line-break: strict;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 3em;
	scrollbar-base-color: #D8DFF4;
	scrollbar-arrow-color: #323B7E;
}

h1 {
	color: #000000;
	font-size: 38px;
	margin-top: 60px;
	margin-bottom: 30px;
	line-break: strict;
}

h2 {
	color: #000000;
	font-size: 22px;
	line-break: strict;
}

h3 {
	color: #000000;
	font-size: 20px;
	line-break: strict;
	margin-left: 1.5em;
}

p {
	line-height: 140%;
	letter-spacing: 0.2em;
	line-break: strict;
	margin-left: 25px;
	margin-right: 25px;
}

.back {
	font-size: large;
	text-align: center;
	font-weight: bold;
}

.Hakkou {
	text-align: right;
	font-size: x-small;
	margin-top: 3em;
	margin-right: 0;
}

span {
	line-height: 140%;
	letter-spacing: 0.2em;
	line-break: strict;
}

ul {
	line-height: 150%;
	letter-spacing: 0.1em;
	line-break: strict;
	margin-right: 25px;
}
ol {
	line-height: 150%;
	letter-spacing: 0.1em;
	line-break: strict;
	margin-right: 25px;
}

a:link { color: #000066 }
a:visited { color: #000066 }
a:hover { color: #FF5615 }