@charset "utf-8";

h2 {
	width: 730px;
	height: 40px;
	background: url(../img/h2-company.png) no-repeat;
	text-indent: -9999em;
}

#main table {
	width: 730px;
	margin-top: 20px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

#main th,
#main td {
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 12px;
}

#main th {
	width: 110px;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	background-color: #C8E8F6;
}

#main p {
	margin-top: 10px;
}

