@charset "UTF-8";

/* ===================================
	File Name   : print.css
	Discription : Header,Footer,RightCont And Background No Printing
	Editors     : T.Saeki
	Last Editor : 
	Last Update : 2010/08/2
====================================== */

body {
	_zoom: 68%;
}

#Header,
#Footer,
#SubContents { display: none;}

body,
#Entirety { background: none;}

#MainContents { float: none; margin: 0px auto;}
