body {
	/*background-color: rgba(28, 144, 198, 0.9);*/
	
}
#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: 40px auto;
	width: 100px;
	height: 100px;
}
#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/parts/logo_b.png) no-repeat center;
	background-size: contain;
}

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

