@media print {
	HTML, BODY {
		height: auto;
	}
	FORM, .form, .rss, .navigator {
		display: none;
		border: solid 1px red;
	}
	#left, #clear, .menu_top, .menu_dropdown, #footer {
		display: none;
	}
	.menu_header LI {
		display: none;
	}
	.menu_header LI.logo {
		display: block;
	}
	#out, #container, #main {
		margin: 0px;
		float: static;
	}
	#main {
		margin-right: 150px;
	}
	#right {
		width: 150px;
		margin-top: 5px;
	}
	#top, #header {
		height: 51px;
	}
	#footer IMG {
		display: none;
	}
	.print-link {
		display: inline;
	}
	.two #left, #clear, .menu_top, .menu_dropdown {
		display: none;
	}
	.two #right {
		display: block;
	}
	.s0, .s1, .s2, .s3, .s4, .s5, .s6, .s7 {
		display: none;
	}
	.sp {
		display: inline;
	}
}

