@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, img, p{
	padding:0;
	margin:0;
}
img{border:0;}
a{text-decoration:none;}
.clear{clear:both;}

body{}

#top{
	background:url(../images/top-bg.jpg) repeat-x center top #f3f3f3;
	border-bottom:1px solid #dbebf1;
}
#top_wrap{
	margin:0 auto;
	width:1002px;
}
#logo{
	float:left;
	padding:31px 45px 0 24px;
}
#menu{
	float:left;
	padding:15px 0 10px 0;
	height:82px;
	line-height:82px
}
#menu li{
	float:left;
	list-style:none;
	padding:0 4px;
}
#menu li a{
	padding:5px 24px 0 24px;
	font-family:Tahoma, "微軟正黑體";
	font-size:14px;
	color:#787878;
	display:block;
}
#menu li a:hover{
	background:#fff;
	color:#0086b2;
	border-bottom:5px solid #0086b2;
}
#menu li a.current{
	background:#fff;
	color:#0086b2;
	border-bottom:5px solid #0086b2;
}
#lang{
	float:right;
	padding:16px 0 0 0;
}
#lang a{
	float:left;
	width:28px;
	height:28px;
	border-radius:3px;
	background:#ddd;
	font-family:Tahoma, "微軟正黑體";
	font-size:12px;
	font-weight:bold;
	color:#787878;
	display:block;
	text-align:center;
	line-height:28px;
	margin:0 2px 0 0;
}
#lang a.current{
	background:#0086b2;
	color:#fff;
	font-weight:normal;
}
#banner{background:url(../images/idx-banner-bg.jpg) no-repeat center top;}
#master{
	margin:0 auto;
	width:1002px;
	padding:20px 10px 36px 10px;
	background:url(../images/idx-about-bg.png) no-repeat right 33px;
}
#about_pic{
	float:left;
	padding:0 30px 0 0;
}
#about_logo{
	float:left;
	padding:10px 20px 0 0;
}
h1{
	font-family:Tahoma, "微軟正黑體";
	font-size:18px;
	font-weight:normal;
	color:#005bac;	
	padding:10px 0 3px 0;
}
#master p{
	font-family:Tahoma, "微軟正黑體";
	font-size:16px;
	color:#505050;
}
#about_text{
	font-family:Tahoma, "微軟正黑體";
	font-size:14px;
	color:#505050;
	padding:20px 0 0 0;
	line-height:19px;
	letter-spacing:0.5px;
}
#footer{background:url(../images/footer-bg.jpg) no-repeat center top;}
#footer_wrap{
	margin:0 auto;
	width:1002px;
	padding:23px 0 0 0;
	min-height:133px;
}
#footer_left{float:left;}
#footer_menu{padding:0 0 26px 0;}
#footer_menu a{
	float:left;
	padding:0 60px 0 0;
	font-family:Tahoma, "微軟正黑體";
	font-size:12px;
	color:#99cfff;
}
#footer_menu a:hover{text-decoration:underline;}
#footer_info{
	font-family:Tahoma, "微軟正黑體";
	font-size:12px;
	color:#fff;
	line-height:23px;
}
#footer_info a{color:#fff;}
#footer_info a:hover{text-decoration:underline;}
#footer_right{
	float:right;	
	text-align:right;
}
#search{
	position:relative;
	right:0;
	display:inline-block;
	background:url(../images/search-bg.png) no-repeat right top;
	width:250px;
	height:31px;
	padding:0 0 10px 0;
}
.default_test{
	width:200px;
	height:26px;
	background:none;
	border:0;
	line-height:26px;
	font-size:12px;
}
#search a{
	position:absolute;
	top:5px;
	left:8px;
	background:url(../images/icon01.png) no-repeat left top;
	width:14px;
	height:14px;
	text-indent:-3000px;
}
#footer_btn a{padding:0 3px;}
#copyright{
	font-family:Tahoma, "微軟正黑體";
	font-size:12px;
	color:#fff;
	padding:5px 0 0 0;
}