/*@ charset "UTF-8";*/

/* --- コンテンツタイトル --- */

div#ctt_unit:after,
div#ctt_unit_left:after {
	content:"";
	display:block;
	clear:both;
	}

div#ctt_unit {
	position : relative ;
	display:block;
	height:66px;
	background:#696969 url("../img/title_bg.gif") left top repeat-x;
	text-align:left;
	padding:10px;
	margin-bottom:10px;
	}

div#ctt_unit_left {
	position : relative ;
	display:block;
	height:66px;
	background:#696969 url("../img/title_bg.gif") left top repeat-x;
	text-align:left;
	padding:10px;
	}

	/* コンテンツ・タイトル（和文） */
	div#ctt_unit #main_title,
	div#ctt_unit_left #main_title {
		font-size:20px;
		line-height:24px;
		color: #fff;
		white-space:nowrap;
		text-decoration: none;
		font-weight: bold;
		font-style: normal;
		font-family: "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
		}

	/* コンテンツ・タイトル（英文） */
	div#ctt_unit #small_title,
	div#ctt_unit_left #small_title {
		font-size:10px;
		line-height:14px;
		color: #fff;
		white-space:nowrap;
		text-decoration: none;
		font-weight: normal;
		font-style: normal;
		font-family: Arial, Helvetica, Sans-Serif;
		padding-left:1px;
		}

/* --- コンテンツユニット --- */

	div.cts_unit {
		position : relative ;
		display:block;
		text-align:left;
		margin-bottom:8px;
		}

/* --- ミニ番組案内 --- */

	/* 詳細ボタン */
	img#tvpg_detail {
		float: right;
		margin:1px 0;
		width:76px;
		height:17px;
		}

	div#tvpg:after {
		content:"";
		display:block;
		clear:both;
		}

	div#tvpg {
		position : relative ;
		margin:5px 0;
		border: solid 1px #c0c0c0;	
		width: 203px;
		height: 170px;
		overflow: auto;
		background-color:#fff;
		}

	div#tvpg table {
		width:100%;
		border-collapse:collapse;
		border:0px;
		padding:0px;
		}

	div#tvpg table td.tm0 {
		width:30px;
		font-size:10px;
		line-height:19px;
		color: #696969;
		white-space:nowrap;
		text-decoration: none;
		font-weight: bold;
		text-align:right;
		padding:0 5px 2px 5px;
		background-color:#f5f5f5;
		}

	div#tvpg table td.pg0 {
		font-size:10px;
		line-height:19px;
		color: #303030;
		white-space:nowrap;
		text-decoration: none;
		font-weight: normal;
		text-align:left;
		padding:0 5px 2px 5px;
		}

	div#tvpg table td.tm1 {
		width:30px;
		font-size:10px;
		line-height:19px;
		color: #696969;
		background:#fff6cc url("../img/pg_now.gif") left top repeat;
		white-space:nowrap;
		text-decoration: none;
		font-weight: bold;
		text-align:right;
		padding:0 5px 2px 5px;
		}

	div#tvpg table td.pg1 {
		font-size:10px;
		line-height:19px;
		color: #303030;
		background:#fff6cc url("../img/pg_now.gif") left top repeat;
		white-space:nowrap;
		text-decoration: none;
		font-weight: normal;
		text-align:left;
		padding:0 5px 2px 5px;
		}


