@charset "utf-8";

@media print {

* html body {
	zoom: 80%;
}

	#header_over_wrap,
	#footer_nav,
	#footer_top_wrap {
		display: none;
	}

	#top_visual_wrap {
		color: #666;
		display: list-item;
		list-style-image: url(../images/print/print_bg_h_ttl_pattern.jpg);
		list-style-position: inside;
		letter-spacing: -1000em;
		font-size: 1pt;
		opacity: .8;
	}
	#top_visual_wrap h1 {
		background: none;
	}

}




