@charset "UTF-8";
#Contents {
	width: 651px;
	background-image:  url("../img/technique/title_contents.jpg");
	background-repeat: no-repeat;
	padding-top: 140px;
}
#ContentsBox {
	width: 612px;
}
.personBox {
	margin-bottom: 15px;
	padding-bottom: 4px;
	background-image: url(../img/technique/bg_person.jpg);
	background-repeat: no-repeat;
	height: 160px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.personBox img.personIMG {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.personIMG {
	float: left;
	width: 113px;
	padding-left: 10px;
	padding-top: 5px;
}
.personBody {
	float: right;
}
.personTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 14px;
}
.personExplain {
	height: 120px;
	overflow: auto;
	width: 435px;
}
.personRicence {
	color: #003366;
	text-align: right;
}
