@charset "Shift_JIS";

/* Print
==================================================*/
@media print{
	/*adjust to screen-size*/
	body{
		zoom:95%;
		_zoom:85%;  /*IE6*/
		}
		
	/*hide footer*/
	#contentFoot{display:none;}
}