@media print {

	body {
		background : #fff !important;
		color : #000;
	}
	
	div#localNaviArea {
		display : none;
	}
	
}


