@charset "UTF-8";
/* print.css : hajimeni */


/* --------------------------------------------------
Block */

/* for WinIE6 */
* html div#main div.section div.txt-right {
	width: 450px;
}

/* for WinIE6 */
* html div#main div.box-small div.section {
	float: left;
	width: 310px;
	margin-right: 20px;
}

/* for WinIE6 */
* html div#main div.box-small div.section.print-last {
	float: right;
	margin-right: 0;
}

/* for WinIE6 */
* html div#main div.box-small div.section.last {
	page-break-before: always;
	clear: both;
	float: none;
	width: 640px;
	margin-right: 0;
}

/* for WinIE6 */
* html div#main div.box-small div.section h2 {
	width: 310px;
}

/* for WinIE6 */
* html div#main div.box-small div.section.last h2 {
	width: auto;
}


/* End */