@charset "shift_jis";

/* ****************************************************
print.css
Define print layout.
***************************************************** */

/* ****************************************************
1: Area that cannot be printed
2: Basic setting
3: Page brake
4: Common setting
***************************************************** */

/*1: Area that cannot be printed
=========================================*/
.printoff {
	display: none;
}

/*2: Basic setting
=========================================*/
body {
	_zoom:72%;
	background-color:#ffffff;
}

/*3: Page brake
=========================================*/
.changing-page {
	page-break-before: always;
}

/*4: Common setting
=========================================*/
#header-right-box .tagline {
	width:519px;
}
#global-navi .wrap {
	width:981px;
}
div#contents {
	width:981px;
}