#wrapper{
	padding-bottom:0;
}
h1{
	height:120px;
	margin-bottom:40px;
	text-indent:-9999px;
	background:url(../img/concept_title.png) no-repeat bottom;
}
#box{
	background:#fff;
	margin:0 auto;
	padding:60px;
}
#box h2{
	font-size:14px;
	color:#000;
	margin-bottom:30px;
	padding-bottom:12px;
	border-bottom:solid 1px #cbc5bc;
	letter-spacing:0.5em;
}
#box h2:first-letter{
	font-size:140%;
	color:#34bbc6;
}
#box p{
	text-align:justify;
	line-height:2;
	font-size:12px;
	margin:0 0 25px 30px;
}
#box p strong{
	color:#000;
	font-weight:bold;
}
.pb100{
	padding-bottom:100px;
}
.pb200{
	padding-bottom:200px;
}

#box h3{
	font-size:12px;
	color:#000;
	margin-bottom:20px;
	padding:8px 16px;
	background-color:#efefef;
	border-top:dashed 1px #cbc5bc;
	border-bottom:dashed 1px #cbc5bc;
	letter-spacing:0.5em;
}
#box p.cg{
	margin:0 0 20px 0;
}
.cgimg a{
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.cgimg a:hover{
	opacity:0.5;
	filter:alpha (opacity=50); /* IE */
}