@charset "utf-8";
/* CSS Document */
*{
	font-size:13px;
}
a:link {
	text-decoration: none;
	color:#1F527B;
}
a:visited{
	text-decoration: none;
	color: #666666;
}
a:active{
	text-decoration: none;
	color: #ff0000;
}
a:hover{
	text-decoration: underline;
	color: #ff0000;
}


body{
	margin:0;
}
.mbody{
	width:975px;
	margin-left:auto;
	margin-right:auto;
}
.top{
	height:56px;
	background-image:url(images/main_r1_c1.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}
	.top a:link {
		text-decoration: none;
		color:#FFF;
	}
	.top a:visited{
		text-decoration: none;
		color: #FFF;
	}
	.top a:active{
		text-decoration: none;
		color: #FF0;
	}
	.top a:hover{
		text-decoration: underline;
		color: #FF0;
	}

.banner{
	height:29px;
	color:#FFF;
	padding-top:70px;
	background-image:url(images/main_r2_c1.jpg);
	background-repeat:no-repeat;
}
	.banner_left{
		width:175px;
		float:left;
		text-indent:25px;
	}
	.banner_right{
		width:750px;
		text-align:right;
		float:left;
	}
	/*
	#blq-searchbox {
		padding:2px 2px 0 4px;
		width:194px;
		height:20px;
		border:0pt none;
		position:absolute;
		bottom:18px;
		left:334px;
		line-height:1.1; 
		background:url(http://newsimg.bbc.co.uk/shared/img/v4/search_round.gif) -66px center no-repeat #fff;
	} 
	#blq-searchbutton {
		padding:0 0 1px 0;
		width:66px;
		height:22px;
		background:url(http://newsimg.bbc.co.uk/shared/img/v4/search_round.gif) 0 center no-repeat #efefef; 
		border:none;
		position:absolute;
		bottom:18px;
		left:534px;
		color:#000;
		cursor:pointer;
	}
	*/
.middle{
	width:100%;
}
	.middle_left{
		width:160px;
		float:left;
	}
	.menu_box{
		padding-top:15px;
	}
		.menu{
			background-color:#E5E5E5;
			height:20px;
			text-indent:8px;
			line-height:20px;
			margin-bottom:2px;
		}
		.menu a:link {
			text-decoration: none;
			color:#1F527A;
			display:block;
		}
		.menu a:hover{
			/*text-decoration: underline;*/
			text-decoration: none;
			color: #FFF;
			display:block;
			background-image:url(images/menu_bg.gif);
		}
		.menu a:visited{
			text-decoration: none;
			color:#999;
			display:block;
		}
		
		
	.links_box{
		padding-top:20px;
	}
		.links{
			width:160px;
			height:38px;
		}
	.middle_right{
		width:801px;
		padding-left:14px;
		float:left;
	}
		.line{
			height:35px;
			line-height:35px;
			background-image:url(images/line.jpg);
		}
			.subject{
				float:left;
				width:466px;
				font-weight:bold;
				font-size:16px;
			}
			.counter{
				float:left;
				width:321px;
				text-align:right;
			}
		.left{
			width:787px;
			padding-top:10px;
			float:left;
		}
			.content{
				
			}
			.img{
				text-align:center;
				padding:5px;
			}
			
			/* 中間頭條 */
			.head_img{
				border: 1px solid #000;
				background-color:#FFF;
				margin:3px;
				float:left;
			}
			.head_title{
				font-size:15px;
				font-weight:bold;
				letter-spacing:1px;
				color:#1F527B;
			}
				.head_title a {
					text-decoration: none;
					font-weight:bold;
					color:#1F527B;
				}
			.head_summary{
				letter-spacing:1px;
				padding-top:8px;
			}
			/* 各版頭條 */
			.news_box{
				width:220px;
				height:190px;
				padding:5px;
				float:left;
				margin-right:2px;
				margin-bottom:3px;
				background-color:#F0F0F0;
			}
			.image{
				border: 1px solid #000;
				background-color:#FFF;
				margin:3px;
				float:left;
			}
			.title{
				/*float:left;*/
				padding:3px;
				letter-spacing:1px;
				color:#1F527B;
			}
				.title a {
					text-decoration: none;
					font-weight:bold;
					color:#1F527B;
				}
			.summary{
				clear:both;
				letter-spacing:1px;
				padding:5px;
			}
			
			
		.right{
			width:321px;
			padding-top:10px;
			padding-left:14px;
			float:left;
		}
			.news_subject{
				/*font-weight:bold;*/
				font-size:16px;
				margin-bottom:5px;
			}
			.hot_box{
				height:80px;
				margin-bottom:10px;
			}
.footer{
	background-image:url(images/main_r4_c1.jpg);
	height:80px;
	margin-top:25px;
	padding-left:125px;
	padding-top:40px;
	color:#FFF;
	letter-spacing:1px;
	line-height:20px;
	background-repeat:no-repeat;
}
	.footer a:link {
		text-decoration: none;
		color:#FFF;
	}
	.footer a:visited{
		text-decoration: none;
		color: #FFF;
	}
	.footer a:active{
		text-decoration: none;
		color: #FF0;
	}
	.footer a:hover{
		text-decoration: underline;
		color: #FF0;
	}

