@charset "utf-8";


/* スタッフ紹介 ------------------------------*/

div.staff_history {
	float: right;
	margin-right: 4px;
	margin-left: 4px;
	line-height: 1.2;
	margin-bottom: 10px;
	width: 138px;
}
div.staff_history h5 {
	font-size: 120%;
}

table.staff_tb_00 td {
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}
table.staff_tb_00 td.l_con {
	background-image: url(../../image/common/tb_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 4px;
	padding-left: 8px;
	width: 292px;
}
table.staff_tb_00 td.r_con {
	background-image: url(../../image/common/tb_line.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 8px;
	padding-left: 4px;
	border-left: 1px solid #646464;
	width: 290px;
}
ul.history {
	border-top: 1px solid #c8c8c8;
}
ul.history li {
	font-size: 80%;
	display: block;
	border-bottom: 1px solid #c8c8c8;
	line-height: 1;
	padding-bottom: 1px;
	padding-top: 2px;
}
