@charset "utf-8";

@media print {
	body {
		background-image: none;
	}
	div#header {
		background-image: none;
	}
	div#header ul {
		display: none;
	}
	div#header p {
		left: 460px;
	}
	div#menu {
		display: none;
	}
	div#contents {
		_width: 660px; /* only IE6 */
		float: none;
	}
	div#contents .topic_path {
		display: none;
	}
	div#navigation {
		display: none;
	}
	div#footer {
		display: none;
	}
	div#text_menu {
		display: none;
	}
}

/*@media print {

#contents {
	display: table;
	margin-top: -210px;
	vertical-align: top;
}
	#contents #main,
	#contents #sub {
		display: table-cell;
	}

}*/
