@charset "utf-8";
/*-------------------------------
	print_style
-------------------------------*/
@media print {
/*IE6*/
*html #navigation {
	display: block;
	width: 752px;
	height: 36px;
	float: left;
	margin-left: 8px;
	background-image: url(../images/print_gnavi.jpg);
	background-repeat: no-repeat;
	zoom: 1;
}
*html #navigation a {
	display: none;

	text-indent: -9999px;
}
*html #h_concept {
	display: none;
	background-image: none;
	zoom: 1;
}
*html #h_structure {
	display: none;
	background-image: none;
	zoom: 1;
}
*html #h_ordermade {
	display: none;
	background-image: none;
	zoom: 1;
}
/*IE7*/
*:first-child+html #navigation {
	display: block;
	width: 752px;
	height: 36px;
	float: left;
	margin-left: 8px;
	background-image: url(../images/print_gnavi.jpg);
	background-repeat: no-repeat;
	zoom: 1;
}
*:first-child+html #navigation a {
	display: none;

	text-indent: -9999px;
}
*:first-child+html #h_concept {
	display: none;
	background-image: none;
	zoom: 1;
}
*:first-child+html #h_structure {
	display: none;
	background-image: none;
	zoom: 1;
}
*:first-child+html #h_ordermade {
	display: none;
	background-image: none;
	zoom: 1;
}
}
