@media print {


body {
	/zoom: 0.7;	/* IE6,7 */
}　

html>/**/body #wrapper {	/* IE6,7 以外 */
	display: table;
}　

html>/**/body #primary {	/* IE6,7 以外 */
	display: table-cell;
	float: none;
	width: 660px;
	padding-left: 15px;
	vertical-align: top;
}

html>/**/body #secondary {	/* IE6,7 以外 */
	display: table-cell;
	float: none;
	width: 304px;
	padding-right: 40px;
	vertical-align: top;
}　

#contents {
	/zoom: 1;	/* IE6,7 */
}　

#sidebar {
	/zoom: 1;	/* IE6,7 */
}　


} 