@charset "UTF-8";

/* --------- 共通 --------- */

.staff_innerbox {
	margin-top: 20px;
	clear: both;
	overflow: auto;
	text-align: left;
}
.staff_box_l {
	width: 380px;
	float: left;
	margin-bottom: 20px;
}
.staff_box_r {
	width: 380px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.staff_photo {
	margin-bottom: 5px;
	float: left;
}
.profile {
	width: 70%;
	float: right;
	margin-left: 10px;
}
.comment {
	padding: 10px;
	background: url(../image/staff/comment_bg.jpg) no-repeat;
	clear: both;
	margin-top: 10px;
}
ul.album {
	padding: 10px;
	border: #9933CC 2px solid;
}
ul.album li {
	line-height: 1.5em;
	padding-left: 20px;
	margin-left: 5px;
	background: url(../image/staff/icon.gif) no-repeat left top;
}
.hr {
	clear: left;
}