body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ul , li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}


#barNav {
	font-family:Arial; 
	width: 100%;
	min-width: 1000px;
	height: 35px;
	background-color: #f4f5f5;
	position: relative;
	font-family: Arial, "新細明體", "微軟正黑體";
	z-index:999995;
}

#barNav .logo {
	float: right;
	position: absolute;
	top: 3px;
	right: 45px;
	z-index:999999;
}

#barNav .link {
	float: left;
	width: 465px;
	text-align: center;
	height: 35px;
	margin-left: 30px;
}

#barNav .link>li {
	float: left;
	font-size: 13px;
	color: #757373;
	line-height: 35px;
	text-align: center;
}

#barNav .link>li a {
	font-size: 13px;
	text-decoration: none;
	color: #757373;
	display: block;
}
#barNav .link>li:hover {
	text-decoration: none;
	color: #757373;
	background-color: #e0e0e0;
	line-height: 35px;
}

#barNav .link .Phone {
	width: 120px;
	font-weight: bold;
}

#barNav .link .Phone:hover , #nav .link .line:hover{
	background-color: #f4f5f5;
}

#barNav .link .subLink {
	display: none;
	border:1px solid #757373;
	border-top:none;
	background-color:#FFF;
	z-index:999995;
}

#barNav .link .subLink li a{
	display:block;  
	height:35px; 
	padding-left:10px; 
	color:#757373; 
	text-align:left; 
}

#barNav .link .subLink li a:hover{
	background:#f4f5f5;
}

/*dgwFooter style*/
#dgwFooter {
	background-color: #2b2b2b;
	width: 100%;
	padding-bottom: 17px;
	padding-top: 13px;
	color: #fff;
	font-size: 13px;
	font-family: "新細明體", "微軟正黑體";
	line-height: 24px;
	text-align: center;
}

#dgwFooter .link01 a {
	display: inline-block;
	padding: 0 3px 0 0px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-align: center;	
}

#dgwFooter .link01 a:hover {
	text-decoration: underline;
}

#dgwFooter .link01 span {
	display: inline-block;
	font-size: 9px;
	text-align: center;
}

#dgwFooter .link02 {
	margin: 14px 0px 8px 0px;
	text-align: center;
}

#dgwFooter .link02 li {
	text-align: center;
}

#dgwFooter .link02 ul li a {
	display: inline-block;
	padding: 0 4px 0 1px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-align: center;	
}

#dgwFooter .link02 ul li a:hover {
	text-decoration: underline;
}

#dgwFooter .link02 ul li span {
	display: inline-block;
	font-size: 13px;
	text-align: center;
}

#dgwFooter p {
	font-size: 13px;
	text-align: center;
	margin: 0;
	clear: both;
}

.clear{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0px;
}