@charset "utf-8";
@media print {
/* ============================================================
プリント用

%update / 2010.06.06

------------------
【目次】
------------------
▼clearfix
▼page
▼ContentWrap
▼GlobalMenuArea
▼ContentMainArea
▼ContentSubArea
▼BtmToPageTopArea
▼FooterArea
============================================================ */

/* ------------------------------------------------------------
▼clearfix
------------------------------------------------------------ */
.clearfix:after {
	height: 1px;
}


/* ------------------------------------------------------------
▼page
------------------------------------------------------------ */
body {
	width: 972px;
	background: #fff;
}
/* width: 972px; → 640px */
* html body { zoom: 0.66; }  /* for IE6 */


/* ------------------------------------------------------------
▼HeaderArea
------------------------------------------------------------ */
#HeaderArea {
}

* html #HdSearchArea { width: 165px; }  /* for IE6 */
*:first-child+html #HdSearchArea { width: 165px; }  /* for IE7 */

* html #HdTxtSizeArea { width: 115px; }  /* for IE6 */
*:first-child+html #HdTxtSizeArea { width: 115px; }  /* for IE7 */


/* ------------------------------------------------------------
▼ContentWrap
------------------------------------------------------------ */
#ContentWrap {
}


/* ------------------------------------------------------------
▼GlobalMenuArea
------------------------------------------------------------ */
#GlobalMenuArea {
	display: none;
}


/* ------------------------------------------------------------
▼ContentMainArea
------------------------------------------------------------ */
#ContentMainArea {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* ------------------------------------------------------------
▼ContentSubArea
------------------------------------------------------------ */
#ContentSubArea {
	display: none;
}


/* ------------------------------------------------------------
▼BtmToPageTopArea
------------------------------------------------------------ */
#BtmToPageTopArea {
	display: none;
}


/* ------------------------------------------------------------
▼FooterArea
------------------------------------------------------------ */
#FooterArea {
	display: none;
}


/* プリント用 終了
============================================================ */
}  /* /@media print */
