@charset "utf-8";
/*------------------------------------------------------------

	2009.1.6 ver 0.5 wrote:
    
    Please describe "Add" in the edit part by the comment.

------------------------------------------------------------*/

@import url(reset.css);
@import url(font.css);
@import url(base_layout.css);
@import url(skin.css);

@media print {
    body{
		zoom:75%;
		-ms-zoom:75%;
	}

	#contents,
	.unit{
		width:910px;
	}
	.section,
	.inner,
	.unit,
	.box,
	.unit-head,
	.plugin,
	.page-nation,
	.ebookColumBox,
	.clearFix,
	#contents,
	#header-inner,
	#globalnav,
	#footer,
	#contents-inner{
		overflow:inherit;
	}
	.to-top{
		display:none;
	}
}