@charset "utf-8";

/*********************************************************************
 *
 * </common/css/print.css>
 *
 * 
 *
 * ===================================================================
 * 
 *  ■概要
 *
 *  印刷用CSS
 *
 *********************************************************************/


/*  Common
---------------------------------------------------------- */

br.clear {
	display: block;
}


/*  Body
---------------------------------------------------------- */

body{
	background:none;
	margin:0;
	padding:0;
	font-size:13px;
}

div#wrapper {
	position: static;
	_height: auto;
	min-height: 0;
	margin: 0;

}

div#wrapper_bottom{
	background:none;
}




.no_print,
#back_top{
	display:none !important;
}