@charset "utf-8";
/* CSS Document */
/* =====================================================================
*    common (共用樣式)
*    ---
*    1. base (基本樣式)
*    2. font (文字樣式)
*    3. layer area (區塊樣式)
*    4. navigation (導覽列樣式)
*
* =================================================================== */
/*======================================================================
     common (共用樣式)
======================================================================*/
/*   1. base (基本樣式)
***********************************************************************/
* {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	font-family:Arial,Verdana,"新細明體";
	background:url(../images/all-site/bg_body.jpg) repeat-x top #fff;
}
#main h1{/*設定h1關鍵字隱藏在main flash中*/
	 visibility:hidden;
	 display:none;
}
#main { /*整頁水平置中(整頁區塊-使其置中)*/
	margin:0 auto;
}
/*   2.font (文字樣式)
***********************************************************************/
/*   3. layer area (區塊樣式)
***********************************************************************/
#content { /*整頁中間區塊*/
	width:951px;
	height:412px;/*572-160*/
	margin:0 auto;
	padding-top:160px;
	background:url(../images/index/body_bg.jpg) no-repeat;
}
#footer {/*底部區塊*/
	width:100%;
	height:28px;
	padding-top:8px;
	background:url(../images/all-site/bg_footer.png) repeat-x;
}
#copyright { /*頁尾版權宣告*/
	width:468px;
	height:13px;
	margin:0 auto;
}
		
/*   4. navigation (導覽列樣式)
***********************************************************************/
/* ////////////////////////////////////////////////////////navigation */
/* favorite 加入最愛樣式 */
#favorite{
	display:inline;
	width:170px;
	height:91px;
	margin:60px auto 0 auto;
	background:url(../images/index/btn_favorite.png) 0 0 no-repeat;
	float:left;
}
#favorite:hover{
	background:url(../images/index/btn_favorite.png) 0 -91px no-repeat;
}
/* 台北、台中中間導覽列樣式 */
#navigation{
	width:855px;/*951-96*/
	height:225px;
	margin-left:96px;
}
	#navigation ul {
		list-style:none;
		margin:0;
		padding:0;
	}
		#navigation ul li {
        	display:inline;
			margin-left:25px;
			float:left;
		}
        #navigation ul li a img {
        	border:none;
        }
#taipei{
	display:block;
	width:268px;
	height:225px;
	background:url(../images/index/btn_taipei.png) 0 0 no-repeat;
}
#taipei:hover{
	background:url(../images/index/btn_taipei.png) 0 -225px no-repeat;
}
#taichung{
	display:block;
	width:268px;
	height:225px;
	background:url(../images/index/btn_taichung.png) 0 0 no-repeat;
}
#taichung:hover{
	background:url(../images/index/btn_taichung.png) 0 -225px no-repeat;
}
