@charset "shift_jis";
@media print {
/* ============================================================
プリント用

%update / 2011.05.31

------------------
【目次】
------------------
▼clearfix
▼page
▼ContentWrap
============================================================ */

/* ------------------------------------------------------------
▼clearfix
------------------------------------------------------------ */
.clearfix:after {
	height: 1px;
}


/* ------------------------------------------------------------
▼page
------------------------------------------------------------ */
body {
	width: 988px;
	background: #fff;
}
/* width: 988px; → 640px */
* html body { zoom: 0.65; }  /* for IE6 */


/* ------------------------------------------------------------
▼ContentWrap
------------------------------------------------------------ */
html>/**/body #ContentWrap {  /* for mordern except IE7 */
	width : 980px;
}

html>/**/body #ContentWrap .cwpInnr02 {  /* for mordern except IE7 */
	direction: ltr;  /* 表示順 */
}

html>/**/body #ContentMainArea {  /* for mordern except IE7 */
	float : none;  /* float cancel */
	display : table-cell;
	padding-right : 25px;  /* floatさせていたボックスの間隔 */
	vertical-align : top;
	direction: ltr;  /* 表示順 */
}
html>/**/body #ContentSubArea {  /* for mordern except IE7 */
	float :none;  /* float cancel */
	display : table-cell;
	padding-right : 0;  /* floatさせていたボックスの間隔 */
	vertical-align : top;
	direction: ltr;  /* 表示順 */
}


/* プリント用 終了
============================================================ */
}  /* /@media print */
