@charset "utf-8";

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



#main {
    background: url(../common/images/staff_mainbg.jpg) right top no-repeat;
}

#box_photo {
    width: 350px;
	height: 460px;
	position: absolute;
	left: 90px;
	top: 120px;
}

#box_sphoto {
    width: 435px;
	_width: 455px;
	height: 440px;
	_height: 460px;
	padding: 10px;
	overflow: auto;
	scrollbar-base-color: #222222;
	position: absolute;
	left: 455px;
	top: 120px;
}

.dl_01 {
    width: 205px;
	height: 80px;
}

.dl_02 {
    width: 105px;
	height: 100px;
}

.dl_03 {
    width: 415px;
	height: 80px;
}

.dl_04 {
    width: 310px;
	height: 80px;
}

.dl_01 dt {
    width: 100px;
	_width: 105px;
	float: left;
	clear: both;
}

.dl_02 dt {
    width: 105px;
	float: left;
}

.dl_03 dt {
    width: 105px;
	float: left;
}

.dl_04 dt {
    width: 105px;
	float: left;
}

.dl_01 dd,
.dl_02 dd,
.dl_03 dd,
.dl_04 dd {
    width: 100px;
	float: right;
	_clear: both;
}

.p_01 {
    padding-bottom: 10px;
}

