@charset "utf-8";

/* print
----------------------------------------------------------- */

@media print {
*{
	color: #000000;
}
body {
	background: #FFFFFF;
	font-size: medium;
	padding:0;
	}
	
a:link,
a:visited {
	text-decoration:underline;
	}

#header,
#subcol,
#footer
	{
	display: none;
	}

#main,
#contents
	{
	clear: both;
	text-align: left;
	}

#ptitle
	{
	background: #000000;
	clear: both;
	}
#ptitle h1,
	{
	width: 100%;
	}
#ptitle h1 img {
	margin-left: 12px;
	}

	}