@charset "utf-8";

/* ------------------------------------------------------------------------- */
/*		Print CSS		*/
/* ------------------------------------------------------------------------- */

/* Base
------------------------------------------------- */

body{
	background-image:none;
	background-color:#fff;
	font-family:serif;
}
a{
	text-decoration:underline;
}
/*
a:after{
	content: "("attr(href)")";
}
*/
table{
	page-break-inside: avoid;
}
/*--Print Size(A4)--*/
@page { size: 21.0cm 29.7cm; }
@page { marks: crop; }

/* ---------------------------------------------- */

#lev2Contents{
	background:none;
}

#rightContents{
	float:none;
	width:724px;
	margin:0 auto;
}

#mainContents{
	float:none;
	width:545px;
}


/*---delete box
*/
#header-wrapper,
#globalNavi,
#topicPath,
#localNavi,
#helpMenu,
#footer,
#futility-wrapper,
#printBtn{
	display:none;
}
