/* IE6/IE7で印刷時の倍率を指定 */
@media print {
html,
body {
    _zoom:0.60;    /* IE6 */
    *zoom:0.60;    /* IE7 */ 
}


}