 @charset "utf-8";
/* ===================================================================
CSS information

 file name  :print.css
 author     :rcs (admin)
 style info :印刷用
=================================================================== */
@media print {
html, body { overflow:visible; }
#header, #crumb, #sub, #footer, #mainImg {
	display: none;
}
#container { background:none; margin:0 auto; width:685px; }
#top #container { width:950px; }
#top #mainImg, #top #sub { display:block; }

#contents { width:685px; }
#top #contents { width:950px; } 
}

