@charset "utf-8";

html,
body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro";
}
h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: center;
	font-size: 25px;
}
h2 {
	padding: 10px 0;
	text-align: left;
}
img {
	border-style: none;
}
header {
	width: 768px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/header.png") no-repeat;
	background-size: 768px auto;
}
footer {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
footer img {
	width: 768px;
}
div#wrap {
	width: 768px;
	min-height: 60%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
div#white {
	margin: 0;
	padding: 0;
}
div#contents {
	margin: 0 auto;
	width: 768px;
}
li {
	text-align: left;
	margin: 10px 0;
}
ul.chapter {
	float: left;
	list-style: none;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	width: 100%;
}
ul.chapter li {
	float: left;
	text-align: center;
	margin: 10px 0;
	width: 192px;
	height: 220px;
}
ul.chapter li img {
	max-width: 150px;
	max-height: 150px;
}
a {
	color: #000;
	text-decoration: underline;
	font-size: 20px;
}
a:active {
	color: #00f;
}
a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
footer a {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
