/* CSS Document */
@media print{
 *html body{zoom:95%;}
 
body{
	color:#000;
}
img{
    border:0;
}
#gnavi{
}
#wrap{
    background-color:#FFF;
}
}