@media print {

body {
 
	background: #FFFFFF;
	font-size: 12px; /* 12ptでも可 */
	color: #000000;

}


a:link,
a:visited {
	text-decoration: underline;
	color: #000000;

}

img {
	border: none; }
	
#top { height:auto; width:auto; margin:0px; text-align:left; vertical-align:top; background: #FFFFFF; }

#lower { height:auto; width:auto; margin:0px; background: #FFFFFF;}
#contents_low {  height:auto; width:auto; margin:0px; text-align:left; vertical-align:top;  background: #FFFFFF;}
#contents { height:auto; width:auto;  width:auto; margin:0px; text-align:left; vertical-align:top; background: #FFFFFF; }

}