@charset "utf-8";
@media print {
   .header_h1 {	font-size: 12px; }
   h2, h3 { font-size: 12px; }
   body {
   font-size: 12px;
   font-weight: normal;
   }
   p {
   font-size: 12px;
   font-weight: normal;
   }
   a { text-decoration: none; }
   img { border: none; } 
   .content_nenga {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	}
   #content { width: 565px;	}
   #navi { display: none; }
   #footer { display: none; }
}

