/*------------------------------------------------------------
	COMPANY
------------------------------------------------------------*/

div#greet {
	width: 690px;
	height: 293px;
	margin-bottom: 20px;
	background: #4D4640 url(../../../../images/page/company/office.jpg) no-repeat left top;
	color: #fff;
}
div#greet p {
	width: 330px;
	height: 293px;
	padding: 140px 10px 0 38px;
	color: #fff;
	line-height: 1.2em;
}
div#companyMainContent h3 {
	clear: both;
	height: 1.5em;
	margin: 0 0 1em 0;
	padding: 1px 0 1px 0;
	border: 1px solid #3D0107;
	background: #391200 url(../../../../images/common/h3_bg.gif) repeat-y left top;
	color: #fff;
	text-indent: 20px;
	font-size: 1.1em;
	font-weight: bold;
}
div#companyMainContent table.company {
	width: 650px;
	margin: 0 0 3em 20px;
	padding: 0 15px 0 15px;
	border-collapse: collapse;
	line-height: 1.5em;
	text-align: left;
}
div#companyMainContent table.company th {
	width: 150px;
	padding: 0 1em 0 1em;
	border: 1px solid #999;
	background: #e6e6e6 url(../../../../images/common/th-td_bg.gif) no-repeat left top;
	text-align: left;
	font-weight: normal;
}
div#companyMainContent table.company td {
	padding: 0 1em 0 1em;
	border: 1px solid #999;
	background: #fff;
	text-align: left;
}
div#companyMainContent table.company td ul {
	margin: 10px 0 10px 0;
	padding: 0;
}

/*------------------------------------------------------------
	CSS HACKS
------------------------------------------------------------*/

/* ----- WIN IE 4-6 ----- */

/* \*/
* html div#greet p {
	width: 330px;
	height: 133px;
	padding: 140px 10px 0 38px;
	color: #fff;
	line-height: 1.2em;
}
/* */

