@charset "utf-8";

/* ==================================================
 CSS File
 date 2011/8/
====================================================*/
@media print {

	body {
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
		overflow: visible !important;
		-ms-zoom: 70%;/* IE8 */
	}
	* html body { zoom: 70%; }
	*+ html body { zoom: 70%; }

	div#header,div#gnavi,div#footer
	{
		display:none;
	}
	a img {
		border: none;
	}
	div#contents_bg,div#contents_nosidebar {
		display:table;
	}
	div#contents {
		display:table-cell; float:none;
		vertical-align:top;
	}
	div#sidebar {
		display:table-cell; float:none;
		vertical-align:top;
	}
	
}

