/*--------------------------------
company領域設定
--------------------------------*/
#companyArea{
	font-size: 12px;
}
.companyTable{
	padding:0px;
	font-size: 12px;
	line-height: 15px;
	background:#3D6969;
	margin: 0px 10px 30px 5px;
	width: 585px;
}
.companyTable td{
	padding:5px;
}

.companyTable .companyCellCaption{
	background: #F9F9F9;
	text-align:left;
	width : 25%;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.companyTable .companyCellTtl{
	background: #F9F9F9;
	text-align:left;
	width : 28%;
	padding-left: 10px;
}
.companyTable .companyCellData{
	background:#fff;
	text-align:left;
	width : 72%;
	line-height: 25px;
	padding-left: 10px;
}
