@charset "UTF-8";

/* print.css
**************************************************************************************

1.プリント設定
**************************************************************************************/ 


/* 1.プリント設定
=============================================================================*/
body{
	background: none;
	border:none;
 /*\*/
 _zoom: 90%;
 /**/
}

#header{
 display: none;
 background-image: none;
}

#container{
 background-image: none;
}

#footer div.copy{
 background-image:none;
 text-indent:0;
 font-size:11px;
 width: 540px;
}

#footer p.fnavi{
 display:none;
}
