
@media print {
	body {
	background-color: white;
	background-image: url(../images/toptoprint2.png);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: top left;
	color: black; 
	margin-top: 5em;
	margin-left: 18px;
	/*margin-right: 1cm;*/
	font-size: 11pt;
	font-family: "MS P明朝", 平成明朝, serif;
	}
　　/*layer*/
	#layer1 { visibility: visible; width: 640px; height: auto }

	table.hid { display: none; }
	img.rgtspc { margin-right: 12px; margin-bottom: 12px; }
	img.lftspc { margin-left: 12px; margin-bottom: 12px; }
}


	
