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

div#fiexd-header{
	/*background:#66CCCC; 背景顏色*/
	color: #FFFFFF; /*文字顏色*/
	/*border-top:2px solid #336699; 上方邊框*/
  /*border-bottom:2px solid #336699; 下方邊框*/
	width: 56px; /*寬度*/
	height: 177px;
	position: fixed; /*固定位置定位*/
	top: 55%; /*距離上方 0 像素*/
	right: 5px;
	z-index: 999999; /*重疊時會在其他元素之上*/
	
}

.table-fixed{
	width:56px;
	background:url(../images/interestlist-pic-02.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size: 21px;
	line-height:2em;
	font-weight: bold;
	font-family:Verdana,Arial;
}

