.staff_contents{
	width:570px;
	min-height:240px;
	margin:0 auto 10px;
	padding:10px;
	background:url(../img/about/staff_bg.png) no-repeat center top;
	overflow:hidden;
}

	.staff_contents figure{
		width:153px;
		float:left;
	}
	
	.staff_contents div.staff{
		width:412px;
		float:right;
	}
	
	.staff_contents div.staff strong{
		display:inline-block;
		margin-right:5px;
		padding:3px 6px;
		line-height:1.2;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		background-color:#8bd260;
		color:#ffffff;
		font-weight:bold;
		font-size:12px; font-size:1.2rem;
		vertical-align:middle;
	}
	
		.staff_contents div.staff h3{
			margin:0;
			padding:8px 0;
			border-bottom:2px dotted #b6da90;
			line-height:1.2;
			color:#666666;
			font-size:20px; font-size:2.0rem;
		}
		.staff_contents div.staff h3 span{
			margin-left:10px;
			font-size:14px; font-size:1.4rem;
		}
		
		.staff_contents div.staff p.profile{
			margin:0;
			padding:8px 0;
			line-height:1.2;
			color:#666666;
			border-bottom:2px dotted #b6da90;
			font-size:12px; font-size:1.2rem;
		}
		
		.staff_contents div.staff div.hobby{
			margin:0;
			padding:8px 0;
			color:#666666;
			border-bottom:2px dotted #b6da90;
			overflow:hidden;
		}
		.staff_contents div.staff div.hobby p{
			display:inline-block;
			margin:0;
			padding:0;
			line-height:1.2;
			font-size:12px; font-size:1.2rem;
		}
		
		.staff_contents div.staff p.career{
			margin:0;
			padding:8px 0;
			line-height:1.4;
			color:#666666;
			font-size:12px; font-size:1.2rem;
		}

table.staff_table{
	width:100%;
	border-top:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table.staff_table th{
	padding:13px;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	color:#000000;
	background-color:#edf6e2;
	text-align:left;
	vertical-align:middle;
	font-size:14px; font-size:1.4rem;
	font-weight:bold;
}
table.staff_table th.th2{
	padding:10px 13px;
	text-align:center;
	background-color:#ffeddd;
}

table.staff_table td{
	padding:15px;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	text-align:left;
	vertical-align:top;
	font-size:14px; font-size:1.4rem;
}

table.staff_table tr.border2 th,
table.staff_table tr.border2 td{
	border-bottom:2px solid #c3c3c3;
}
/**/
table#staff1_table{
	margin-bottom:15px;
}
table#staff1_table th{
	width:180px;
}
/**/
table#staff2_table{
	margin:0 0 25px;
}
table#staff3_table{
	margin:0 0 10px;
}

table#staff2_table td,
table#staff3_table td{
	text-align:center;
}