@charset "utf-8";

/* ============================================
 *
 * styles on companies page
 *
============================================ */


.table_com{
	width:909px;
	margin:0 auto;
	height:auto;
	border-left:1px solid #EAEAEA;
}

.table_com dl{
	display:block;
	float:left;
	border-right:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	width:196px;
	padding:15px;
}

.table_com dl dt {
	margin-bottom:5px;
}


