@charset "utf-8";

html .header{
	background: url(../img/bg_head_company.jpg) no-repeat center top;
}

/*会社案内*/
.company h3{ height:60px; background-image:url(../img/title_company.jpg);}
.comapany_info{ float:left; width: 460px;}

.comapany_info table{
	margin-top:8px;
	width: 430px;
	border-collapse: collapse;
	border-spacing: 0;
}
.comapany_info th,
.comapany_info td{
	padding: 7px 0 6px 0;
	border-bottom: 1px #666 solid;
	font-size: 13px;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
}
.comapany_info th{ width: 100px;}
.comapany_info td p{ margin-top:11px; font-size:14px;}
.comapany_info td p a{ padding-left:12px; background: url(../img/icon_link.gif) no-repeat left 3px;}

.comapany_info .to_top{ margin-top:17px; width: 430px;;}


.comapany_img{ float:left; padding-top:17px; width: 400px;}
.comapany_img em{ display:block; padding-top:1px; font-size:13px; font-weight:bold; color:#FEB24C; font-style:normal;}
.comapany_img img{ display:block; margin-bottom:9px;}



/*設備*/
#equipment{ margin-top: 45px;}

#equipment h3{ height: 60px; background-image: url(../img/title_company_equipment.jpg);}
#equipment img{ display: block; margin-bottom: 30px;}
#equipment div{ float:left; width: 410px;}
#equipment .equipment1{ width:445px;}


#equipment table{
	width: 410px;
	border-collapse: collapse;
	border-spacing: 0;
}
#equipment th{
	width: 170px.;	
	padding-bottom: 1px;
	border-bottom: 1px #666 solid;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
#equipment td{
	padding: 3px 0 2px 0;
	border-bottom: 1px #666 solid;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
}
#equipment th.name{ width: 110px;}
.equipment1 th.maker{ width: 100px;}
.equipment2 th.maker{ width: 130px;}
.equipment th.seri{ width: 160px;}
.equipment th.seri{ width: 130px;}
#equipment th.num{ width: 35px;}





/*フッターとコンテンツの間*/
.bg{ padding-bottom:40px;}