@charset "utf-8";

/*
	Name         : print.css
	Description  : 印刷スタイル
	Last Modefied: 2007-
*/

@import url("./reset-fonts.css");
@import url("./modules.css");


/* Tags
--------------------------------------------------*/

* {
	color: #000 !important;
	background: #fff !important;
	line-height: 1.5 ;
}

a:link,
a:visited {
	color: #000  !important;
	background: #fff  !important;
	text-decoration: underline  !important;
}


/* Blocks
--------------------------------------------------*/




/* Hidden Objects
--------------------------------------------------*/

#footer,
#subCol,
.pageTop,
.noPrint {
	display: none !important;
}


/* EOF */
