@charset "utf-8";

/* ----------------------------------------------

	ザックザック / print STYLE
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */


/* modules
---------------------------------------------- */


/* styles
---------------------------------------------- */
body {
	background-image: none;
	margin:0;
	padding:0;
}


#wrapper, 
#content {
	width: auto;
	background:none;
}

#header,
#gNav,
#uNav,
#imgTopMain {
	display:none;
}

#header h1,
#header ul,
#footer ul {
	display: block;
}


#content {
	overflow: visible;
	text-align: left;
	margin:0;
}

#content #main,
#content #sub {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: visible;
	display:block;
}

/* ----------------------------------------------

		hacks

---------------------------------------------- */

/* Clearfix
---------------------------------------------- */


div#XXX {
		zoom: 1;/*for IE 5.5-7*/
}
div#XXX:after
 {/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div#XXX {
	display: inline-table;
	/*\*/display: block;/**/
}

