@charset "utf-8";

/*
	Name         : print.css
	Description  : 印刷スタイル
	Last Modefied: 2007-
	Author       : kaji[at]skyscape.jp
*/

@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;
}

h2,
h3 {
	border-bottom: 1px solid #000;
	font-weight: bold;
}


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




/* Hidden Objects
--------------------------------------------------*/
.pageTop,
#innerLink,
.subMenu,
#mainMenu,
.noPrint {
	display: none !important;
}


/* EOF */