@charset "UTF-8";

@import "/option/visual/hikaritv/common/css/common.css";
@import "style2.css";
@import "layout_channeltop.css";
@import "channel_category.css";

@media print {
	body { 
		color: #000 !important;
		background: #fff !important;
	}	
	div#header,
	div#footer,
	ul#breadcrumbs,
	div#sidebarArea {
		display: none;
	}
	table#mainArea td#secondary {
		background: none;
	}
	div.channelTitle div.tab {
		background: none;
		color: #000;
		font-weight: bold;
		text-align: left;
	}
	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;
	}
}
