@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      print.css
 Style Info:     印刷用
----------------------------------------------------------- */
@media print {
body {
	width: 90%;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: none;
	position: relative;
	line-height: 1.5;
	font-size: 12px !important;
}


head+body {
	width: 165mm;
	min-width: 80%;
	max-width: 100%;
	margin: 0 auto;
	font-size: 12pt;
}


#header,#sub,#footer,.pagetop,#tpath,#sub_banners,#sub_banners2 {
	display: none;
}


html body #main {
	width: 92%;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

}


