@charset "utf-8";
/*//================================================================================================
// 天和地-連結文字
//================================================================================================ */
.font_toplink {
	font-size:12px;
	color:#ff6600;
	font-family: Arial, Helvetica, sans-serif;
}
.font_toplink a {
	color:#333333;
	text-decoration: none;
}
.font_toplink a:hover {
	text-decoration: underline;
}
.font_footer_txt {
	font-size:12px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	line-height: 20px;
}
.font_footerlink_sports {
	color:#eb1c24;
	text-decoration: none;
	font-weight: bold;
}
.font_footerlink_sports:hover {
	text-decoration: underline;
}
.font_footerlink_drama {
	color:#03b3ee;
	text-decoration: none;
	font-weight: bold;
}
.font_footerlink_drama:hover {
	text-decoration: underline;
}
.font_footerlink_world {
	color:#FF9900;
	text-decoration: none;
	font-weight: bold;
}
.font_footerlink_world:hover {
	text-decoration: underline;
}
.font_footerlink_others {
	color:#333333;
	text-decoration: none;
}
.font_footerlink_others:hover {
	text-decoration: underline;
}
/*//================================================================================================
// 現在位置
//================================================================================================ */
.font_path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.font_path a {
	color: #333333;
	text-decoration: underline;
}
.font_path a:hover {
	text-decoration: underline;/*各單元連結不同顏色在個別的css裡,ex:hd_font.css*/
/*	color: #00abe3;*/
}
/*//================================================================================================
// 標題右方more
//================================================================================================ */
.font_more_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	letter-spacing: 0.05em;/*各單元>icon不同顏色在個別的css裡,ex:hd_font.css*/
/*	color: #FF6600;*/
}
.font_more_link a {
	color: #FFFFFF;
	text-decoration: none;
}
.font_more_link a:hover {
	text-decoration: underline;
}
/*//================================================================================================
// 列表
//================================================================================================ */
.font_item_list {
	font-size:12px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
}
.font_item_list a {
	color:#333333;
	text-decoration: none;
	display: inline-block;
}
.font_item_list a:hover {
	text-decoration: underline;
	/*各單元mouseover後連結不同顏色在個別的css裡,ex:hd_font.css*/
/*	color:#ff6600;*/
}
/*//================================================================================================
// 標題粗體+內文
//================================================================================================ */
.font_list_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #888;
	text-decoration: none;
}
.font_list_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.font_list_title a {
	color: #333333;
	text-decoration: none;
}
.font_list_title a:hover {
	text-decoration: underline;
}
.font_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.font_title a {
	color: #333333;
	text-decoration: none;
}
.font_title a:hover {
	text-decoration: underline;
}
/*//================================================================================================
// 現正播映
//================================================================================================ */
.font_show_list_333 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
.font_show_list_333 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
.font_show_list_333 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.font_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	/*各單元不同顏色在個別的css裡,ex:hd_font.css
	/*	color: #00abe3;*/
}
/*//================================================================================================
// 右欄現正播映
//================================================================================================ */
.font_show_sports{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eb1c24;
	line-height: 16px;
}
.font_show_drama{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #03b3ee;
	line-height: 16px;
}
.font_show_world{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	line-height: 16px;
}
/*//================================================================================================
// 各顏色字體
//================================================================================================ */
.font12_fff{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.font12_333{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.font12_333_h20_b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.font12_333_h20{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.font12_333_h20 a{
	color: #333333;
	text-decoration: none;
}
.font12_333_h20 a:hover{
	text-decoration: underline;
}
.font12_333_h20_link{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.font12_333_h20_link a{
	text-decoration: underline;
	color: #333333;
}
.font12_888_h20{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	text-decoration: none;
	line-height: 20px;
}
.font12_888_h20 a{
	color: #888;
	text-decoration: none;
}
.font12_888_h20 a:hover{
	text-decoration: underline;
}
.font12_888_h20_link{
	font-size: 12px;
	color: #888;
	text-decoration: none;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.font12_888_h20_link a{
	text-decoration: underline;
	color: #888;
}
.font12_ff9900_h20{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
	line-height: 20px;
}
.font12_ff9900_h20 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: underline;
	line-height: 20px;
}
.font12_ff9900_h20 a{
	color: #ff9900;
	text-decoration: underline;
}
.font12_ff9900_h20 a:hover{
	color: #ff9900;
	text-decoration: underline;
}
.font15_333{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.font15_333_b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.font16_333_b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/*//================================================================================================
// 2010/6/11 turtle新增 - for賽事看板
//================================================================================================ */
.board_orange_12{
font-size:12px;
line-height:18px;
color:#ffb800;
}

.board_white_13{
font-size:13px;
font-family:Verdana, 新細名體, sans-serif;
line-height:20px;
color:#ffffff;
}

.board_number_26{
font-size:26px;
font-family:Arial, Gadget, sans-serif;
font-weight:bold;
font-style:normal;
line-height:30px;
color:#ffffff;
padding-bottom:100px;
}

.board_orange_12_fifa{
font-size:12px;
line-height:16px;
color:#ffb800;
}

.board_white_13_fifa{
font-size:13px;
font-family:Verdana, 新細名體, sans-serif;
line-height:16px;
color:#ffffff;
}

.board_white_12_fifa{
font-size:12px;
font-family:Verdana, 新細名體, sans-serif;
line-height:16px;
color:#ffffff;
}