@charset "iso-8859-1";
 
/* =========================================================
     for Print
========================================================= */

body {
  background: #fff;
  color: #000;
  margin-left: 20px;
}

/* --------------------------
     Hide
-------------------------- */

div#header,
div#menu,
p.pagetop,
div#footer ul#fnavi {
  display: none;
}

/* --------------------------
     Hide Background Images
-------------------------- */

div#wrap,
div#footer {
  background: #fff;
}

/* --------------------------
     Footer
-------------------------- */

div#footer {
  width: 620px;
  position: static;
  margin-top: 40px;
}

p#copyright {
  width: 620px;
  position: static;
  background: #fff url(../img/footer_line.gif) repeat-x;
  padding: 10px 0 0 10px;
}



