body {
	background-color: #7399b3;
}
#Header {
	position: relative;
	margin: 0;
	height: auto;
	background-position: 0 58px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 500;
}
#Header .head_area {
	position: relative;
	margin: 70px auto 10px;
	width: 230px;
	height: 40px;
}
#Header .head_area a.logo {
	display: inline-block;
	margin: 0;
	width: inherit;
	height: inherit;
}
#Header .head_area a.logo div {
	width: inherit;
	height: inherit;
	background: url(../../../../file/common/logo_460x80.png) no-repeat center;
	background-size: contain;
}

#Contents {
	position: relative;
	margin: 0 auto;
	padding: 0 5px 20px;
	max-width: 600px;
	overflow: hidden;
}

