@charset "shift_jis";

@import "/search/public/css/common.css";
@import "/search/public/css/service.css";

@media print {
	body { 
		color: #000 !important;
		background: #fff !important;
	}	
	div#header,
	div#footer,
	ul#breadcrumbs,
	div#sidebarArea {
		display: none;
	}
	table.channelSet,
	table.channelList {
		margin-left: 1px;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
	}
	table.channelSet th,
	table.channelSet td,
	table.channelList th,
	table.channelList td {
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
	} 
	table.channelSet th {
		color: #000;
		background: #FFF;
		text-align: center;
	}
	table.channelList td.title {
		background: #FFF;
	}
}
