/* レイアウトの設定*/

.stftbl {
	width:1020px;
	overflow-x:hidden;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}

.staff {
	float:left;
	width:320px;
	margin-right:20px;
	text-align:center;
}
.staff .name {
	font-weight:bold;
	font-size:18px;
	color:#63003b;
}
.staff .name img {
	clear:both;
	float:none;
}

.frame {
	background-image:url(../images/staff_bj.png);
	background-repeat: no-repeat;
    float: left;
    width:320px;
    height:482px;
}
.frame img {
	clear:both;
	float:none;
    margin:34px 0 0 0;
}
