@charset "utf-8";




body{
	font-family: "微軟正黑體";
	letter-spacing: 1px;
}

html { overflow-y: scroll; }

a:active, a:focus{ outline:none;}

a img {
		border: none;
	}
	
/**********head************/

#head_bg{
	background-color: #82cac6;
	width: 100%;
	margin:0 auto;
}


#head {
	position: relative;
	width: 1000px;
	height: 101px;
	margin:0 auto;
	
}
.head_logo {
	position: absolute;
	top: 15px;
	left: 0px;
}
.head_menu {
	position: absolute;
	top: 40px;
	width: 721px;
	right: 0px;

}
.head_menu_link {
	background-image: url(../image/menu/menu_04.png);
	background-position: 28px 44px;
	color: rgb(30, 115, 110);
	background-repeat: no-repeat;
	height: 51px;
}





/**************food*****************/
#food {
	position: relative;
	width: 100%;
	height:200px;
	clear: both;
	background-color: #82cac6;
	height: 96px;
	margin: 0 auto;
	font-family: "新細明體";
	font-size: 15px;
	color: #525252;
	text-align: center;
}
