body{
	background:url(../img/bg_02.jpg) no-repeat top center fixed;
	background-size:cover;
	color:#fff;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
#wrapper{
	width:720px;
	padding:0 50px;
	margin:0 auto;
	background:url(../img/content_bg.png);
}
h1{
	height:110px;
	text-indent:-9999px;
	background:url(../img/concept_title.png) no-repeat center bottom;
	margin:0 0 60px;
	padding:25px 0 0;
}
.content{
	width:720px;
	margin:0 auto;
	overflow:hidden;
}
h2{
	letter-spacing:2px;
	margin:0 0 30px;
	font-size:16px;
	border:#777 dashed 1px;
	padding:6px 15px;
	0display:inline-block;
}
h2:first-letter{
	font-size:125%;
}
#wrapper p{
	text-align:justify;
	line-height:2;
	font-size:12px;
	margin:0 0 30px 30px;
}
b{
	font-weight:normal;
	color:#ffc1ce;
}
strong{
	font-weight:bold;
	color:#fff584;
}







#footer{
	height:50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
#wrapper .mb100{
	margin-bottom:120px;
}