@charset "UTF-8";

/* channelCSS Document */

/*■■■■layout■■■*/

div#contents_info div.channel_contents h1{
	width: 612px;
	height:30px;
	margin:0px auto;
	background: url(/info/images/title_channel.gif);
}
div#contents_info div.channel_contents div.channel{
	width: 600px;
	margin:0px auto;
	padding:5px 0px;
}
div#contents_info div.channel_contents div.channel table{
	border-collapse:collapse;
	width:100%;
}
div#contents_info div.channel_contents div.channel tr.c2 th,
div#contents_info div.channel_contents div.channel tr.c2 td{
	border-top: 10px solid #fff8f3;
}

div#contents_info div.channel_contents div.channel th{
	border-left: 5px solid #fff8f3;
	border-right: 1px solid #fff8f3;
	border-bottom: 2px solid #fff8f3;
	background:#fc9;
	width:14%;
}
div#contents_info div.channel_contents div.channel td{
	border-right: 5px solid #fff8f3;
	border-left: 1px solid #fff8f3;
	border-bottom: 2px solid #fff8f3;
	background:#ffc;
	text-align:center;
	width:11%;
}

div#contents_info div.channel_contents div.channel tr.c3 th{
	background:#f60;
}
div#contents_info div.channel_contents div.channel tr.c3 td{
	background:#fc9;
}


/*■■■■font■■■*/
div#contents_info div.channel_contents div.channel td,
div#contents_info div.channel_contents div.channel th{
	font-size:80%;
}

div#contents_info div.channel_contents div.channel tr.c3 th{
	color:#fff;
}