.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
h1{
	height:100px;
	text-indent:-9999px;
	background:url(../img/concept_title.png) no-repeat center bottom;
	margin:0;
	padding:110px 0 0;
}
#wrapper{
	width:720px;
	padding:30px 60px;
	margin:0 auto;
	background:url(../img/content_bg.png);
}
h2{
	color:#000;
	letter-spacing:2px;
	margin:0 0 30px;
	font-size:16px;
	border-bottom:#000 dashed 1px;
	padding:0 0 4px 0;
}
#wrapper p{
	text-align:justify;
	line-height:2;
	font-size:12px;
	margin:0 0 30px 30px;
}
strong{
	font-weight:bold;
	color:#dc0034;
}







#footer{
	height:50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
#wrapper .mb100{
	margin-bottom:120px;
}