@charset "utf-8";
/* CSS Document */

body{
	background-color:#CCC;
	background-image: url(../images/bedge_grunge.png);
	background-repeat: repeat;
}
body,th,td{
	font-family: "微軟正黑體";
	text-align:justify;  /*齊頭尾 */
	text-justify:inter-ideograph;  /*齊頭尾 */
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #FFF;
}
#wrap{
	width: 1000px;
	margin: 0 auto;
}
#header{
	width:1000px;
	height: 100px;
	float: left;
	background-color:#FFF;
	}
.top-header a{
	display: block;/*為了有寛、高*/
	float: left;
	width: 402px;
	height: 66px;
	text-indent: -9999px;
	background-image: url(../images/logo_index.gif);
	background-repeat: no-repeat;
	margin-top:20px;
	margin-left: 299px;}
/*-------------------------------------------------for 按鈕*/
#nav{
	float: left;	
	width: 1000px;
	height: 35px;	
	background-color: #FFF;
	padding-top:35px;
}	
.top-nav{
	height: 35px;
	margin-left: 125px;
	position: relative;
	z-index: 9999;
}
.top-nav ul li{
	float: left;
	display: inline;
	position: relative;/*給第二層下拉式選單用的"相對定位"*/
}
.top-nav ul li a{
	display: block;
	width: 150px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-transform: capitalize;
	transition: all 0.3s;
	color: #999;
	font-weight:bold;
	
}

.top-nav ul li a:hover{
	color: #F30;
	text-decoration: none;
/*	transform變形: scale縮放(1.2倍) rotate旋轉(50deg度); skew傾斜(5deg度)*/
	transition: all .5s ;

}
.top-nav ul li+li{/* "+"兄弟層關係,緊臨著才會改變(每個按鈕間的直線)*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
}


/*第二層下拉式選單的做法*/
.top-nav ul li ul{/*第二層ex:iphon,htc,sony*/
	position: absolute;/*跟著第一層跑,所以設"絶對定位"*/
	display: none;
}
.top-nav ul li ul a{
	display: block;
	color: #fff;
	background-color: #F60;
}
.top-nav ul li ul li:nth-child(6) a{
	background-color:#333;
	
	}
.top-nav ul li ul li:nth-child(6) a:hover{
	background-color:#333;
	
	color:#FC0;}
.top-nav ul li ul a:hover{
	background-color: #FF6;
	color:#333;
	}

.top-nav ul>li>ul>li{/*讓第二層以後沒有黑色直線*/

	border-left-style: none;
}

.top-nav ul li:hover>ul{
	display: block;
}


/*-------------------------------------------------for 幻燈片播放*/
#banner { 
	float: left;
	width: 1000px;
	height: 500px;
}



/*-------------------------------------------------for 特色說明*/
#main{
	width:1000px;
	float: left;
	background-color: #F4F4E3;
	height:600px;
	padding-top:50px;
	}
.div01{
	width:331px;
	float:left;
	margin-right:4px;}
.div01_right{
	width:330px;
	float:left;}	
.div01_p{
	width:300px;
	font-size:16px;
	color:#000;
	margin-left:16px;
	text-align:center;
	line-height:25px;}
	
.div01_more,.div02_more{
	width:200px;
	height:35px;
	margin-left:65px;
	margin-top:25px;
	text-align:center;	
	}
.div01_more a,.div02_more a{
	display:block;
	font-size:16px;
	line-height:35px;
	font-weight:bold;
	letter-spacing: 0.1em;
	border-radius:18px;
	}
.div01_more a{
	border:solid 2px #59C963;
	color:#59C963;
	}
.div02_more a{
	border:solid 2px #F8A38A;
	color:#F8A38A;
	}
.div01_more a:hover{
	background:#E4FED1;
	}
.div02_more a:hover{
	background:#FFE7E3;
	}
	
	
/*-------------------------------------------------for footer*/
#footer{
	width: 980px;
	float:left;
	color:#FFF;
	font-size: 14px;
	line-height: 25px;
	padding: 20px 10px;
	background-color: #488424;
	background-image: url(../images/food_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

	}



.footer_list{
	text-align: center;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	}
.footer_list ul{
	display: inline-block;
	}

.footer_list li{
	margin-left:15px;
	}
.list_phone a{
	color:#FFF;
}	
.list_phone a:hover{
	color:#F90;
}
.list_mail a{
	color:#FFF;
	}
.list_mail a:hover{
	color:#F90;
}
.list_add a{
	color:#FFF;
	}
.list_add  a:hover{
	color:#F90;
	}
.menufixed{ z-index: 999; position: fixed; top: 0; width: 1000px;}
#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 5px;
	color: white;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	padding-bottom: 20px;
	cursor: pointer;
}
