body {
	background: #51cbf4;
}

header, article, .page, footer {
	width: 1090px;
	margin: auto;
	background: #fff;
}

header {
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 22px;
	padding: 0 40px;
}

header img {
	vertical-align: middle;
	margin-right: 20px;
	height: 70px;
}

article {
	min-height: calc(100% - 200px);
	padding: 0 80px 40px;
}

article .title {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-indent: 2em;
}

article .title:nth-child(odd) {
	background: #f5f5f5;
}

article .title:hover {
	background: #ddf4ff;
}

article .bm {
	padding: 8px 5px;
	background: #f5f5f5;
}

article .content {
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 10px auto 30px;
}

article .content p {
	text-indent: 2em;
}

.page {
	text-align: center;
	padding-bottom: 80px;
	color: #444;
}

.page input, .page select {
	border: 0;
	background: transparent;
	color: #444;
	margin: 0 7px;
	cursor: pointer;
}

article h2 {
	margin: 0;
	padding-bottom: 30px;
	text-align: center;
}

footer {
	color: gray;
}

footer p {
	text-align: center;
	line-height: 1;
	font-size: 12px;
}

footer img {
	width: 64px;
}

footer a {
	color: gray;
}