@import url("share.css");

/************** メインコンテンツ ***************/

#staffBox {
}

#staffBox h5{
	width:520px;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-left:30px;
	line-height:1.4;
	color:#F00;
	background:transparent;
	text-align:left;
	text-decoration:underline;
}

.staffBoxin{
	border:1px solid #F60;
	padding:5px;
	width:500px;
	height:auto;
	margin:5px 0 10px 15px;
	clear:both;
}

.staffBoxin img{
	margin:0 10px 0 0;
	float:left;
}

.staffTable{

}

.staffTable tr th{
	width:70px;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px dotted #999;
	padding-top:3px;
	color:#F00;
	background:transparent;
}

.staffTable tr td{
	font-size:12px;
	font-weight:normal;
	padding-top:3px;
	border-bottom:1px dotted #999;
	color:#666;
	background:transparent;
}

