/* CSS Document */

/**************************************************************************
* QA.css 2007/08/01
===========================================================================
* 常見問題CSS
===========================================================================
* Edited by Edward in GOGOTDI
* Copyright (C) 2007 Tang Digital Integration
***************************************************************************/

.head03{
	background-image:url(../images/home/head/news.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:2em;
	padding-top:4px;
	font-size:15px;
	color:#455173;
	line-height:24px;
	margin-top:8px;
	margin-bottom:15px;
}
	.head03 a:link{color:#455173; text-decoration:none;}
	.head03 a:visited{color:#455173; text-decoration:none;}
	.head03 a:hover{color:#FF9900;}
	.head03 a:active{color:#FF9900;}

.text-content{
	width:555px;
	margin:0 auto;
	height:290px;
	overflow:scroll;
	overflow-x:hidden;
	padding:5px;
	padding-top:12px;
	clear:both;
	}
.pic-div{
	width:545px;
	margin:30px auto 10px;
	clear:both;
	}
	.pic-div img{
		border:3px solid #B6BFC2;
		margin-left:10px;
		margin-right:10px;
		}
.news-tittle{
	width:555px;
	margin:10px auto 0px;
}
	.news-tittle h3{
		display:block;
		width:400px;
		font-size:15px;
		color:#003366;
		float:left;
	}
	.news-tittle span{
		float:right;
	}
#go-page{
	clear:both;
}


.link {
  color: #6666CC;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}