@charset "utf-8";

/* 基本樣式
****************************************************************************************************/
* {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	background: url(../images/all-site/bg.jpg) top center repeat;
}/*背景連續圖片*/

h1 {
 visibility:hidden;
 display:none;
}/*設定h1關鍵字*/


/*整頁大表格區塊樣式-使其置中
****************************************************************************************************/
#main_table { /*整個大表格區塊使其置中*/
	width:955px;
	margin:0 auto;
}

/*上方橫幅
****************************************************************************************************/
#site_top {
	display:block; /*設定顯示方式:*區塊 block*/
	width:963px;
	height:124px; /*顯示的寬、高*/
	border:none;  /*邊框:無*/
	margin:0;
}

/* 文字樣式
****************************************************************************************************/
p {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 19px;
	letter-spacing: 2px;
}/*段落文字樣式*/


/* favorite 加入最愛樣式
****************************************************************************************************/
/* /////////////////////////////////////////////////////////////////////////// favorite */
#favorite{
	display:inline;
	width:172px;
	height:95px;
	margin-left:35px;
/*	margin:0 auto;*/
	background:url(../images/index/favorite.png) 0 0 no-repeat;
	float:left;
}

#favorite:hover{
	background:url(../images/index/favorite.png) 0 -95px no-repeat;
}


/* 台北、台中、高雄中間導覽列樣式
****************************************************************************************************/
/* /////////////////////////////////////////////////////////////////////////// navigation */

#navigation{
	width:955px;
	height:300px;
	margin-bottom:50px;
	float:left;
}
	#navigation ul {
		list-style:none;
		margin:0;
		padding:0;
	}
		#navigation ul li {
        	display:inline;
			float:left;
		}
        #navigation ul li a img {
        	border:none;
        }

#taipei{ /*台北*/
	display:block;
	width:170px;
	height:292px;
	margin-left:0px;
	background:url(../images/index/taipei.png) 0 0 no-repeat;
	margin-bottom:40px;
}
#taipei:hover{ /*台北移至*/
	background:url(../images/index/taipei.png) 0 -293px no-repeat;
}

#taoyuan{ /*桃園*/
	display:block;
	width:170px;
	height:292px;
	margin-left:28px;
	background:url(../images/index/taoyuan.png) 0 0 no-repeat;
	margin-bottom:40px;
}
#taoyuan:hover{ /*桃園移至*/
	background:url(../images/index/taoyuan.png) 0 -293px no-repeat;
}

#hsinchu{ /*新竹*/
	display:block;
	width:185px;
	height:292px;
	margin-left:13px;
	background:url(../images/index/hsinchu.png) 0 0 no-repeat;
	margin-bottom:30px;
}
#hsinchu:hover{ /*新竹移至*/
	background:url(../images/index/hsinchu.png) 0 -293px no-repeat;
}

#taichung{ /*台中*/
	display:block;
	width:185px;
	height:292px;
	margin-left:14px;
	background:url(../images/index/taichung.png) 0 0 no-repeat;
	margin-bottom:40px;
}

#taichung:hover{ /*台中移至*/
	background:url(../images/index/taichung.png) 0 -293px no-repeat;
}

#kaohsiung{ /*高雄*/
	display:block;
	width:175px;
	height:292px;
	margin-left:15px;
	background:url(../images/index/kaohsiung.png) 0 0 no-repeat;
	margin-bottom:40px;
}
#kaohsiung:hover{ /*高雄移至*/
	background:url(../images/index/kaohsiung.png) 0 -293px no-repeat;
}

/* dimond & mineral 鑽石中心 & 國際金屬礦產中心 樣式
****************************************************************************************************/
/* /////////////////////////////////////////////////////////////////////////// dimond & mineral */
#inline { /*加入最愛‧鑽石中心‧國際金屬礦產中心，包在同一行*/
	display:inline;
	width:963px;
	height:95px;
	margin:20px 0 19px 0;
	float:left;
}

#dimond{ /*鑽石中心*/
	display:inline;
	width:730px;
	height:95px;
	background:url(../images/index/diamond.png) 0 0 no-repeat;
	float:left;
}

#dimond:hover{ /*鑽石中心移至*/
	background:url(../images/index/diamond.png) 0 -95px no-repeat;
}

