@charset "utf-8";

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

 Site URL:		http://www.bikeueki.com/
 File name:		print.css(/common/css/*)
 Style Info:	印刷用
----------------------------------------------------------- */

@media print {

	body {
		background:#FFFFFF;
	}

#contentsHeader,
#topicPath,
#sub,
#pageLink {
	display: none;
}

#main {
	margin: 0;
}

}
