@charset "utf-8";
/*----------消虛線---------*/
a {noFocusLine:expression(this.onFocus=this.blur()); text-decoration:none;}      /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none}                         /* For Firefox */
*{-moz-box-sizing:border-box;box-sizing:border-box;}
/*----------網頁png----------*/
div, img { behavior:url(../../images/temp_a/iepngfix.htc);}
body{color:#333;font-size:13px;font-family: Arial,"PMingLiU";padding:0;margin:0;line-height: 1.8; }

#webcall{display:none;}
/* ------------- all ------------- */
#top{
	width:1200px;
	height:129px;
	zoom:1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.logo{
	float:left;
	display:block;
	width: 373px;
	height: 84px;
}

.language{
	color:#666666;
	font-size:10px;
	text-align:right;
	float:left;
	width: 812px;
	display:block;
	padding-top: 18px;
	padding-bottom: 5px;
}
.language a { font-size:12px;color:#666; margin:0 3px;}
.language a:active, .language a:hover{ color:#DF0000;}

#banner_area{width:100%; position:absolute; top:0}

.menu_top {
	width: 825px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	float:left;
	display:block;
	padding-left: 165px;
}

/* ------------- copyright ------------- */
#footer{
	clear:both;
	display:block;
	height: 236px;
	background-image: url(../../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#foot{
	clear:both;
	margin:auto;
	width:1200px;
	text-align: center; 
	font-family: Meiryo, "Meiryo UI", \5FAE\8EDF\6B63\9ED1\9AD4;
    font-weight: normal;
}
.footmenu{
	clear:both;
	margin:auto;
	width:1200px;
	text-align: center;
	font-family: Meiryo, "Meiryo UI", \5FAE\8EDF\6B63\9ED1\9AD4;
	font-weight: normal;
	font-size:10px;
	padding-top: 50px;
	padding-bottom: 45px;
	color:#333
}
.footmenu a{ font-size:14px;color:#333; margin:0 5px;}
.footmenu a:hover {	color:#fff;}
.copy {
	display:block;
	text-align: center;
	overflow:hidden;
	font-family: Meiryo, "Meiryo UI", \5FAE\8EDF\6B63\9ED1\9AD4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	font-size:15px;
	color:#fff;
	font-weight: normal;
}
.copy a{ font-size:15px;color:#fff; margin:0 5px;}
.design{color:#FFE9BB;display:;}
.design a {
	color:#FFE9BB;
	text-decoration: none;
}  
.design a:hover{ color:#fff;}
.cerf { position:absolute; text-align:right}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: #777;
    color: white;
    cursor: pointer;
}

/* menu */
			 ul, li, a{
				margin: 0;
				padding: 0;
				font-size: 13px;
				text-decoration: none;
			}
			ul, li {
				list-style: none;
			}
			ul.navigation li {
	position: relative;
	float: left;
	
			}
			ul.navigation li a{

	display: block;
	padding-left:10px;
			
			}
			ul.navigation > li > a{
	border-bottom: 0px solid #CCC;
	border-left: 0px solid #CCC;
	font-size:15px;
	color: #333;
	font-family: Meiryo, "Meiryo UI", \5FAE\8EDF\6B63\9ED1\9AD4;
	font-weight: normal;
	padding-bottom: 10px;
			}
			ul.navigation > li > a:hover{
				color: #DF0000;
			}
			ul.navigation ul{
	display: none;
	float: left;
	position: absolute;
	_left: -78px;
	margin: 0;
	border: 1px solid #DDD;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
			}
			ul.navigation li:hover > ul{display: block;}			
			ul.navigation ul li {border-bottom: 1px solid #DDD;}
			ul.navigation ul li:last-child {border-bottom: none;}
			ul.navigation ul a {width: 275px;padding: 10px 12px !important;color: #666;background: #fff;}
			ul.navigation ul a:hover {	 color: #fff;	background: #DF0000;}
			ul.navigation ul li:hover > ul{display: block;position: absolute;top: 0;left: 100%;}
			.arrow-bottom {display: inline-block;margin-left: 5px;border-top: 4px solid #FFF;border-right: 4px solid transparent;
			border-left: 4px solid transparent;width: 1px;height: 1px;}
			.arrow-right {
				display: inline-block;
				margin-left: 12px;	
				border-top: 3px solid transparent;
				border-bottom: 3px solid transparent;
				border-left: 3px solid #666;		
				width: 1px;
				height: 1px;
			}
			
			