@charset "UTF-8";
/*------------------*/
@import url("sub.css");

#catch {
	background-image: url(../recruit/img_equipment/catch.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 635px;
	overflow: hidden;
}
#catch dt,
#catch dd{
	text-indent: -9999px;
}
.clear{
	clear: both;
	margin-top: 30px;
}
/*------------------*/
#column01,
#column02{
	width: 635px;
	margin-top: 30px;
}
#column01 .txt{
	float: left;
	width: 334px;
}
#column01 .photo{
	float: right;
	width: 280px;
}

#column02 .photo{
	float: left;
	width: 217px;
}
#column02 .txt{
	float: right;
	width: 359px;
}



