﻿@charset "UTF-8";

/*-------------------------------------------------------------------
 *
 * File Name   : print.css
 *
-------------------------------------------------------------------*/

/* Index
------------------------------------------
== print ================

------------------------------------------ */

/*===================================================================
	print
===================================================================*/

/* all */
html { overflow: visible; }

/* firefox */
#contetArea, x:-moz-any-link { display:table-cell; }
#leftArea, x:-moz-any-link { display:table-cell; float:none; padding-right:14px; vertical-align:top; }
#rightArea, x:-moz-any-link { display:table-cell; float:none; vertical-align:top; }
#mainArea, x:-moz-any-link { display:table-cell; float:none; vertical-align:top; }

/* IE8 */
html>/**/body .iUp01 { clear /*\**/:both\9; margin-top /*\**/:40px\9;  margin-bottom /*\**/:20px\9; }
html>/**/body #footArea { margin-top /*\**/:0\9; overflow /*\**/:hidden\9; }

/* IE7 */
*:first-child+html #contetArea { display:block; float:left; }
*:first-child+html #leftArea { display:block; float:left; padding-right:0; }
*:first-child+html #rightArea { display:block; float:right; }
*:first-child+html .col2ModWrap .colModR { width:307px; }
*:first-child+html .col3ModWrap .colModR,
*:first-child+html .col3ModWrap .colModC { width:190px; }

/* IE6 */
*html body { zoom: 67%; }
*html #contetArea { display:block; float:left; }
*html #leftArea { display:block; float:left; padding-right:0; }
*html #rightArea { display:block; float:right; }
*html .col2ModWrap .colModR { width:307px; }
*html .col3ModWrap .colModR,
*html .col3ModWrap .colModC { width:190px; }

