/* ------------------------------
 print.css

 Last Update:2008-12-18
 Fujihito Watanabe
------------------------------ */

/* ------------------------------
  print 設定
------------------------------ */


/* ------------------------------
 IE6(Win) hack
------------------------------ */
#container {
  _zoom: 80%;
  _overflow: visible;
}

.wrapper_01,.wrapper_02,.left_col
,.center_col,.right_col {
  _overflow: visible;
}


/* ------------------------------
 IE7(Win) hack
------------------------------ */
*:first-child+html #container {
  overflow: visible;
}

*:first-child+html.wrapper_01,
*:first-child+html.wrapper_02,
*:first-child+html.left_col,
*:first-child+html.center_col,
*:first-child+html.right_col {
  overflow: visible;
}


/* EOF */