@charset "Shift_JIS";



/*--------------------------------------------------*/
/* 印刷用                                           */
/*--------------------------------------------------*/
@media print {
	body {
		margin: 0;
		/text-align: left;
		/font-size: 75%;
		/white-space: normal;
		/zoom: 0.85;
	}
	#header, #main_wrapper, #footer {
		/text-align: left;
	}
	body.columns #header, body.columns #main_wrapper, body.columns #footer {
		/width: 850px;
	}
	body #txt_cord2 {
		text-align:right;	/*2010.07.20追加*/	
		/width: 850px;	/*2010.07.20追加*/
	}
}
