@charset "utf-8";
/* ------------------------- TOC
print


------------------------- */

/* ============================== print */
@media print {
/* for FireFox */
.firefox .contentswrapper {
	display: table;
}
.firefox .contentswrapper section#mainContentsArea,
.firefox .contentswrapper aside#sideMenuArea {
	float: none;
	display: table-cell;
}
/* for IE */
.msie a img {
	border: none;
}
.skippingNav {
	display: none;	
}
.msie .column3Block .leftColumn,
.msie .column2Block .leftColumn {
	margin-right: 0;
}
body {
	/* zoom: 75%; */
	background: none;
}
* ul,ol {
	list-style: none;
	margin-left: 0;
}
.msie .contentswrapper {
	width: 845px;
}
.msie .contentswrapper section#mainContentsArea {
	width: 620px;
	float: left;
}
.msie .contentswrapper aside {
	width: 210px;
	float: right;
}
.msie ul li {
	display: inline;
}
.msie nav.globalNav ul li {
	display: inline;
	margin-left: -1px;
}
.msie table.dataTable {
	width: 630px;	
}
.msie .twoColumnsBlock02 .leftColumn table,
.msie .twoColumnsBlock02 .rightColumn table {
	width: 288px;	
}


}
