header {
	background: none repeat scroll 0 0 #FFFFFF;
	min-height: 90px;
	margin: 0 0 10px;
	position: relative;
	z-index: 11;
}
header.active {
	margin: 0 0 10px;

	position: fixed;
	_position: absolute;
	_top:expression(eval(document.documentElement.scrollTop));

	width: 100%;
	top: 0;

	-webkit-box-shadow: #666 0 3px 3px;
	-moz-box-shadow: #666 0 3px 3px;
	box-shadow: #666 0 3px 3px;
}

#header_menu {
  position: relative;
}

#header_logo {
  background: url("/img/sprite.png") no-repeat scroll 0 -2845px rgba(0, 0, 0, 0);
  display: block;
  height: 50px;
  margin: auto;
  width: 130px;
}

#header_menu_btn {
  float: left;
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}
#header_menu_btn:before {
    content: '\5e';
		font-size: 30px;
		color: #666;

		font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header_menu_area {
  background-color: #FFFFFF;
}
#header_tools {
  position: absolute;
  right: 0;
  top: 0;
}
#header_member {
  display: block;
  float: left;
  height: 50px;
	width: 36px;
}
#header_member:before {
	content: '\22';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	font-size: 25px;
	line-height: 50px;
	color: #666;
}

.only_mobile #header_search_btn {
  display: block;
  float: left;
  height: 50px;
	width: 36px;
  position:relative;
  top:auto;
}
.only_mobile #header_search_btn:before {
	content: '\24';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	font-size: 25px;
	line-height: 50px;
	color: #666;
}

#header_menu_area.active {
  box-shadow: 3px 3px 3px #666666;
}

#header_menu_area a {
  color: #666;
  display: block;
  font: bold 18px/50px "微軟正黑體",Arial,Helvetica,sans-serif;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 0 15px;
}
#header_menu_area a b {
  background: url("/img/sprite.png") no-repeat -50px -2353px ;
  display: block;
  float: left;
  height: 50px;
  overflow: hidden;
  width: 50px;
}
#header_menu_area a:hover {
	color: #414743;
	background-color: #efedee;
}

#header_menu_area a#m2 b  {
	background-position: -50px -2403px;
}
#header_menu_area a#m3 b  {
	background-position: -50px -2453px;
}
#header_menu_area a#m4 b  {
	background-position: -50px -2502px;
}
#header_menu_area a#m5 b  {
	background-position: -50px -2553px;
}
#header_menu_area a#m6 b  {
	background-position: -50px -2600px;
}
#header_menu_area a#m7 b  {
	background-position: -50px -2650px;
}
#header_menu_area a#m8 b  {
	background-position: -50px -2701px;
}
#header_menu_area a#m9 b  {
	background-position: -50px -2752px;
}
#header_menu_area a#m2 b  {
	background-position: -50px -2403px;
}

#header_menu_area a#m1:hover b  {
	background-position: 0px -2353px;
}
#header_menu_area a#m2:hover b  {
	background-position: 0px -2403px;
}
#header_menu_area a#m3:hover b  {
	background-position: 0px -2453px;
}
#header_menu_area a#m4:hover b  {
	background-position: 0px -2502px;
}
#header_menu_area a#m5:hover b  {
	background-position: 0px -2553px;
}
#header_menu_area a#m6:hover b  {
	background-position: 0px -2600px;
}
#header_menu_area a#m7:hover b  {
	background-position: 0px -2650px;
}
#header_menu_area a#m8:hover b  {
	background-position: 0px -2701px;
}
#header_menu_area a#m9:hover b  {
	background-position: 0px -2752px;
}







#mobile_search #search_kw {
  width: 135px;
}
#mobile_search {
  position: relative;
  right: auto;
  top: auto;
  padding: 10px;
  display:none;
}
/* 解決浮動內容，DIV區塊高度不見問題 */
#mobile_search:after{ content: ""; display: block; clear: both;}
