@charset "utf-8";
.books {


}
ul .books a {
	display: block;
	width: 32ch;
	height: 4ex;
	color: #000000;
	text-decoration: none;
}
ul .books a:hover  {
	display: block;
	width: 32ch;
	height: 4ex;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a {
	width: 32ch;
	height: 4ex;
	color: #000000;
	text-decoration: none;
}
a:hover  {
	width: 32ch;
	height: 4ex;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 24px;
    font-weight: bold;
}
h2 {
	font-size: 18px;
    font-weight: bold;
}