@charset "utf-8";

/* --------------------------------------------------------
 * 
 * 		print styles
 * 
 * -------------------------------------------------------- */




/* ----------------------------------------------
 * 		Area that cannot be printed
 * ---------------------------------------------- */
.printoff {
	display: none;
}




/* ----------------------------------------------
 * 		Basic setting
 * ---------------------------------------------- */
body {
	background-color: #ffffff;
}
/* for IE6 */
* html body {
	zoom: 68%;
}

/* ----- global-nav ----- */

#global-nav {
	float: left;
	width: 709px;
}