@charset "utf-8";
/* -----------------------------------------------------------
  Print Style Sheet
  LastUpdate 2010-08-12
------------------------------------------------------------ */

/* base
 -------------------------------------------------- */
body {
	background: #FFFFFF none;
	font-size: 9pt;
	color: #000000;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}
img {
	border: 0;
}

/* layout
 -------------------------------------------------- */
html,
body {
	height: auto;
}
body div#wrap {
	min-height: auto;
	height: auto;
}
body div#container {
	width: 708px;
}
body div#content {
	min-height: 100%;
	height: 100%;
	margin: 45px 0 0;
	padding-bottom: 63px;
}
body #header #groupLogo {
	top: 10px;
	right: 20px;
}
body #header #globalNav h1,
body #header #globalNav ul,
body #header #globalNav .bnr,
body #footer .utility {
	display: none;
}
body div#footer {
	position: static;
	left: auto;
	bottom: auto;
	background: none;
}
body div#footerInner {
	width: 708px;
	height: auto;
	background: none;
}
body div#footer .totop {
	padding: 11px 20px 20px 0;
}

/* layout
 -------------------------------------------------- */
.colBlock01,
.colBlock02,
.colBlock03,
.colBlock04,
.pageFL .colBlock01 .col04 {
	position: static;
	zoom: 1;
}

/* for IE6
 -------------------------------------------------- */
@media print {
	body {
		_zoom: 90%;
	}
}

