@charset "utf-8";

/* background contents-margin
=================================*/
body {
	zoom: 65%;
}

/* print setting
=================================*/
*:first-child+html div {/* IE7 hack */
	zoom: 1;
}

html>/**/body div.all{ display:table;}

html>/**/body div.left{ display:table-cell; float:none;}

html>/**/body div.right{ display:table-cell; float:none;}
