@charset "utf-8";

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

 Last Update:2009-03-05
 Fujihito Watanabe
------------------------------ */

/* ------------------------------
 print 設定
------------------------------ */
#container {
  _zoom: 80%;
}

.print_btn,.print_btn02 {
  display: none;
}


/* ------------------------------
 Opera(Win)/mac hack 設定
------------------------------ */
/*html[lang*=""]>/**//*body/* {

}


/* ------------------------------
 Safari(Win)/mac hack 設定
------------------------------ */
/*html[lang*=""]:not(:nth-child(n)) {

}


/* ------------------------------
 IE6(Win) hack 設定
------------------------------ */
/*#container {
  _zoom: 50%;
}
*/

/* ------------------------------
 IE7(Win) hack 設定
------------------------------ */
/* *:first-child+html {

}


/* ------------------------------
 Firefox 3 hack 設定
------------------------------ */
/* :not(:\66\irst-child) .txt01:not(\*):not(:default) {
  width: 107px;
}


/* EOF */