@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	background-image: url(../images/bg-img.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f39800;
}
body {
	margin: 0px;
	min-width:1100px;
}

/*text*/
p {
	font-family: "微軟正黑體";
	font-size:12px;
}
@font-face {
	font-family: MainFont;
	font-style: normal;
	font-weight: normal;
	src: local("Microsoft JhengHei UI Bold"),local("Microsoft JhengHei Bold");
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
img {
	: none;
}

.v-a-top{ vertical-align: top; }
.v-a-mid{ vertical-align: middle; }

hr {
	:0;
	height:1px;
	background-color:#b7b7b7;
	color:#b7b7b7;
	padding:0;
	margin:0;
}

.main-con{
	background:#fff;
	}
	
input[type="text"], input[type="password"] {
	: 1px solid #666;
 }
button,
input[type="image"],
input[type="button"],
input[type="submit"] {
	:0;
	outline: none;
}
/*container*/
#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}

/*header*/
#header{
	height:200px;
	}

#top-title{
	position:relative;
	left: 0px;
	top: 40px;
	top: 40px\9;/*IE8*/
	*top: 20px;/*IE7*/
	width: 212px;
	height: 148px;
	z-index:88;
	}
	
/*member*/
table.member-box{
	float: right;
	height: 50px;
	width: auto;
	padding-top: 5px;
	margin-top: 0;
	display: block;
	list-style-type: none;
	}
.member-box p{
	line-height: 24px;
}
.member-box a{
	color:#6c6c6c !important;
}
.member-box img{
	padding-top:8px;
	}
.member-box td {
	float: left;
	width: auto;
	margin-left:12px;
} 
.member-box button.login-btn {
	color:#fff;
	background:#ff9c00;
	height:24px;
	width:62px;
	padding:0;
	:0;
}

.btn-login{
	margin-top:3px;
	margin-left:-10px;
	}
	
/*menu*/
ul.menu-box{
	float:right;
	display:block;
	list-style-type: none;
	margin-top:80px;
	margin-right:20px;
	height:70px;
	width:auto;
	z-index:99;
	*margin-right:-50px;/*IE7*/
	*width:650px;/*IE7*/
	}
ul.menu-box p{
	font-size:15px;
	}
ul.menu-box li {
	float: left;
	margin-left:26px;
	}
ul.menu-box li:hover,ul.menu-box li.act {
	background:url(../images/btn-hover.png)top left repeat-x;
}
ul.menu-box li.fb:hover {
	background:none;
}


/*slider&top-img*/
#slider,#top-img{
	position:relative;
	margin-top:22px;
	margin-top:29px\9;/*IE8*/
	*margin-top:0px;/*IE7*/
	}

/*footer*/
.footer-con{
	background:#fff;
}

.footer-host{
	padding:8px;
}
	
.footer-copyright{
	font-family: Arial;
	background: #f39800;
	margin:0;
	padding-top:8px;
	padding-bottom:2px;
	height:40px;
}

.footer-copyright ul{
	color:#fff;
	font-size:10px;
	list-style-type: none;
	}
.footer-copyright ul li {
	float: right;
	margin-right:20px;
	}