h1 {
	font-size: medium;
	text-align: center;
	color: #333333;
	line-height: 150%;
}
.maintitle {
	font-size: xx-large;
	color: #0B419B;
}
body {
	background-color: #ffd2dd;
}
h2 {
	font-size: small;
	color: #333333;
	margin: 2px 0px;
}
#menu {
	margin: 0px 20px;
	width: 380px;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
	border: solid 1px;
	border-color: #999999 #666666 #666666 #999999;
}
#contents {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
.bookimg {
	float: left;
	margin: 0px;
}
#nav {
	clear: both;
	text-align: center;
	margin-top: 20px;
	font-size: small;
	font-weight: bold;
}
.back {
	float: left;
}
.next {
	float: right;
}
ul {
	font-size: small;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
}
a {
	color: #6666CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.gotop {
	font-size: small;
	text-align: center;
	clear: left;
	padding-top: 5px;
	font-weight: bold;
	width: 150px;
}
.gotop a {
	color: #333333;
}
li ul li {
	color: #CC0033;
}
li a {
	color: #333333;
}
li a:hover {
	text-decoration: none;
}
.description {
	font-size: small;
	text-align: center;
}
.mt3 {
	text-align: left;
	font-weight: normal;
	line-height: 150%;
}
