@charset "utf-8";

@media print{

/*  Print css
-----------------------------------------------------------------------------*/
html[xmlns*=""] body:last-child #top {
  background-color: #ffffff;
  }

html[xmlns*=""] body:last-child #wrapper_top_bg {
  background: #ffffff;
  } 

html[xmlns*=""] body:last-child #top_news {
  background-color: #eeeeee;
  }
  
html[xmlns*=""] body:last-child #header {
  display: none;
  }

html[xmlns*=""] body:last-child #top_product {
  display: none;
  }

html[xmlns*=""] body:last-child #footer_bg {
  display: none;
  }

* html body {
  zoom: 80%; 
  }


}





























