@charset"Shift_JIS";

/****************************************
会社概要
****************************************/
.compTable{
	padding:10px 0px 0px;
	text-align: left;
	margin: 0px auto 30px;
	width: 640px;
	clear:both;
}

.compTable table{
	padding:0px 0px 0px;
	text-align: left;
	margin: 0px auto;
	font-size: 14px;
	line-height: 22px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.compTable th{
	padding:10px 10px 10px 10px;
	text-align: left;
	margin: 0px;
	display: table-cell;
	width: 120px;
	background-color: #F6F6F6;
	font-style: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.compTable td{
	padding:5px 10px;
	margin: 0px;
	display: table-cell;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.compTable .compIcon01{
	padding:0px 0px 0px 20px;
	margin: 0px;
	background-image: url(../company/image/compIcon01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-table;
}

.compTable .td{
	padding:0px 0px 0px;
	margin: 0px;
	display: table-cell;
}



/****************************************
アクセスマップ
****************************************/
.mapMarea{
	padding:30px 0px 0px;
	text-align: left;
	margin: 0px auto 30px;
	clear:both;
	width: 640px;
}

.mapArea{
	padding:0px;
	text-align: center;
	margin: 10px 0px 0px;
	width: 635px;
	height: 400px;
	border: 1px solid #999999;
	display: inline-table;
	clear: both;
}



/****************************************
沿革
****************************************/
.hisTable{
	padding:20px 0px 0px;
	text-align: left;
	margin: 0px auto 30px;
	clear:both;
	width: 640px;
}

.hisTable table{
	padding:0px 0px 20px;
	text-align: left;
	margin: 5px auto 0px;
	font-size: 14px;
	line-height: 22px;
/*	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;*/
}

.hisTable th{
	padding:10px 10px 10px 10px;
	text-align: left;
	margin: 0px;
	display: table-cell;
	width: 120px;
	font-style: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.hisTable td{
	padding:5px 10px;
	margin: 0px;
	display: table-cell;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

