@charset "Shift_JIS";

/* ****************************************************************** 

	@This stylesheet Information{
		CSS File Name: print.css

		Setting of: Print styles
			1: print setting
	}

****************************************************************** */

/*
=====================================================================
	1: print setting
=====================================================================
*/

@media print{

body.column2 div#contentsTop{
	margin-bottom:-100%;
}

div#mainContents{
	margin-top:24px;
}

div#subContents{
	top:0;
}

	
}