@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
#wrapper {
	width: 980px;
	margin: 25px auto 0 auto;
}
header {
	position: relative;
	padding: 15px;
	background: #201713;
	text-align: center;
}
main {
	display: block;
	position: relative;
	padding: 55px;
	background: #E1C262;
}
footer {
	margin-top: 15px;
	text-align: center;
}
#btn {
	position: absolute;
	top: 145px;
	right: 55px;
}
#tochigi {
	margin-bottom: 20px;
	padding: 15px 0;
	border-bottom: 2px solid #211714;
}
a:hover {
	opacity: 0.8;
}

