@charset "utf-8";
body {
	background-image: url(../images/bookbackground.jpg);
	background-repeat: repeat;
}
.text_normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	color: #390C00;
	text-align: justify;
}
.text_normal_center {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	color: #390C00;
	text-align: center;
}
.level1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #390C00;
	font-weight: bold;
}
.text_normal_ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #390C00;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #515331;
	text-align: center;
}
a.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #515331;
	text-decoration: none;
}

