@charset "utf-8";

/* ------------------------------------------------------------
   
	filename : print.css
	create : 080702
	update : 080702
	  
------------------------------------------------------------ */

/* --------------------------------------------------プリントIE対応*/
* html body { zoom: 67%; }
* html body.print { zoom: 85%; }

/* -------------------------------------------------- 全般*/
* { page-break-before: avoid; }

/* EOF */
