html {
	-webkit-font-smoothing:antialiased;
	/* [disabled]background-image:url(about:blank); */
	background-attachment:fixed;
}
a {
	color:#666666;
	text-decoration:none;
	outline: none;                                  
    behavior:expression(this.onFocus=this.blur());  
}
.column-clear {
	clear:both;
}
div {
	position:relative;
}
.col-1-2 {
	width:490px;
	position:relative;
	/* [disabled]float:left; */
	padding-left: 470px;
	padding-right: 20px;
}
.last {
	margin-right:0 !important;
	clear:right;
}
a.go {
	font-size:20px;
	text-decoration:underline;
	color:#5AB73C;
}
a.go:hover {
	text-decoration:none;
}


/* MENU DEMO 4 */
.effect4 {
	margin-top:9px;
}
.effect4 li {
	overflow: hidden;
	float:left;
	margin-left:0px;
	font-size:15px;
	font-family: "微軟正黑體", "新細明體", "細明體";
	text-align:center;
	/* [disabled]background-color: rgba(255, 57, 57, 1); */
	width:70px;
	height:59px;
	position:relative;
	/* [disabled]color:#FFFFFF; */
	font-weight: bold;
}
.effect4 li a:hover {
	color:#FFFFFF;
	font-family: "微軟正黑體", "新細明體", "細明體";
}
.effect4 li .mask {
	width:70px;
	height:59px;
	position: absolute;
	top: -60px;
	left: 0;
	background-color: #FBAB1B;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index:1;

}
.effect4 li:hover .mask {
	top:0px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
}
.effect4 li:first-child {
	margin-left:0px;
}
.effect4 li .link {
	z-index:2;
}
.link a{
	color:#2A2A2A;
	position:absolute;
	width:70px;
	height:59px;
	top:0;
	left:0px;
	padding-top:30px;
}

.fixedBox {
	width:68px;
	height:294px;
	position:fixed;
	_position:absolute;
	top:144px;

_top:expression(eval(document.documentElement.scrollTop+200)); 
	right: 10px;
	z-index: 2000;
	background-image: url(../images/img_7_1.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	text-align: center;
} 
.demo {
	width:716px;
	margin-bottom: 0px;
	height: 136px;
	overflow: hidden;
	background-color: #FFF;
} 
.demo ul {
	width:760px;
	clear:both;
}
.demo li {
	width:150px;
	float:left;
	text-align:center;
	padding-right: 2px;
} 
.demo img {
	margin-bottom:4px;
}
.demo a:link,#demo a:visited {
	text-decoration:none;
	color: #666666;
	font-size: 12px;
}
.demo a:hover , #demo li.li_select a{
	color:#FF6633;
	text-decoration: none;
	font-size: 12px;
} 
