@charset "utf-8";

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

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


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

body {
	color: #000;
	background: #fff;
	line-height: 1.5;
}

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


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


/* Table
--------------------------------------------------*/

.spec td,
.spec th {
	pading: 2px 5px;
	border: 1px solid #000;
}


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

#pageTable,
.pageTop,
#mainmenu,
#header,
#footer,
.noPrint {
	display: none !important;
}


/* EOF */