@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2012.03.23
Style Info:     
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------Maintitle*/
#maintitle_company {
	background: url(../img/company_img/bg_maintitle_company.jpg) no-repeat center top;
	clear: both;
	text-align: center;
	min-width: 940px;
	width: 100%;
}
#maintitle_company h2 {
	margin: 0px auto;
	width: 940px;
}
/*------------------------------------------------Company_concept*/
#company_concept {
	clear: both;
}
#comapny_concept div.text {
	float: left;
	width: 480px;
}
#company_concept div.text p {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #333;
	margin-top: 10px;
	width: 485px;
}
#company_concept img.photo {
	float: right;
}
/*---------------------------------------------------------Gaiyou*/
#gaiyou {
	clear: both;
}
#gaiyou_table {
	clear: both;
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	line-height: 18px;
}
#gaiyou_table th {
	width: 20%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 7px 10px;
	background: #fbfcef;
	text-align: left;
	font-weight: normal;
	color: #333;
}
#gaiyou_table td {
	width: 80%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 7px 10px;
}
#gaiyou_table td span {
	font-weight: bold;
}
/*---------------------------------------------------------Access*/
#map {
	clear: both;
}
.left_map {
	float: left;
	width: 340px;
}
.right_map {
	float: right;
	width: 340px;
}
.map_btn {
	display: none;
}