@charset "utf-8";

/*　スタッフ紹介
------------------------------------------------------------ */

#img_staff {
	width: 880px;
	height: 150px;
	text-indent: -9999em;
	margin: 0 10px 10px 10px;
	background: url(../common/images/img_staff.jpg) no-repeat;
}

.box_01 {
    width: 644px;
	height: 253px;
}
.photo {
    width: 209px;
	height: 243px;
	float: left;
}
.msg {
    width: 410px;
	_width: 430px;
	height: 210px;
	_height: 220px;
	margin: 23px 0 0 5px;
	padding: 5px 10px;
	background: url(../common/images/bg_msg.jpg) no-repeat;
	float: right;
}
.msg li {
    line-height: 150%;
}
.msg span {
    font-weight: bold;
}
.msg .own_cmt {
    background: url(../common/images/staff_ownmsg.jpg) left top no-repeat;
	padding-top: 24px;
}
.msg .stf_cmt {
    background: url(../common/images/staff_stfmsg.jpg) left top no-repeat;
	padding-top: 24px;
}
