@charset "UTF-8";

.staff .photo_area {
	float:left;
	width:150px;
	margin:0 15px 15px 10px;
	text-align:center;
}
.staff .photo_area .photo {
	margin-bottom:10px;
}
.staff .photo_area .name {
	font-size:18px;
	margin-bottom:5px;
}
.staff .photo_area .name_hira {
	font-size:10px;
}
.staff .profile_list {
	width:500px;
	float:right;
	text-align:left;
	margin:0 10px 0 0;
}
.staff .profile_list table th {
	font-size:13px;
	text-align:left;
	width:100px;
	padding:8px 10px;
	background:#e6e6e6;
	border-bottom:solid 5px #FFFFFF;
	border-right:solid 10px #FFFFFF;
}
.staff .profile_list table td {
	font-size:13px;
	line-height:20px;
	border-bottom:dotted 1px #999999;
	padding:8px;
	width:350px;
}

.staff .others table {
	width:100%;
	margin-bottom:15px;
}
.staff .others table th {
	text-align:left;
	border-bottom:dotted 1px #999999;
	padding:8px;
	font-size:13px;
	width:90px;
}
.staff .others table td {
	text-align:left;
	border-bottom:dotted 1px #999999;
	padding:8px;
	font-size:13px;
}
.staff .menu ul.side li.menu_staff a {
	background:url(../images/common/side_arrow1.gif) right center no-repeat;
}

