@charset "utf-8";

/* ===========================================================

	Title: pint_en.css
	Created: 2009-5-8
	Created: 2009-5-8
	
=========================================================== */
/*

	print
	
=========================================================== */


@media print {

div.container {
	background: none;
}
div#header {
	display: none;
}

div#globalNavi {
	display: none;
}

div#topicPath {
	clear: both;
	width: 640px;
	float: left;
}
div.contents {
	clear: both;
	width: 640px;
	float: left;
}
div#footer {
	display: none;
}
}
