@charset "utf-8";
/* CSS Document */


/* 上方跑馬燈背景&文字樣式
****************************************************************************************************/
#scrolling {
	background-image: url(../images/index/scrolling_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	display: block;
}
#scrolling span{
	margin:25px auto 5px auto;
	display: block;
	width:860px;
	height:20px;
}

#scrolling span a {
	color:#000000;
}/*跑馬燈區塊圖片關鍵字連結顏色*/

#scrolling span a:hover {
	border:none;
}/*跑馬燈區塊圖片關鍵字連結移至不要產生下方邊線-此部分不影響-隱藏*/


/* 地理位置區塊樣式
****************************************************************************************************/
#map a:hover {
	border:none;
}/*地理位置區塊圖片連結移至不要產生下方邊線*/



/* 即時金價文字樣式
****************************************************************************************************/
#black_text {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}/*黑色字體樣式*/

#gray_text {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	letter-spacing: -1px;
}/*灰色小字體樣式*/


/* 首頁右邊區塊樣式
****************************************************************************************************/
#today_goldprice {
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #d9c36e;
	letter-spacing: 1px;
}/*今日金價金色文字設定*/

.red_s_text {
	font-size: 17px;
	line-height: 24px;
	font-weight:bold;
	color: #FF0000;
}/*今日金價日期較小文字紅色由程式跑之文字設定*/

.red_l_text {
	font-size: 21px;
	line-height: 24px;
	font-weight:bold;
	color: #FF0000;
}/*今日金價價錢較大文字紅色由程式跑之文字設定*/

#index_right{
	margin: 6px 0 0 -21px;
}/*包住右邊區塊的大表格，因有左邊表格間距15px+21px,所以往左移21px 
讓中間空格不會太開,再使上方間距往下移6px,讓15px的間距+6px等於21px就看起來跟左邊區塊表格同高*/

#news {
	height: 196px;
	width: 668px;
	display: block;
	margin: 13px auto auto 20px;
}/*News可更換新聞圖片區塊的div樣式*/
