@charset "utf-8";

/* IE6, IE7 �p����ݒ� */
@media print{
    body {
        *zoom: 83%;
    }
	
	#footer{display:none;} 
}