@media print {
	/* default.php */
	header,
	.contents-menu,
	#flashmessage,
	#sub,
	#page-top,
	footer,
	#exclamation-button {
		display: none;
		height: 0;
	}
	
	/* testpaper.php */
	header,
	#information,
	#info2,
	footer,
	#exclamation-button {
		display: none;
		height: 0;
	}	
}
