@charset "utf-8";
/* -----------------------------------------------------------
	キヤノンのご紹介 - Print CSS

	File Name :  about_print.css
	File Pass :  /about/common/css/about_print.css
	Update :  2010.06.22
----------------------------------------------------------- */

/* ===== Basic Style for canon.jp ===== */

* html body { /* for IE6 hack */
	zoom: 95%;
}

html {
	background-color:transparent;
}

body {
	overflow: visible !important;
	padding: 0;
	color: #000;
	background: #fff none;
}

#content {
	float: left;
}

table.cr2008Table {
	display: block !important;
}

/* ===== Navigation ===== */

#breadcrumbs {
	margin: 0;
	padding: 0 0 10px 0;
}

#footerNav,
#localNav,
#introNav {
	display: none;
}

/* ===== detail pages ===== */
* html .categoryTop .pickup .subSection { /* for IE6 hack */
	width: 881px;
}
*:first-child+html .categoryTop .pickup .subSection { /* for IE7  hack */
	width: 881px;
}

* html .categoryTop .pickup dl dd .text { /* for IE6 hack */
	float: left;
}
*:first-child+html .categoryTop .pickup dl dd .text { /* for IE7  hack */
	float: left;
}

* html .area-history ul.historyTab { /* for IE6 hack */
	width: 651px;
}

.area-page .section { /* for fx hack */
	display: table;
}
.area-history,
.area-history div { /* for fx hack */
	display: inline;
}
* html .area-history div { /* for IE6 hack */
	display: block;
}


