@charset "utf-8";

/* ****************************************************
  print styles
***************************************************** */




/* Area that cannot be printed
=========================================*/
.printoff {
	display: none;
}




/* Basic setting
=========================================*/
body {
	background-color: #ffffff;
}
/* for IE6 */
* html body {
	zoom: 70%;
}

/* Global-navi */
#global-navi {
	width: 961px;

}





/* Image decoration
=========================================*/
/* for IE6 */
* html #contents-area .image-decoration {
	zoom: 1;
}
/* for IE7 */
*: first-child+html #contents-area .image-decoration {
	zoom: 1;
}




/* Layout with frame
=========================================*/
/* for IE6 */
* html #contents-area div.frame-box div.layout-type-01 div.two-left p img.img.blank-img {
	position: absolute;
}




/* 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;
}
