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 60px;
	margin:0 auto;
	background:url(../img/content_bg.png);
}
h1{
	height:190px;
	text-indent:-9999px;
	background:url(../img/concept_title.png) no-repeat center bottom;
	margin:0;
	padding:110px 0 0;
}
h2{
	color:#acf400;
	letter-spacing:2px;
	margin:0 0 30px;
	font-size:16px;
	border-bottom:#acf400 dashed 1px;
	background:url(../img/ninjastar.png) no-repeat;
	padding:5px 0 7px 38px;
}
#wrapper p{
	text-align:justify;
	line-height:2;
	font-size:12px;
	margin:0 0 30px 30px;
}
strong{
	font-weight:bold;
	color:#fec6d9;
}







#footer{
	height:50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
#wrapper .mb100{
	margin-bottom:120px;
}