@charset "utf-8";

#contentRight div.eigyouhoushin {
	width:700px;
	height:360px;
	background:url(../images/2nd/company_icon_bg01.jpg) no-repeat 0 0;
}


#contentRight div.box_02 {
	background:url(../images/2nd/company_icon_bg02.jpg) no-repeat 0 0;
}

#contentRight div.box_03 {
	background:url(../images/2nd/company_icon_bg03.jpg) no-repeat 0 0;
}



div.eigyouhoushin p.Ehoushin {
	width:640px;
	height:65px;
	background:url(../images/2nd/company_icon_bg.gif) no-repeat 0 0;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	padding-left:60px;
	padding-top:15px;
	margin-bottom:20px;
}

/*-----------スタッフ紹介エリア--------------*/

#staff {
	width:700px;
}

#staff div.staff_left {
	float:left;
	width:320px;
}

#staff table {
	width:350px;
	float:right;
	border-collapse:collapse;
}

#staff table tr td.staffKoumoku {
	width:130px;
	font-weight:bold;
	color:#fff;
	background:#066;
	text-align:center;
	padding:2px 0 2px 0;
}
#staff table tr td.staffKoumoku2 {
	width:130px;
	font-weight:bold;
	color:#fff;
	background:#F63;
	text-align:center;
	padding:2px 0 2px 0;
}
#staff table tr td.staffName {
	padding:2px 0 2px 10px;
	color:#333;
	border-bottom:1px dotted #333333;
}