@charset "utf-8";

/* ------------------------------------------------------------------------- */
/*		print styles		*/
/* ------------------------------------------------------------------------- */

/* base
------------------------------------------------- */

a{
	text-decoration:underline;
}
table{
	page-break-inside: avoid;
}

/* IE zoom
/* ---------------------------------------------- */

/*for IE6 or older*/
* html body {
	zoom:0.7;
}
/*for IE7*/
*+html body {
	zoom:1;
}