@charset "utf-8";
/*html,body*/
html,body{
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding:0;
	margin:0;
	text-align: center;
}
input{
	padding-top:2px;
}
/*clearfloat*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*a*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
/*contiont*/
#contiont{
	width:891px;
	text-align:left;
	margin: 0 auto;
}
.contiont{
	position:relative;
	top:0px;
}
/*hander*/
#hander{
	position:absolute;
	top:33px;
	left:185px;
	z-index:50;
}
/*footer*/
.box4{
	position:absolute;
	top:6px;
	left:85px;
	z-index:11;
}
.copyright{
	position:absolute;
	top:10px;
	left:535px;
	z-index:11;
}
.sitemap{
	position:absolute;
	top:13px;
	left:210px;
	z-index:11;
}
.c18{
	position:absolute;
	bottom:12px;
	right:19px;
	z-index:10;
}
/*search*/
#search{
	position:absolute;
	top:40px;
	left:705px;
	z-index:10;
}
input{
	font-color: #33ccff; /*[字體顏色] /這格基本上它是不會變色的。/*/
    background-color: #ffffff; /*[按鈕背景色]*/
    border-width: 1px; 
    border-style: solid;
    border-top-color: #93DDF2;
    border-right-color: #3AC0F4;
    border-bottom-color: #3399FF;
    border-left-color: #3AC0F4; /*[以上四格式是框框的顏色]*/
}
.seacha{
	width:100px;
	margin-top:5px;
	padding-top: 4px;
	*padding-top: 3px;
	padding-bottom: 4px;
	margin-right:1px;
}
.seachb{
	width:40px;
	padding: 3px;
	margin-top:5px;
	*padding-bottom: 0px;
	/*font-size: 12px; /*[字體大小]*/
}
/*logo*/
#logo{
	position:absolute;
	top:20px;
	left:30px;
	z-index:10;
}
/*background*/
#html_background{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:890px;
	padding:1px;
	padding-left:0px;
}
#html_background .c1{
	position:relative;
	top:0px;
	height:91px;
}
#html_background .c2{
	position:absolute;
	top:0px;
	width:10px;
	height:91px;
	background-image:url(../images/background_e/background_l_l.jpg);
}
#html_background .c3{
	position:absolute;
	top:0px;
	width:10px;
	height:11px;
	background-image:url(../images/background_e/background_l_t_c.jpg);
}
#html_background .c4{
	position:absolute;
	left:880px;
	width:10px;
	height:91px;
	background-image:url(../images/background_e/background_r_l.jpg);
}
#html_background .c5{
	position:absolute;
	left:880px;
	width:10px;
	height:11px;
	background-image:url(../images/background_e/background_r_t_c.jpg);
}
#html_background .c6{
	position:relative;
	top:0px;
}
#html_background .c7{
	position:absolute;
	top:0px;width:10px;
	height:100%;z-index:10;
	background-image:url(../images/background_e/background_l_l.jpg);
}
#html_background .c8{
	position:absolute;
	left:880px;
	width:10px;
	height:100%;
	z-index:10;
	background-image:url(../images/background_e/background_r_l.jpg);
}
#html_background .c9{
	padding:0 10px;
	position:relative;
	top:0px;
}
#html_background .c10{
	position:relative;
	top:0px;
	height:44px;
}
#html_background .c11{
	position:absolute;
	top:0px;
	width:10px;
	height:44px;
	background-image:url(../images/background_e/background_l_l.jpg);
}
#html_background .c12{
	position:absolute;
	top:35px;
	width:10px;
	height:9px;
	background-image:url(../images/background_e/background_l_b_c.jpg);
}
#html_background .c13{
	position:absolute;
	left:880px;
	width:10px;
	height:44px;
	background-image:url(../images/background_e/background_r_l.jpg);
}
#html_background .c14{
	position:absolute;
	left:880px;
	top:35px;
	width:10px;
	height:9px;
	background-image:url(../images/background_e/background_r_b_c.jpg);
}
#html_background .c9{
	background-image:url(../images/background_e/bk001.jpg);
	background-position: -1px;
	background-repeat: repeat-y;	
}
/*howtoflow*/
#howtoflow{
	position:fixed;
	right:50px;
	bottom:0px;
	width:50px;
	height:323px;
	z-index:500;
	*position:absolute;
	/**right:-50px;*/
	*bottom: 0px;
    *right: -50px;
    /**clear: both;*/
    *top:expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        documentElement.scrollTop
        +(documentElement.clientHeight-this.clientHeight) - 20
        : document.body.scrollTop
        +(document.body.clientHeight-this.clientHeight) - 20);

}