@charset "utf-8";

/* About This CSS File.
---------------------------------------------------------
name:         print.css
information:  印刷用のスタイル
--------------------------------------------------------- */
@media print {
html,
body {
background:#FFF;
}

* html{
zoom:0.7;
}

#headerArea,
#sideArea,
#footerArea{
display:none;
}

.clearFix{
display:block;
}
}
