@charset "utf-8";

/* 必要のない場所を印刷時に消す
#header,
#content #sub,
#footer {
	display: none;
}
*/

/* IE6,7印刷対応
------------------------------- */
* html body {
	zoom: 0.8;
}

*:first-child+html {
	zoom: 0.8;
}


/* chrome印刷対応
------------------------------- */
@media print { 
 body { 
 -webkit-print-color-adjust: exact; 
 } 
} 


/* ２ページ目意向のヘッダー非表示
------------------------------- */
#header{
	position:static;
}