dl.photo {
display: -moz-inline-box; /* Firefox 2以下用（独自拡張） */
display: inline-block;
/display: inline; /* IE 7以下用（CSSハック使用） */
/zoom: 1; /* IE 7以下用（CSSハック使用 + 独自拡張） */
margin:0 15px 15px 15px; 
background: #ffffff url(../about/img//staff/photo_right_bottom.gif) no-repeat right bottom; /* 白フチの背景（右下） */
text-align: center;

}

/* --- 写真エリア --- */
dl.photo dt {
padding: 11px 15px 0 10px; /* 写真エリアのパディング（上右下左） */
background: url(../about/img//staff/photo_right_top.gif) no-repeat right top; /* 白フチの背景（右上） */
border-left: 1px #c0c0c0 solid; /* 写真エリアの左境界線 */
}

/* --- コメントエリア --- */
dl.photo dd {
margin: 0; /* コメントエリアのマージン */
padding: 10px 15px 15px 11px; /* コメントエリアのパディング（上右下左） */
background: url(../about/img/staff/photo_left_bottom.gif) no-repeat left bottom; /* 白フチの背景（左下） */
font-size: 90%;
line-height: 140%;
}



.staff{
border:dotted 1px #06B9C8;
margin-bottom:10px;
padding:5px;
}

.staff h2{
font-size:120%;
font-weight:bold;
display:block;
}


.staff img{
padding-right:10px;

}

.staff p{
margin-top:10px;
}

