@charset "utf-8";

.companyTable{
	width:100%;
	border-collapse:collapse;
}

.companyTable th{
	vertical-align:top;
	padding:5px 5px 5px 15px;
	width:90px;
	background:url(../img/bg_th.gif) repeat-y right top;
}

.companyTable td{
	vertical-align:top;
	padding:5px 5px 5px 15px;
}

.companyTableMiddle{
	height:5px;
	background:url(../img/bg_middle.gif) repeat-x left center;
}

.companyTable td dl dt{
	float:left;
	width:200px;
	clear:both;
}