@charset "UTF-8";
/* 
 File name:	print.css
 Author:	321036+
 Info:		プリント用指定：指示がなければ触らない。
------------------------------------------------------------*/
@print{

body{
	background-color:#fff;
	background-image:none;
}


}