@charset "utf-8";

/*===========================

layout

===========================*/

/*---------

HEADER 

---------*/

/* --base.css */

/*---------

MAIN CONTENTS

---------*/

#company-area{
	width: 964px;
	margin: 0 auto;
	margin-top: 25px;
	background:url("../img/bg_detail.gif") top left repeat-y;
}

#company_detail{
	width: 810px;
	margin: 0 auto;
	padding-bottom: 50px;
	margin-bottom: 55px;
	border-bottom: 1px solid #f6df96;
}

#history_detail{
	width: 810px;
	margin: 0 auto;
	padding-bottom: 70px;
}

h2.company_title{
	float:left;
	padding-top: 45px !important;
}

h2.history_title{
	float:left;
	padding-top: 10px !important;
}


.company_table{
	float:right;
	padding-top: 45px;
}

.history_table{
	float:right;
	padding-top: 10px;
}

.company_table th,
.history_table th{
	font-size: 18px;
	font-weight: bold;
	width: 124px;
	padding: 0 5px;
	text-align: right;
	vertical-align: top;
}

.company_table td,
.history_table td{
	font-size: 18px;
	padding: 0 5px;
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

hr{
	width: 890px;
	height: 1px;
	border: none;
	border-top: 1px #ccac47 solid;
}

/*---------

FOOTER 

---------*/

/* --base.css */