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

/*このスタイルシートは、背景色のベージュを印刷しないように設定しています*/
body {
	background-color: #FFFFFF;
}

