h1{
	width:690px;
	height:40px;
	margin:0 auto 15px auto;
	color:#630;
	background-color:#fff;
	background-image:url(../img/concept_top.png);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
	border-radius:10px;
	padding:15px;
}
html>/**/body h1{
	background-color:rgba(255,255,255,0.9); /* IE6&7以外 */
}
#wrapper{
	width:680px;
	margin:0 auto 30px auto;
	color:#630;
	background-color:#fff;
	border-radius:10px;
	padding:15px 20px;
}
html>/**/body #wrapper{
	background-color:rgba(255,255,255,0.9); /* IE6&7以外 */
}
h2{
	font-size:14px;
	letter-spacing:1px;
	border-bottom:dashed 1px #630;
	margin-bottom:15px;
}
h3{
	font-size:14px;
	letter-spacing:1px;
	margin-bottom:5px;
}
p{
	padding:0 0 20px 0;
	text-align:justify;
	line-height:2;
}
.bold{
	font-weight:bold;
}
.photo{
	padding-bottom:10px;
	text-align:center;
}
.right{
	width:460px;
}


/* SCALE */
.pb20{
	padding-bottom:20px;
}
.pb60{
	padding-bottom:60px;
}