@charset "utf-8";
/* -----------------------------------------------------------
	About Canon - Print CSS

	File Name :  about_print.css
	File Pass :  /about/common/css/about_print.css
	Update :  2010.07.21
----------------------------------------------------------- */

/* ===== common Style ===== */

* html body { /* for IE6 hack */
	zoom: 83%;
}

html{
	background-color: transparent;
}

body {
	overflow: visible !important;
	padding: 0 !important;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	overflow: visible;
	border-right: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#header {
	height: 70px;
}

#header #logo {
	padding: 20px 0 20px 10px !important;
}

#content {
	float: none;
}

#footer {
	margin-top: 10px;
	border-bottom: none;
}

#breadcrumbs {
	margin: 0;
	padding: 0 0 10px 0;
}

#breadcrumbs ol {
	padding: 0 0 0 8px;
}

.pageTop,
#footerNav,
#assist-nav,
#search-block,
#gnav,
#localNav,
#introNav {
	display: none !important;
}


/* ===== page ditails Style ===== */
* html .categoryTop .leftMenu .subSection ul.btnList { /* for IE6 hack */
	width: 463px;
}
*:first-child+html .categoryTop .leftMenu .subSection ul.btnList { /* for IE7 hack */
	width: 463px;
}
* html .categoryTop #content .section,
* html .categoryTop .pickup { /* for IE6 hack */
	padding-bottom: 20px;
}
*:first-child+html .categoryTop #content .section,
*:first-child+html .categoryTop .pickup { /* for IE7 hack */
	padding-bottom: 20px;
}
* html .categoryTop .pickup .subSection { /* for IE6 hack */
	width: 761px;
}
*:first-child+html .categoryTop .pickup .subSection { /* for IE7 hack */
	width: 761px;
}
* html .categoryTop .pickup dl dd .text { /* for IE6 hack */
	float: left;
}
*:first-child+html .categoryTop .pickup dl dd .text { /* for IE7 hack */
	float: left;
}
.area-topics .section,
.area-page .section { /* for fx hack */
	display: table;
}
.area-topics,
.area-topics div,
.area-history,
.area-history div { /* for fx hack */
	display: inline;
}
* html .area-topics div,
* html .area-history div { /* for IE6 hack */
	display: block;
}
*:first-child+html .area-topics div,
*:first-child+html .area-history div { /* for IE7 hack */
	display: block;
}

table.sanji {
	float: left;
}
* html table.sanji { /* for IE6 hack */
	float: none;
}
*:first-child+html table.sanji { /* for IE7 hack */
	float: none;
}

* html .area-history ul.historyTab { /* for IE6 hack */
	padding-right: 1px;
}
*:first-child+html .area-history ul.historyTab { /* for IE7 hack */
	padding-right: 1px;
}

/* corp */
* html .area-global .section .box-l,
* html .area-global .section .box-r { /* for IE6 hack */
	width: 279px;
}
*:first-child+html .area-global .section .box-l,
*:first-child+html .area-global .section .box-r { /* for IE7 hack */
	width: 279px;
}

