@import "common.css";

#contents { padding-right: 25px; }
.cell,
.cellx2,
.cellx3 {
	width: 735px;
	margin-bottom: 15px;
}
.cell { background: transparent url(../images/staff/cell.gif) repeat-y 0 0; }
.cellx2 { background: transparent url(../images/staff/cell_x2.gif) repeat-y 0 0; }
.cellx3 { background: transparent url(../images/staff/cell_x3.gif) repeat-y 0 0; }
.cellx4 {
	background-color: transparent;
	background-repeat: repeat;
	background-image: url(../images/staff/cell.gif);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.inner-cell { padding-bottom: 10px; }
.cell .inner-cell { background: transparent url(../images/staff/cell_bottom.gif) no-repeat 0 100%; }
.cellx2 .inner-cell { background: transparent url(../images/staff/cell_x2_bottom.gif) no-repeat 0 100%; }
.cellx3 .inner-cell { background: transparent url(../images/staff/cell_x3_bottom.gif) no-repeat 0 100%; }
.staff {
	float: left;
	width: 200px;
	margin: 0;
}
.staff dt {
	padding: 10px 10px 0 10px;
	background: transparent url(../images/staff/cell_top.gif) no-repeat 0 0;
}
.staff dd {
	margin: 0 15px 0 0;
	padding: 5px 10px 0 10px;
}
.portrait {
	float: left;
	width: 90px;
	height: 110px;
	margin: 0;
}
.comment,
.to-customers{ line-height: 1.2; }
.to-customers {
	clear: left;
	margin: 10px 0 0;
	padding-top: 15px;
	background: transparent url(../images/staff/to_customers.gif) no-repeat 0 0;
	font-size: 1.2em;
}
.age { font-size: smaller; }

.pagetop { margin-right: 15px; }
