@charset "utf-8"; 

/* ---------------
print.css
印刷に関わるスタイルの設定です。
--------------- */
/* 非表示 */
#footer
{
	display: none;
}

/*色の変更*/
body {
	background-color: white;
	color: black;
}

/* 背景画像無効 */
.column2_1,
.column2_4 {
	background-image: none;
}
