* {
	margin: 0;
	padding: 0;
}


/*--会社概要-----------------------------------------------------*/


.table_about1 {
	width:658px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}


.table_about1 th{
	width:128px;
	padding: 15px;
	background-color: #EFEFEF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-weight: normal;
	text-align: left;
}


.table_about1 td{
	width:469px;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


.table_phot{
	float: right;

}


.table_bmap{
	margin-top: 10px;
	text-align: right;

}


.gomap{
	text-align: center;
	margin-right: 50px;

}




/*--サイトマップ-----------------------------------------------------*/


.table_site {
	width:550px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}


.table_site td{
	width:150px;
}


.table_site th{
	width:150px;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
}





.icon_q1 {
	float:left;
	background-image: url(../image/allow1.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding-left: 30px;
	background-position: 10px;
	margin-top: 10px;
}


.icon_q2 {
	float:left;
	background-image: url(../image/allow1.gif);
	background-repeat: no-repeat;
	width: 200px;
	padding-left: 30px;
	background-position: 10px;
	margin-top: 10px;
}


.table_site a:link {color: #3a2216; text-decoration: none;}
.table_site a:visited {color: #3a2216; text-decoration: none;}
.table_site a:active  {color: #3a2216;}	
.table_site a:hover {	color: #3a2216; text-decoration: underline;} 




/*--作業風景-----------------------------------------------------*/



.table_works2 {
	width:600px;
	margin-right: auto;
	margin-left: auto;
}


/*-------------画像マウスオーバー時半透明CSS-------------*/

.image_over a {
	 zoom: 1;  
}
.image_over a:hover {
	 zoom: 1;  
    /* IE */
    filter: alpha(opacity=70);
    /* Safari Opera */
    opacity:0.70;
    /* Firefox Netscape */
    -moz-opacity:0.70;
}

