@charset "shift_jis";

/* print.css
**************************************************************************************

1.ie6以前
2.ページの先頭へ

**************************************************************************************/ 



/* 1.ie6以前
=============================================================================*/

body{
 /*\*/
 _zoom: 80%;
 /**/
}


/* 2.印刷不可
=============================================================================*/

.noprint{
 display:none;
}