/* CSS Document */

/* ------------------------------------- 
 *	　会社案内ページ
 * ------------------------------------- */

#company_tb {
	width: 95%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	margin-top: 10px;
}
#company_tb th {
	font-weight: normal;
	background-color: #E4E4E4;
	padding: 5px;
	width: 25%;
}
#company_tb td {
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#company_tb .style02 {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#company_tb .style03 {
	width: 25%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#company_tb .style04 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#mapOut {
	height: 600px;
	width: 600px;
}
#map{
	position: relative;
	_left: -180px;
	_top: -126px;
	border: 1px solid #CCCCCC;
}