@charset "utf-8";

/* ============================================
	/company/index.html
============================================ */

.companyTable {
	border-collapse: collapse;
	width: 696px;
	margin-left: 2px;
	border-top: 1px #c3ccd1 solid;
	border-bottom: 1px #c3ccd1 solid;
	border-right: 1px #c3ccd1 solid;
	margin-top: 20px;
	margin-bottom: 5px;
}
	.companyTable th,
	.companyTable td {
		padding: 10px 15px;
		border-left: 1px #c3ccd1 solid;
	}
	.companyTable th {
		background: #feffe8 url(../../../common/img/bg_dotX.gif) left bottom repeat-x;
		width: 170px;
		font-weight: bold;
		vertical-align: middlel;
	}
		.companyTable th span {
			font-weight: normal;
		}
	.companyTable td {
		vertical-align: top;
		background: url(../../../common/img/bg_dotX.gif) left bottom repeat-x;
	}
	.companyTable tr.end th {
		background: #feffe8;
	}
	.companyTable tr.end td {
		background: none;
	}


