@media print {
  p {
    font-size: 130%;
    color: #000000;
  }
  h2, h3 {
    color: #000000;
  }
  td, th {
    color: #000000;
  }
	
	.noprint {
		display: none;
	}
	
	/* ------------------------------------------------- */
	#main {
		width: 100%;
	}
	#top {
		width: 100%;
	}

	/* ------------------------------------------------- */
	#content.wide {
		width: 100%;
	}
	#content.wide .contLeft, #content.wide .contRight {
		width: 46%;
	}
	#content.wide .detailBlock {
		width: 30%;
	}
	#prDetailImage {
		text-align: left;
	}
}

