@charset "UTF-8";
/*------------------*/
@import url("sub.css");

#catch{
	background-image: url(../business/forging/img_equipment/catch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 635px;
	text-indent: -9999px;
	overflow: hidden;
}
/*------------------*/

#about .group{
	width: 635px;
	margin-top: 10px;
}
#about .group .txt{
	float: left;
	width: 380px;
}
#about .group .photo{
	float: right;
	width: 237px;
}
/*------------------*/
#view-section h2{
	background-image: url(../business/forging/img_equipment/h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 635px;
	overflow: hidden;
	text-indent: -9999px;
}
.view-table{
	width: 590px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.view-table th,
.view-table td{
	border-bottom: 1px solid #CCCCCC;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}
.view-table th span{
	background-color: #F0F0F0;
	display: block;
	padding: 3px;
}
.view-table td{
	border-right: 2px solid #F0F0F0;
	padding: 3px 20px;
}
.view-table td.name{
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
}
.view-table td.non{
	border-right-style: none;
}
.view-table td a{
	color: #389EB4;
	text-decoration: underline;
}
