@charset "UTF-8";
/* CSS Document */

#tv {
	background-color: #FFFFFF;
}
#tv #list {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 12px;
}
#tv #list .tvItem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 15px;
	margin-top: 15px;
	position: relative;
}
#tv #list h4 {
	background-image: url(../images/arrow.gif);
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
}
#tv #list .caption {
	font-size: 10px;
	padding-left: 13px;	
	line-height: 0.8em;
	margin-top: 5px;
	display: block;
	width: 530px;
}

* html #tv #list .caption {	font-size: 9px; padding-top: 3px;}
	
*:first-child+html #tv #list .caption {	font-size: 9px; padding-top: 3px;}

#tv #list .showTV  {
	position: absolute;
	top: 10px;
	right: 0px;
}


* html #tv #list .showTV  {
	position: absolute;
	top: 10px;
	right: 10px;
}


#main-contentsaaaa {
	background-color: #4B4C4D;
}

