@charset "utf-8";

/* ****************************************************
Title: print.css
Created: 2010-02-05
Last Modified: 2010-02-05
Editor(s): Go Tanabe
Last Editor: Go Tanabe
***************************************************** */


/* 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;
}