
/* - print.css - */
@media print {
/* Removes certain elements when printing, and apply basic font styles 
   for the remaining content. */

body {
	font-family: "Helvetica Neue", Arial, FreeSans, sans-serif; 
        font-size: 15px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, FreeSans, sans-serif; 
	font-weight: bold;
	line-height: 125%;
	page-break-inside: avoid; 
	page-break-after: avoid;
}
h1, h2 {
	letter-spacing: -0.05em;
}
a {
	text-decoration: none;
	border-bottom: 0.1em solid gray;
	color: black;
}
#portal-column-content {
	width: 95%;
}

.documentDescription {
	font-weight: bold;
}
pre {
	border: 1pt dotted black;
	white-space: pre;
	font-size: 8pt;
	overflow: auto;
	padding: 1em 0;
}
table.listing,
table.listing td {
	border: 1pt solid black;
	border-collapse: collapse;
}

/* Page break class for use when printing */
div.pageBreak {
	page-break-before: always;
}

/* Uncomment these if you want link addresses inserted along with the link text
   when you print.
#content a:link:after, 
#content a:visited:after {
   content: " [" attr(href) "] ";
}
*/

/* Hide all the elements that are irrelevant for printing */

.tkfd_gnaviInner,
div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#edit-bar,
#portal-column-one,
#portal-column-two,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.netscape4,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
#portal-footer,
#portal-colophon,
.skipnav,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
.link-presentation,
input.standalone,
.overlay,
.close,
.visualNoPrint,
/*.documentActions,*/
.tkfd_index,
.tkfd_pageMove a
#portal-column-two,
.tkfd_reportFooter,
#viewlet-below-content {
	display: none;
}

.image-left {
	float: left;
	clear: both;
	margin: 0.5em 1em 0.5em 0;
	border: 0.4pt solid Black;
}
.image-inline {
	float: none;
}
.image-right {
	float: right;
	clear: both;
	margin: 0.5em;
	border: 0.4pt solid Black;
}
dd.image-caption {
	text-align:left;
	padding: 0; margin:0;
}
dl.captioned {
	padding: 0.8em;
}
.newsImageContainer {
	float:right;
	margin: 0 0 0.5em 1em;
	width: 16em;
}

/* Adding by Hironobu Manaka */

.tkfd_middle {
  width: 100% !important;
}

.tkfd_main {
  width: 100% !important;
}
.tkfd_content {
  width: 100% !important;
}

}

