@charset "utf-8";

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

@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
--------------------------------------------------*/

#content {
	margin: 0;
	padding: 0;
	width: 660px;
}

h1 {
	margin-bottom: 10px;
}


.detailCol td,
.detailCol th {
	border: 1px solid #000;
}


/* Hidden Objects
--------------------------------------------------*/
.subMenu,
#search,
#styleSwitch,
#headerMenu,
#mainMenu
#txtSize,
.pageTop,
#instBtnCol,
#bottom,
#footer,
.noPrint {
	display: none !important;
}


/* EOF */