@charset "utf-8";

/*==========layout==========*/

body{background: url(images/home_background.jpg) center top no-repeat; font-family:Arial; font-size:13px; line-height:1.6em;text-align:left; margin:0; padding:0;	}
#head{height:160px; width:800px; margin:0 auto;}
#logo{height:100px; width:182px; float:left; margin-left:80px; margin-top:60px; }
#head_link{height:20px; width:200px; float:right; margin-right:80px; margin-top:140px; text-align:right; }
#head_link a{color:#4D4D4D;}
#head_link a:hover{color:#006EBE;}
#slide{position:relative; height:320px; width:720px; margin:10px auto 76px auto; border:1px solid #006EBE; overflow:hidden; background:#ffffff;}
#slide img{position:absolute; display:block; border:10px solid #ffffff;}

/*==========format==========*/

a:focus{ -moz-outline-style: none; }
a{ behavior:expression(this.onFocus=this.blur()); outline: none; text-decoration:none;}
img, a img{ border:0; }
/*a:hover img{ filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9; opacity: 0.9;}*/
td{ vertical-align:top; text-align:justify;}
table{text-justify: inter-ideograph;}


/*==========首頁選項按鈕==========*/

#btn_client{height:30px; background:#00B6D8; text-align:right;}
#btn_client .btn{width:160px; height:30px; float:right;}
#btn_client .btn:hover{background:url(images/home_client.gif) no-repeat; }

#btn_doctor{height:30px; background:#006EBE; text-align:left;}
#btn_doctor .btn{width:160px; height:30px; float:left;}
#btn_doctor .btn:hover{background:url(images/home_doctor.gif) no-repeat; }


/*==========字型==========*/

.copyright { padding-top:15px; text-align:center; text-indent:60%; color: #4D4D4D; font-family:Arial; font-size:11px; line-height:20px;
}