@charset "utf-8";
/* ===================================================================
CSS information

 file name  :print.css
 author     :igu (admin)
 style info :印刷用
=================================================================== */

@media print {

.print {
	display:block;
}

#contents {
	background-image:none;
	margin-top:30px;
}

#sub {
	display: none;
	width:0px;
}

#main {
	width:1200px;
	background-image:none;
}

#header {
	display: none;
}

.site_caption {
	display: none;
}

.copyright {
	display: none;
}



/*CUSTOM用*/

#main #sub_title_custom {
	display: none;
}

}


