body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:100px;
	background:url(../img/concept_title.png) no-repeat center top;
	text-indent:-9999px;
	margin:10px 0 45px;
}
#head_element{
	position:absolute;
	top:93px;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:100px;
	background:url(../img/content_head.png) no-repeat;
}
#content{
	width:700px;
	margin:50px auto 0;
	padding:10px 30px;
	background:#4b2816;
	border:solid 3px #fff;
	color:#fff;
}
h2{
	font-size:14px;
	letter-spacing:1px;
	border-bottom:solid 1px #e8de9d;
	margin-bottom:25px;
	color:#e8de9d;
	clear:both;
}
#content p{
	padding:0 0 30px 5px;
	line-height:2;
	text-align:justify;
}
#content p strong{
	color:#c3eafd;
	font-weight:bold;
}
.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}
#footer{
	height:50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
.mb40{
	margin-bottom:40px;
}
.mb60{
	margin-bottom:60px;
}