@charset "UTF-8";

#company h2 {
	display: block;
	height: 40px;
	margin: 20px auto;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../img/h2_company.gif);
}
#company p {
	margin: 10px 20px;
}
#company table {
	border-collapse: collapse;
	margin: 15px auto;
	width: 577px;
}

#company table tr th,
#company table tr td {
	border: 1px solid #E8E8E8;
	padding: 8px;
}

#company table tr th {
	width: 130px;
	background-color: #F5F5F5;
}

#company table p {
	margin: 0 0 10px 0;
}

#company table ol {
	margin: 0 0 0 20px;
}

