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

*{
	margin:0px;
	padding:0px;
	font-size:100%;
	list-style:none;
}

img{
	border:none;
}
body, html{
	height:100%;
}
strong{
	font-weight:normal;
}
/*------------
ヘッダー
--------------*/
#header{
	height:100px;
}
	#header h1 a{
		display:block;
		background:url(../images/logo.gif);
		text-indent:-9999px;
		width:121px;
		height:78px;
		overflow:hidden;
	}


/*-----------
メイン
--------------*/
#main{
	width:920px;
	margin:auto;
	background:#FFFFFF;
}


/*----------
サイドバー
-----------*/
#sideBar{
	width:120px;
	margin:20px 0px 0px 30px;
	float:right;
}
#area{
	width:110px;
}
#area h3{
	background:url(../images/block_back.gif) no-repeat;
	line-height:22px;
	color:#FFFFFF;
	padding:0px 0px 0px 10px;
	font-size:80%;
	font-weight:normal;
/*	background:#ff910f;*/
}
#area ul{
/*	background:#FFFF99;
	border:1px solid #ffd452;*/
}
	#area li{
		margin:5px 0px 5px 10px;
		font-size:80%;
	}
	#area a{
		color:#111111;
		text-decoration:none;
	}
		#area a:hover{
			text-decoration:underline;
		}

/*--------------
サイドバー2
---------------*/
#sideBar2{
	width:200px;
	float:left;
	margin:20px 0px 0px 10xp;
}
	#sideBar2 div{
		text-align:center;
		margin-bottom:20px;
	}
	
	.link li{
		margin:0px 0px 10px 0px;
	}
	.link a{
		color:#111111;
		font-size:80%;
		text-decoration:none;
	}
	.link a:hover{
		text-decoration:underline;
	}
/*---------------
表示領域
----------------*/
#content{
	width:545px;
	float:left;
	margin-right:15px;
}

	#content table{
		border-collapse:collapse;
		margin:0px 0px 20px 0px;
		width:100%;
	}
	#content td, #content th{
		font-size:80%;
		border:1px solid #ce750c;
		padding:2px;
	}
	#content td.ch{
		border-right:none;
	}
	#content td.time{
		text-align:right;
		border-left:none;
	}
	
	#content iframe{
		width:540px;
		height:100px;
		overflow:hidden;
		border:none;
	}
	#content .title{
		text-align:left;
		background:#ff910f;
		color:#FFFFFF;
	}
	
/*--------------
トップの説明文
---------------*/
#description{
	padding:0px 0px 15px 0px;
	margin:0px 0px 15px 0px;
	border-bottom:1px dotted #999999;
}
#description p{
	font-size:80%;
	line-height:140%;
}
/*--------------
日付
---------------*/
#date{
	margin:0px 0px 5px 0px;
}
	#date h3{
		clear:both;
		background:url(../images/arrow.gif) no-repeat left center;
		padding:0px 0px 0px 15px;
		font-size:80%;
		font-weight:normal;
	}
	#date ul{
		margin:0px 0px 30px 0px;
	}
	#date li{
		float:left;
		border-right:1px dotted #999999;
		margin-right:5px;
		padding-right:5px;
		font-size:80%;
	}
	#date a{
		text-decoration:none;
		color:#111111;
	}
	#date a:hover{
		text-decoration:underline;
	}
/*--------------
チャンネル
---------------*/
#ch{
	padding:5px 0px 5px 0px;
	clear:both;
	font-size:80%;
}
	#ch label{
		margin-right:5px;
	}
/*--------------
フッター
---------------*/
#footer{
	padding:20px;
	clear:both;
	text-align:center;
}
	#footer a{
		font-size:80%;
		color:#555555;
		font-weight:bold;
		text-decoration:none;
	}
		#footer a:hover{
			text-decoration:underline;
		}
	
