@media print
/* PRINTあ */
{
    body {
        zoom: 75%;
    }
    #wrapper_outside {
        width: 720px;
        margin: 0px auto;
    }
}
