@charset "UTF-8";
/* CSS Document */

/*IE6で印刷時に縮小させる*/
/*　*htmlはIE6用にするためのCSSハック*/
@media print{
	*html body{
		zoom:0.6;
	}
}