@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:block;
	width:172px;
	height:95px;
	margin:0 auto;
	background:url(../images/index/favorite.png) 0 0 no-repeat;
}

#favorite:hover{
	background:url(../images/index/favorite.png) 0 -95px no-repeat;
}


/* 台北、台中、高雄中間導覽列樣式
****************************************************************************************************/
/* /////////////////////////////////////////////////////////////////////////// navigation */

#navigation{
	width:955px;
	height:300px;
	margin-bottom:50px;
}
	#navigation ul {
		list-style:none;
		margin:0;
		padding:0;
	}
		#navigation ul li {
        	display:inline;
			margin:20px 0 0 70px;
			float:left;
		}
        #navigation ul li a img {
        	border:none;
        }

#taipei{
	display:block;
	width:224px;
	height:294px;
	background:url(../images/index/taipei.png) 0 0 no-repeat;
}
#taipei:hover{
	background:url(../images/index/taipei.png) 0 -294px no-repeat;
}

#taichung{
	display:block;
	width:234px;
	height:271px;
	background:url(../images/index/taichung.png) 0 0 no-repeat;
}
#taichung:hover{
	background:url(../images/index/taichung.png) 0 -271px no-repeat;
}

#kaohsiung{
	display:block;
	width:227px;
	height:271px;
	background:url(../images/index/kaohsiung.png) 0 0 no-repeat;
}
#kaohsiung:hover{
	background:url(../images/index/kaohsiung.png) 0 -271px no-repeat;
}
