/* NEWSページ用CSS */
@charset "utf-8"; 

li	{
	font-size:12px;
	font-weight:normal;
	}
	
ol	{
	padding-top:0px;
	}
	
.news_style1 {
	font-size:12px !important;
	}

.news_style2 {
	font-weight:bold;
	color:#FF0000;
	}

td {
	font-size:12px;
	font-weight:normal;
}


.video_table{
margin:0 0 0 1em;
border-collapse:collapse;
border:#333333 1px solid;
}

.video_tr_title{
background-color:#FFFFFF;
}

.video_tr_odd{
background-color:#F9DBA4;
}

.video_tr_even{
background-color:#FDF5AE;
}

.video_mark	{
font-size:11px;
width:16;
border-right:#333333 1px solid;
}

.video_title	{
font-size:11px;
width:250;
border-right:#333333 1px solid;

}

.video_description{
font-size:11px;
width:100;
border-right:#333333 1px solid;

}

.video_time{
font-size:11px;
width:50px;
white-space:nowrap;
border-right:#333333 1px solid;
}
