.staff{
	float: left;
	width: 229px;
	height: 388px;
	margin: 40px;
	text-align: center;
	padding: 20px;
	background: url('../images/staff/staff_frame.png') no-repeat top center;
}

.staff_img{
	width: 207px;
	height: 207px;
	border-radius: 104px;
	overflow: hidden;
	margin: 0 auto;
}

.staff_img img{
	width: 207px;
	height: 207px;
}

.staff_name{
	color: #58caed;
	font-weight: bold;
	font-size: 108%;
	margin: 5px;
}

.staff_kana{
	color: #58caed;
	font-size: 85%;
}

.staff_yakushoku{
	height: 20px;
		color: #58caed;
	font-size: 85%;
	margin: 0 0 2em 0;
}

.msg{
	text-align: left;
}

.staff2{
	clear: both;
	padding: 40px 20px 20px 20px;
	width: 590px;
	height: 210px;
	margin: 0 0 0 30px;
	background: url('../images/staff/staff_frame_h.png') no-repeat;
}

.staff2 .staff_img{
	float: left;
	width: 180px;
	height: 180px;
	margin: 0 20px 0 0;
}

.staff2 .staff_img img{
	width: 180px;
	height: auto;
}