@charset "utf-8";

/* ****************************************************
print.css
Define print layout.
***************************************************** */

/* ****************************************************
1: Area that cannot be printed
2: Basic setting
3: Page brake
***************************************************** */


/*1: Area that cannot be printed
=========================================*/
.printoff {
	display: none;
}

/*2: Basic setting
=========================================*/
body {
	background-color:#ffffff;
	overflow: visible !important;
}
/* for IE6 */
* html body {
	zoom:70%;
}

/* Global-navi */
#global-navi {
	width:951px;
}
div#contents img.blank-img,
div#contents img.pdf-img {
	position:relative;
}

/*===================================
Image decoration
===================================*/
/* for IE6 */
* html div#contents .image-decoration {
	zoom:1;
}
/* for IE7 */
*:first-child+html div#contents .image-decoration {
	zoom:1;
}

/*===================================
Layout with frame
===================================*/
/* for IE6 */
* html div#contents div.frame-box div.layout-type-01 div.two-left p img.img.blank-img {
	position:absolute;
}

/*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;
}
