@charset "utf-8";

@media print {

/* Hide */

	#header,
	#footer,
	.p_no					{ display: none; }

/* Show */

	.p_yes					{ display: block; }

/* Reset */

	html,
	body,
	#top, #top .wrapper,
	#bottom,
	.wrapper,
	#baseline,
	#main,
	#main > .y,
	#main > .y > div		{ display: block; float: none; clear: none; overflow: visible;
							  position: static; top: auto; right: auto; bottom: auto; left: auto;
							  width: auto; min-width: 0; max-width: none;
							  height: auto; min-height: 0; max-height: none;
							  margin: 0; padding: 0;
							  border: 0;
							  background: transparent; }

/* Style */

	.c > *:first-child,
	.c > .ba_lw:first-child + *,
	.c > .ba_rw:first-child + *
							{ margin-top: 21px !important; }

}
