@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/*=================================================================
	
	BS朝日 / 番組名CSS
	・Customize: 2011.06/14

=================================================================*/


/*-----------------------------------------------------------------
		メインビジュアル
-----------------------------------------------------------------*/
#main-img {
	width: 660px;
	height: 250px;
	<!--background: url(../images/common/main.jpg) no-repeat left top;-->
	overflow: hidden;
}

#main-img h1,#main-img p {
	font-size: 1px;
	text-indent: -9999px;
}


#left-container a { color: #414141;}
#left-container a:hover { color: #cc0000; text-decoration: none;}


/* 画像スタイル */
img { border: 0;}
img.i-window { vertical-align: middle; margin-left: 5px;}
.f-left { float: left;}
.f-right { float: right;}

.img-left {
	float: left;
	margin: 0 20px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 15px;
}


/*-----------------------------------------------------------------
		トップ
-----------------------------------------------------------------*/
/* 画像のマウスオーバー処理 */
#main a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#sm-area {
	text-align: right;
	margin: 10px 0 0 0;
}

.border-box {
	margin: 0 0 20px 0;
	padding: 20px;
	border: solid 1px #cdcdcd;
}

#relation-box ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}


/* 関連バナー */
#relation-box h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 110%;
	text-indent: 0px;
	clear: both;
}

#relation-box h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 110%;
	text-indent: 0px;
	clear: both;
}

#relation-box ul li {
	padding: 0 4px 0 0;
	font-size: 110%;
	float: left;
}

#relation-box ul li.end {
	padding: 0 0 0 0 !important;
}

h2#ttl-news { background: url(../images/common/ttl_news.gif) no-repeat left top; height: 30px;}/*お知らせ*/
h2#ttl-outline { background: url(../images/common/ttl_outline.gif) no-repeat left top; height: 30px;}/*概要*/
h2#ttl-schedule { background: url(../images/common/ttl_schedule.gif) no-repeat left top; height: 30px;}/*放送予定*/

/*-----------------------------------------------------------------
H2タイトル
-----------------------------------------------------------------*/
#left-container h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	clear: both;
}

/*-----------------------------------------------------------------
H3タイトル
-----------------------------------------------------------------*/
h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #414141;
	clear: both;
	font-weight: bold;
}

/*-----------------------------------------------------------------
		※その他の固有スタイルは以下に追記下さい
-----------------------------------------------------------------*/

#site-footer{
	margin-top: 50px;
}

.hrline{
	background-image: url(../images/common/line_story.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
	margin-bottom: 20px;
}

/* テーブル（一覧用） */
table.tbl-storylist {
	margin: 0 0 15px 0;
	border: none;
	width:100%;
}

table.tbl-storylist th {
	padding: 9px 10px;
	background: #e0ddd4;
	font-size: 75%;
	text-align: center;
	border-right: solid 1px #ffffff;
}

table.tbl-storylist td {
	font-size: 100%;
	border-bottom: dotted 1px #7d7c7e;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

table.tbl-story th.list-2 {
	width: 50%;
}

/*------------------------------------------
EPG
------------------------------------------*/

.tbl-sch {
	width: 100%;
}
.tbl-sch th {
	background-color: #e0ddd4;
	text-align: center;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	border-right: solid 1px #ffffff;
	white-space: nowrap;
	vertical-align:middle;
}
.tbl-sch td {
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7d7c7e;
	line-height:150%;
	vertical-align:middle;
}

#index #layout #main #left-container .border-box .clearfix .tbl-sch tr td dl dt {
	clear: left;
	float: left;
}
#index #layout #main #left-container .border-box .clearfix .tbl-sch tr td dl dd {
	margin-left: 3em;
}
#index #layout #main #left-container .border-box .clearfix .tbl-sch th {
	font-size: 80%;
}
