@charset "utf-8";
@import url("../common/default.css");
@import url("../common/layout.css");
@import url("../common/header.css");
@import url("../common/footer.css");
@import url("../navi/navi.css");

#all_box h2{
	margin:15px 0 10px 0 ;
}
#company_box {
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-top: 15px;
	padding-top:30px;
	padding-bottom:30px;
}
#company_details {
	border: 1px solid #999999;
	margin:0 auto;
}
#company_details th {
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 80px;
	border-right: 1px solid #D8D8D8;
}
#company_details td {
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 500px;
}
.td_boder {
	border-bottom: 1px solid #D8D8D8;
	}
#map {
	width: 470px; 
	height: 400px;
	padding:10px;
	}
