/* Print CSS */@media print {

@page {
	margin: 3cm;
	size: 297mm 210mm portrait; /*- A4 タテ -*/
}

body{
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝", "細明朝体", "平成明朝","ヒラギノ明朝 Pro W3";
	background-image:none;
	background-color:#fff;
}
body *{
	color:#000000;
}

#wrapper{
	margin:0;
}

#contents #right{
	margin:auto;
	margin-top:10px;
	width:616px;
	float:none;
}



/*---delete box
*/
#keybox,
#header,
#contents #left,
#topic-path,
ul#gnavi,
#lesson-link,
#footer,
#copyright,
body#top #contents #right{
	display:none;
}

body#top #contents #left,
body#top ul#gnavi{
	display:block;
}

}
