@charset "utf-8";
@import url('reset.css');
html,body {
	margin: 0px;
	padding: 0px;
	font-family: arial, "微軟正黑體";
	width: 100%;
	min-width:1200px;
}
a{
	outline: none; /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur()); /*IE*/
}
::selection {
    background: #008852;
    color: #fff;
}
::-moz-selection{
    background: #008852;
    color: #fff;
}
#footer {
	height: 56px;
	width: 100%;
	min-width: 1210px;
	z-index: 10;
	bottom: 0px;
}
#footer .info {
	background-color: #FFF;
	height: 12px;
	width: 100%;
	padding-top: 11px;
	position: relative;
	padding-bottom: 11px;
}
#footer .info .comp {
	color: #008852;
	background-image: url(../images/finfo.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 450px;
	margin-left: 50px;
	float: left;
}
#footer .info .comp ul li {
	float: left;
	margin-left: 25px;
	list-style-type: none;
	margin-right: 10px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}
#footer .info .fmenu {
	float: right;
	margin-right: 40px;
}
#footer .info .fmenu ul {
	display: block;
	width: auto;
}

#footer .info .fmenu ul li {
	float: left;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6f6f6f;
	height: 12px;
}
#footer .info .fmenu ul li:last-child{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6f6f6f;
}
#footer .info .fmenu ul li a{
	color: #434343;
	font-size: 13px;
	text-decoration: none;
	transition: 0.3s ease-out;
	display: block;
}
#footer .info .fmenu ul li a.ff{
	background-image: url(../images/ff.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#footer .info .fmenu ul li a.fa{
	background-image: url(../images/farrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#footer .info .fmenu ul li a img{
	float:left;
}
#footer .info .fmenu ul li a:hover{
	color: #008852;
}
#footer .notice {
	font-size: 12px;
	color: #FFF;
	position: absolute;
	right: 40px;
	z-index: 5;
	margin-top: 5px;
}


#footer .copyright {
	background-color: #008852;
	height: 22px;
	width: 100%;
	position: relative;
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	background-position: 50px 7px;
	text-indent: -9999px;
}
/*@media only screen and (max-width: 1207px) {
#header .topmenu ul li {
	float: left;
	height: 77px;
	width: 173px;
	margin-left: -56px;
	background-image: url(../images/menulil.png);
	background-repeat: no-repeat;
	background-position: right;
}
#header .topmenu ul{
	width:750px;
}
}*/
