#contents-area .staff-box {
	margin: 0 auto 25px;
	padding: 15px 0 0;
	width: 465px;
	border: 1px solid gray;
}

#contents-area .staff-box p.staff-photo {
	margin: 0;
	padding: 0;
	display: block;
	width: 160px;
	float: right;
	text-align: left;
}

#contents-area .staff-box p.staff-photo img {
}

#contents-area .staff-box dl {
	margin: 0;
	padding: 0;
}

#contents-area .staff-box dl dt {
	font-size: 87.5%;
	line-height: 130%;
	color: navy;
	font-weight: bold;
}

#contents-area .staff-box dl dd {
	font-size: 87.5%;
	line-height: 130%;
}

#contents-area .staff-box .prof {
	width: 300px;
	margin: 0;
	padding: 0;
}

#contents-area .staff-box .prof dt {
	margin-right: 1em;
	float: left;
	clear: left;
	text-align: center;
	margin-bottom: 0.5em;
	margin-left: 10px;
	display: block;
	width: 6em;
}

#contents-area .staff-box .prof dd {
	float: left;
	margin-bottom: 0.5em;
	display: block;
	width: 12em;
}

#contents-area .staff-box .comment {
	width: 100%;
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px dotted silver;
	clear: both;
}

#contents-area .staff-box .comment dt {
	margin-bottom: 0.5em;
	margin-left: 10px;
	margin-right: 10px;
}

#contents-area .staff-box .comment dd {
	margin-bottom: 1em;
	margin-left: 20px;
	margin-right: 10px;
}