@charset "UTF-8";
/* CSS Document */

body {
	/zoom: 0.7;	/* IE6,7 */
}

html>body #wrapper {	/* IE6,7 以外 */
	display: table;
	width:172mm !IMPORTANT;
}

html>body #contents_R_top {	/* IE6,7 以外 */
	display: table-cell;
	float: none;
	width: 82% !IMPORTANT;
	vertical-align: top;
}

html>body #contents_L {	/* IE6,7 以外 */
	display: table-cell;
	float: none;
	width: 22% !important;
	padding-left: XXXpx;
	vertical-align: top;
}
