/* プリント時 */

@media print{ 

body{
	zoom: 80%;
	background-image: url(../img/bg_dot.gif);
}

wrapper {
	background-color: #FFF;
}
