@charset "utf-8";
/* ****************************************************
Since : 2008-06-03
Last Modified: 2008-06-03
***************************************************** */

/*1: Area that cannot be printed
=========================================*/
.printoff {
	display: none;
}

/*2: Basic setting
=========================================*/
body {
	_zoom:70%;
	background-color:#ffffff;
}

/*3: Page brake
=========================================*/
.changing-page {
	page-break-before: always;
}


body#index object {
	display:none;
	height:0;
}
body#index #flash-area {
	display:none;
}
body#index div#flash-print-area {
	display:block;
	width:925px;
	margin:0 auto;
}