/* === Consic Print CSS ============================================== */

@media print {

	body {
		color: #000000;
		width: 100%;
		margin: 0;
		padding: 0;
		background-image: none;
		background-repeat: no-repeat;
		background: none;
	}

	td, th, ul, li, input, textarea {
		color: #000000;
	}

	div#Printhead {
		width: 100%;
		visibility: visible;
		display: block;
		float: right;
	}

	div#Printhead img {
		width: 4.5cm;
		height: .93cm;
	}

	div#Main {
		width: 100%;
		border: none;
		clear: right;
		float: none;
		background-image: none;
		margin: 0;
	}

	div#Common,
	div#Splash,
	div#Logo,
	div#DivNavi,
	div#NviLeft,
	div#Info,
	p#pagenavi,
	.footlink {
		display: none;
		visibility: hidden;
	}

	div#Body {
		display: inline;
		float: none;
		width: 100%;
		margin: 0;
	}

	h1 {
		margin-top: 0px;
	}

	a {
		color: #000000;
		text-decoration: underline;
	}

	th {
		border-color: #000000;
		background-color: #EEEEEE;
	}

	td {
		border-color: #000000;
	}

	hr {
		color: #000000;
		border: 0.1mm solid #000000;
		background-color: #000000;
	}

	img.bordered {
		border: 0.2mm solid #000000;
	}

	img.producticon {
		border: solid 1px #000000;
	}

	p.hazy {
	  font-size: 10px;
	  color: #000000;
	}

}
