@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "base.css";
@import "common.css";
@import "cont_common.css";

/* 
------------------------------------------------------------------------------------*/
#staff_detail {
	margin-bottom:60px;
}

#staff_detail  {
	overflow:hidden;
	zoom:1;
}

#staff_detail .left {
	float:left;
	width:300px;
}

#staff_detail .left ul {
	border:10px solid #F1EAD8;
	width:280px;
}

#staff_detail .right {
	float:right;
	width:600px;
}

#staff_detail .right table {
	width:100%;
	margin-bottom:30px;
}

#staff_detail .right table th {
	width:140px;
	background: url(../image/bg_th.jpg) repeat;
	text-align:left;
	font-weight:normal;
}

#staff_detail .right table th,#staff_detail .right table td {
	font-size:1.2em;
	padding:10px;
	border:1px solid #fff;
}

#staff_detail .right p {
	font-size:1.2em;
	line-height:1.8;
}













#staff_detail_02 {
	margin-bottom:60px;
}


#staff_detail_02 table {
	width:100%;
	border-collapse: collapse;
}

#staff_detail_02 table th {
	width:240px;
	text-align:left;
}

#staff_detail_02 table td {
	border-bottom:1px dotted #D1CEC2;
}

#staff_detail_02 table td.right {
	text-align:right;
}

#staff_detail_02 table th,#staff_detail_02 table td {
	padding:10px 10px 5px;
	font-size:1.2em;
	line-height:1.8;
}





iframe {
	margin-bottom:60px;
}












