@charset "utf-8";

/* ============================================
 *
 * About Style Sheet
 * Last Update : 2012-12-25
 *
============================================ */

table#companyProf {
	width: 670px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5CFB7;
}
table#companyProf .bgProf01 {
	background-image: url(../img/about/bg_about01.gif);
}
table#companyProf .bgProf02 {
	background-color: #F8F9F3;
}
table#companyProf th, table#companyProf td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5CFB7;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	min-height: 60px;
	vertical-align: middle;
	height: 40px;
}
table#companyProf th{
	width: 30%;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}
table#companyProf td{
	width: 70%;
}
