@charset "utf-8";

html, body {
	background: #fff8ea;
	font-family: 'Noto Sans JP', sans-serif;
}

body * {
	color: #6b2700;
	font-weight: 400;
}

header {
	width: 100%;
	background: #fff8ea;
	height: 60px;
	position: fixed;
	top: 0;
	border-bottom: #6b2700 solid 1px;
}
header div.logo {
	position: absolute;
	top: 16px;
	left: 15px;
	display: inline-block;
}
header div.logo img {
	width: 50%;
}
header ul.menuList {
	position: absolute;
	right: 15px;
	top: 20px;
}
header ul.menuList::after {
	content: "";
	display: block;
	clear: both;
}
header ul.menuList li {
	float: left;
	margin-left: 1em;
}
header ul.menuList li.menuStart {
	margin-left: 3em;
}

div#Contents {
	padding: 80px 0 100px;
}



footer {
	background: #ffffff;
}

footer div.copyright {
	background: #6b2700;
	text-align: center;
	padding: 5px 0;
}
footer div.copyright small {
	font-size: 70%;
	color: #fff8ea;
}
