@charset "utf-8";

/* ------------------------------------------------------------------------- */
/*		Print CSS		*/
/* ------------------------------------------------------------------------- */

/* Base
------------------------------------------------- */

body{
	background-image:none;
	background-color:#fff;
	font-family:serif;
}
a{
	text-decoration:underline;
}
/*
a:after{
	content: "("attr(href)")";
}
*/
table{
	page-break-inside: avoid;
}
/*--Print Size(A4)--*/
@page { size: 21.0cm 29.7cm; }
@page { marks: crop; }

/* ---------------------------------------------- */

