@charset "utf-8";

.companyBox{
	width:692px;
	border-top:1px solid #ccc;
}
.companyBox th,
.companyBox td{
	padding:12px 0 12px 15px;
	border-bottom:1px solid #ccc;
	text-align:left;
}
.companyBox th{
	font-weight:bold;
	width:144px;
	background:url(img/compBox_bg.jpg);
	color:#333;
}
.companyBox td{
	line-height:160%;
}
