@charset "utf-8";
@media print {
/* ============================================================
＠＠
印刷用

%update / 2011.09.27

------------------
【目次】
------------------
▼clearfix
▼page
▼ContentWrap
============================================================ */

/* ------------------------------------------------------------
▼clearfix
------------------------------------------------------------ */
.clearfix:after {
	height: 1px;
}


/* ------------------------------------------------------------
▼page
------------------------------------------------------------ */
body {
	width: 980px;
	background: #fff;
}
/* width: 980px; → 640px */
* html body { zoom: 0.64; }  /* for IE6 */


/* ------------------
【目次】
------------------ */
h2.basic {
	border: 1px solid #1cd2f3;
	border-left-width: 6px;
	background-color: #c6f4fc;
	background-image: none;
}
h2.basic .hIn01 {
	background-image: none;
}

h3.basic {
	border-bottom: 3px solid #1cd2f3;
	background-image: none;
}



/* ------------------------------------------------------------
▼ContentWrap
------------------------------------------------------------ */
html>/**/body #ContentWrap {  /* for mordern except IE7 */
	width : 960px;
}

html>/**/body #ContentWrap .cwpInnr02 {  /* for mordern except IE7 */
	direction: ltr;  /* 表示順 */
}

html>/**/body #ContentWrap .cwpInnr03 {  /* for mordern except IE7 */
	direction: rtl;  /* 表示順 */
}

html>/**/body #ContentMainArea {  /* for mordern except IE7 */
	float : none;  /* float cancel */
	display : table-cell;
	padding-right : 0px;  /* floatさせていたボックスの間隔 */
	vertical-align : top;
	direction: ltr;  /* 表示順 */
}
html>/**/body #ContentSubArea {  /* for mordern except IE7 */
	float :none;  /* float cancel */
	display : table-cell;
	padding-right : 20px;  /* floatさせていたボックスの間隔 */
	vertical-align : top;
	direction: ltr;  /* 表示順 */
}


ul.dotPrint li {
   display: list-item;
   list-style-type: disc;
   list-style-position:inside;
   
}


/* 印刷用 終了
============================================================ */
}  /* /@media print */
