@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
}
html {
	font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro";
}
h1 {
	margin: 0;
	padding: 55px 0 0 0;
	text-align: center;
	font-size: 13px;
}
h2 {
	padding: 10px 0;
	text-align: left;
}
img {
	border-style: none;
}
header {
	width: 360px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/header.png") no-repeat;
	background-size: 360px auto;
}
footer {
	width: 360px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
footer img {
	width: 360px;
}
div#wrap {
	width: 360px;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	overflow:hidden;
}
div#white {
	margin: 0;
	padding: 0;
}
div#contents {
	margin: 0 auto;
	width: 360px;
}
li {
	text-align: left;
	margin: 10px 0;
}
ul.chapter {
	float: left;
	list-style: none;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	width: 100%;
}
ul.chapter li {
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 120px;
	height: 130px;
}
ul.chapter li img {
	max-width: 100px;
	max-height: 100px;
}
a {
	color: #000;
	text-decoration: underline;
	font-size: 16px;
}
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;
}
