@charset "utf-8";
/*===========================================================================
* ??設?
* ===========================================================================*/
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* ?樣??容器??IE 5* ?覽?內置中對??然後????在 #container ???中設???左?齊?設?*/
	color: #333333;
	font-size:13px;
}
img{ border:none; }
a{ 
	text-decoration:none;
	color:#48646C;
}
/*===========================================================================
* ?面??設?
* ===========================================================================*/
#eVIP{
	width:980px;
	margin:0 auto;
}

.eVIP #container { 
	width: 980px;
	/*background: #FFFFFF;*/
	margin: 0 auto; /* ???? (??寬度) ???面置中對? */
	text-align: left; /* ?樣??覆寫 Body ??上? text-align: center??*/
}
/*2010-11-24??----start*/
#container .secondary {
		width:150px;
		padding-right:9px;
		margin-top:10px;
		float:left;
		border-right:#CCC 1px dotted;

}
#container .primary {
	width:800px;
	margin-left:20px;
	float:right;
}
/*2010-11-24??----end*/
#introTop{
	background:url(img/introHead.jpg) no-repeat;
	height:120px;
}
#introContent{
	background:url(img/introBg.jpg) no-repeat;
	height:350px;
}
/*2010-11-24??----start*/
#introContent .secondMenu {
	margin:0;
	padding-top:50px;
	padding-left:50px;
	width:120px;
	list-style:none;
	float:left;
}
#introContent .secondMenu li {
	margin:20px 0;
}
/*2010-11-24??----end*/
#pageTop{
	background:url(img/pageHead.jpg) no-repeat;
	height:140px;
	text-align: center; /* ?樣??覆寫 Body ??上? text-align: center??*/
}
#pageTop .menu{
	padding-top:13px;*/
	padding-left:100px;
}
.backindex{
	display:block;
	width:780px;
	height:70px;
	/*border:solid 1px #999999;*/
	cursor:pointer;
}
#content{
	background:url(img/contentBg.jpg) bottom no-repeat;
	padding:5px;
}
.bar1{
	background:url(img/barBg1.jpg) repeat-x;
	height:50px;
}
.lanBtn{
	background:url(img/lanBtn1.gif) no-repeat;
	float:right;
	margin-right:10px;
	margin-top:5px;
	height:56px;
	width:56px;
	padding-top:20px;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
}
.lanBtn a{
	color:#FFFFFF;
}
.copyright{
	background-color:#F3F3F3;
	height:100px;
	width:980px;
	margin:0 auto;
	padding-top:20px;
	border-top:dotted 1px #999999;
	overflow:auto;
}
.copyright .showLogo{
	position:relative;
	float:left;
	margin-left:50px;
	width:250px;
	height:50px;
}
.copyWord{
	position:relative;
	float:left;
	text-align:left;
	padding-top:10px;
	color:#666666;
}
.login{
	font-weight:bold;
	padding-top:15px;
	padding-right:50px;
	text-align:right;
	color:#374E12;
}
.login input{
	border:solid 1px #374E12;
}
.inputButton{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#374E12;
	
}
/*===========================================================================
* 常用設?
* ===========================================================================*/
.clearfloat { /* ?個???該放置於 Div ??Break ??上????該?????浮??容器?????後????*/
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

