body{
	background:url(../img/index_bg.gif);
}
#bg_area{
	width:100%;
	height:90px;
	background:url(../img/content_header.jpg) repeat-x center;
}
h1{
	height:140px;
	background:url(../img/concept_title.gif) no-repeat center;
	text-indent:-9999px;
}
#head_element{
	position:absolute;
	top:105px;
	left:0;
	width:100%;
	height:34px;
	background:url(../img/content_tape.png) no-repeat center;
}
#wrapper{
	width:840px;
	margin:30px auto 0;
	padding:0 0 10px;
	background:#fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
h2{
	font-size:18px;
	letter-spacing:1px;
	border-bottom:solid 2px #f60;
	margin-bottom:25px;
	padding:4px 0 0 50px;
	color:#f60;
	background:url(../img/content_h.gif) no-repeat left bottom;
	height:30px;
}
p{
	line-height:2;
	text-align:justify;
}
.content{
	width:680px;
	margin:0 auto 90px;
	overflow:hidden;
}
.content p{
	padding:0 0 30px;
}
#content p strong{
	color:#c3eafd;
	font-weight:bold;
}
.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
#footer{
	height:50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
.mb40{
	margin-bottom:40px;
}
.mb60{
	margin-bottom:60px;
}