@charset "utf-8";

/* company
-------------------------------------------------------------------------------------------------------*/

#company table {
	width:590px;
	border-collapse:collapse;
}

#company table th,
#company table td {
	padding:10px;
	background:url(../img/index_bg01.gif) repeat-x left bottom;
	text-align:left;
}

#company table th {
	width:100px;
	color:#8a79c3;
	vertical-align:top;
}

#company table td dl {
	position:relative;
}

#company table td dl dt {
	position:absolute;
}

#company table td dl dd {
	padding-left:8em;
}



