@charset "utf-8";
/* =========================================================
name:print.css
about:	for print style
index:
	09:contRight area style
	10:table style
	11:table right border none style
	12:table bottom border solid style
	14:clear fix
========================================================= */

/* head area style ==00
============================================================ */
#headUnavi{
	visibility:hidden;
}

/* topicPath area style ==00
============================================================ */
#topicPath{
	display:none;
}

/* cont area style ==00
============================================================ */
#cont{
	padding:12px 0 20px;
}

/* contLeft area style ==00
============================================================ */
#contLeft{
	display:none;
}

/* contRight area style ==00
============================================================ */
#contRight{
	float:none;
	width:595px;
	line-height:1.5;
	margin:0 auto;
}

#contRight h1{
	font-size:16pt;
}

/* pageTop link style ==09
============================================================ */
.pageTop{
	display:none;
}

/* foot area style ==00
============================================================ */
#footUnavi{
	display:none;
}