@charset "utf-8";

/* ****************************************************
Title: print.css
Created: 2010/01/12
Last Modified: 2009/01/12
Editor(s): nishio
Last Editor: nishio
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 for previous ie
#02 for all browser

----------------------------------------*/


/* #01 for previous ie
---------------------------------------------------------------------------- */

body {
	zoom: 100%;
}

* html body {
	zoom: 68%;
}

*:first-child+html body {
	zoom: 68%;
}

* html div#gNav dl {
	width: 901px;
}

*:first-child+html div#gNav dl {
	width: 901px;
}


/* #02 for all browser
---------------------------------------------------------------------------- */

div#gNav dl dd ul li a img {
	visibility: visible !important;
}