@charset "utf-8";
/*+++++++++++++++++++++++++++++++++*/
/*Web Site PRINT.CSS */
/*+++++++++++++++++++++++++++++++++*/
body {
	background-image: none;
	}
#MainBox {
	width: 610px;
	}

#Header {
	display: none;
	}

#SideBar {
	display: none;
	}

#Footer {
	display: none;
	}

#ContentBody {
	overflow: visible;
	float: none;
	}
#Scrollup {
	display: none;
	}

