/* --------------------------- for print --------------------------- */
@media print {

/* ================= basic : elements ================= */
body {
	background-image: none;
	}

/* --------------------------------- NAVI ---------------------------------- */
#NAVI ul {
	white-space: nowrap;
	}


ol.training {
	list-style-image: url(../images/no1.jpg);
	background-repeat: no-repeat;
	}



/* -------------------------------- FOOTER --------------------------------- */
#FOOTER {
	clear: both;
	}

	}

