  @charset "utf-8";

@media print{

/*  Print css
-----------------------------------------------------------------------------*/
body {
	  background: none;
}

#header,
#navi,
#pan,
#footer,
#side{
	display:none;
	background:none;
}


#contents{
	position:relative;
}

#contents h1{
	background:url(/du/img/h1_back.jpg) no-repeat;
	line-height:40px;
	padding-left:26px;
	font-size:14px;
	color:#FFFFFF;
	margin-bottom:20px;
}


#contents #main_contents{
	margin:0 auto;
	position:absolute;
	float:none;
	width:580px;
}

}