@media print {
#header_area,
#sidebar,
#footer,
.sub_navi,
.clearfix-sns,
.gotop {
	display: none;
}

#main {
	padding: auto;
	margin: auto;
	width: auto;
	background-image:none;
}

body {
	 background-image:none;
         overflow: visible !important;
}
}