@charset "utf-8";
#box {
	clear:both;
}

#box #main {
	float:left;
	width:680px;
}

#box #menu {
	float:right;
	width:300px;
}

.programName{
	padding:0 0 3px 0;
	margin:0 0 3px 0;
	color:#276687;
	font-weight:bold;
	font-size:107%;
}

.programTitle{
}

.programLink {
	font-size:93%;
	color:#42A0FF;
}

.programText {
	font-size:77%;
	color:#666;
	
}

ul.date_list {
	list-style:none;
	margin:0px;
	padding:0px;
	background:url(images/bgDateTab.png);
	height:30px;
}

ul.date_list li{
	float:left;
	list-style:none;
	line-height:30px;
	font-size:12px;
	width:80px;
	height:30x;
	text-align:center;
	font-weight:bold;
	color:#666;
	background:url(images/bgDateTabLi.png) no-repeat;
	background-position:-160px 0px;
}

ul.date_list li a{
	display:block;
	text-decoration:none;
	width:80px;
	height:30px;
	line-height:30px;
}

ul.date_list li a:link,
ul.date_list li a:visited{
	background:url(images/bgDateTabLi.png);

}

ul.date_list li a:hover,
ul.date_list li a:active{
	background:url(images/bgDateTabLi.png);
	background-position:-80px 0px;
}

.time_table {
	clear:both;
	margin:0px;
	padding:20px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}

.time_table table {
	margin:0px;
	padding:0px;
	width:100%;
	border-top:#01789F solid 1px;
	border-left:#01789F solid 1px;
}

.time_table table th {
	padding:5px 0px 5px 8px;
	border-bottom:#01789F solid 1px;
	border-right:#01789F solid 1px;
	width:10%;
	text-align:left;
	font-weight:normal;
	background:#0099CC;
	color:#FFFFFF;
}

.time_table table td {
	padding:5px;
	border-right:#01789F solid 1px;
	border-bottom:#01789F solid 1px;
}


.time_table table td a {

}


#menu .PickUpTitle {
	margin:0;
	padding:0;
	color:#7FC61F;
	font-weight:bold;
	text-align:center;
}

#menu .PickUpItem {
	margin:0px;
	padding:5px 0px;
	border-bottom:solid 1px #7FC61F;
}

#menu .PickUpItemTime {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:120%;
	font-weight:bold;
	color:#666;
}

#menu .PickUpItemTitle {
	margin:0;
	padding:0;
	color:#7FC61F;
	font-weight:bold;
}


#menu .PickUpItemText {
	margin:0;
	padding:0 0 5px 0;
	font-size:77%;
	line-height:120%;
	color:#666;
}
#menu .PickUpItemText p{
	margin:0;
	padding:0;
}



