/* 番組情報 */
h2.H_tv {
	background-image: url(../images/h1_tv.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.tv {
	padding: 0px;
	margin-bottom: 30px;
}
p.tv_data {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: right;
	background-color: #018b3e;
	background-image: url(../images/tv_data.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 130%;
	float: right;
}
p.tv_title {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top: 1px solid #018b3e;
	clear: both;
	line-height: 150%;
	padding-top: 3px;
	padding-bottom: 4px;
	width: 665px;
	background-image: url(../images/tv_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
*html p.tv_title {
	padding-top: 7px;
	padding-bottom: 8px;
}
p.tv_title span {
	background-image: url(../images/tv_eyecatch.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
div.tv_text {
	background-color: #f4f6fa;
	padding: 10px;
}
