@charset "utf-8";

/* CSS Information *************************************
File name: company.css
Description: layout company
Created date: 2009/11/10
Last created date: 2009/11/10
Created by: Elephant Communications
***************************************************** */


/* Table Of Contents
----------------------------------------

* #contentsList
* #profile
* .titleArea
* #accessMap
* #recruitLeed

----------------------------------------*/


/* #contentsList
-------------------------------------------------------------------------------------------------------*/
#contentsList ul {
	width: 382px;
}



/* #profile
-------------------------------------------------------------------------------------------------------*/
#profile {
	margin-bottom: 50px;
}


/* .titleArea
----------------------------------------------------------------------------------------*/
.titleArea h3 {
	width: 220px;
}


/* .tableLayout01
----------------------------------------------------------------------------------------*/
.tableLayout01 {
	width: 685px;
}

.tableLayout01 th, .tableLayout01 td {
	line-height: 1.5;
}


.tableLayout01 th {
	width: 125px;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #E8E6E1;
	font-weight: bold;
	color: #6d460b;
}

.tableLayout01 td {
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #F9F8F7;
}



/* #accessMap
-------------------------------------------------------------------------------------------------------*/
#accessMap {
	margin-bottom: 50px;
}

#accessMap dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #6d460b;
}

#accessMap dd {
	margin-bottom: 30px;
}

#accessMap .last-child {
	margin-bottom: 0;
}


/* .layout-2col
----------------------------------------------------------------------------------------*/
#accessMap .colLeft {
	width: 290px;
	float: left;
}

#accessMap .colRight {
	width: 360px;
	float: right;
	margin-top: 205px;
}



/* #recruitLeed
-------------------------------------------------------------------------------------------------------*/
#recruitLeed h3 {
	margin-bottom: 20px;
}






