@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "base.css";
@import "common.css";
@import "cont_common.css";

/* 
------------------------------------------------------------------------------------*/
#company {
	overflow:hidden;
	zoom:1;
	margin-bottom:60px;
}

#company .left {
	float:left;
	width:430px;
}

#company .left ul {
	margin-bottom:30px;
}


#company .left table {
	width:100%;
}

#company .left table th {
	width:140px;
	text-align:left;
	font-weight:normal;
	background: url(../image/bg_th.jpg) repeat;
}

#company .left table th,#company .left table td {
	font-size:1.2em;
	line-height:1.8;
	padding:10px;
	vertical-align:top;
	border-bottom:1px solid #fff;
}

/**/
#company .right {
	float:right;
	width:480px;
	text-align:center;
	background: url(../image/company_03.jpg) center bottom no-repeat;
	padding-bottom:53px;
}

#company .right h3 {
	margin-bottom:30px;
}

#company .right p {
	font-size:1.2em;
	line-height:1.8;
	margin-bottom:30px;
}

/* map
------------------------------------------------------------------------*/
#company_02 {
	margin-bottom:60px;
	overflow:hidden;
	zoom:1;
}

#company_02 div.left {
	float:left;
}

#map_wrap {
	width:456px;
	border:1px solid #E1CFA7;
	padding:1px;
	margin-bottom:10px;
}

#map_canvas {
	width:456px;
	height:407px;
}

#company_02 div.left p {
	font-size:1.2em;
	line-height:30px;
	padding:0 0 0 39px;
	background: url(../image/marker2.png) left center no-repeat;
}

#map_original {
	float:right;
	width:456px;
	text-align:center;
	border:1px solid #E1CFA7;
	padding:1px;
}

