body{ background-image:url(../images/BG.png); background-position:center; background-repeat:repeat-y;}
#wrapper {
	display: block;
	width: 1000px;
	margin: 0 auto;
	overflow:auto;
}
#header {
	height: 110px;
}
#header .logo {
	display: block;
	width: 305px;
	height: 100px;
	float: left;
}
#header .top_nav {
	display: block;
	width: 690px;
	height: 40px;
	float: right;text-align: right;
}
#header .search {
	display: block;
	width: 690px;
	height: 40px;
	float: right;
	text-align: right;
}
#header .search .textfield {
	height: 30px;
	line-height: 30PX;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #CCC 1PX solid;
	-moz-box-shadow: 2px 2px 2px #ccc inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 2px 2px 2px #ccc inset;            /* For Chrome5+, Safari5+ */
	box-shadow: 2px 2px 2px #ccc inset;                    /* For Latest Opera */
}
/* 主選單 */
#webmenu {
}

/* 主選單-醫師 */
#Physician_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 500px;
	float: left;
	background: #000;
	height: 100PX;
	background-image: url(../images/menubg_01.png);
	background-repeat: repeat-x;
	z-index:999;
}
#Physician_menu .category {
	display: block;
	height: 59PX;
	font-family: "微軟正黑體";
	font-size: 20PX;
	color: #FFF;
	font-weight: bold;
}
#Physician_menu li {
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-family: "微軟正黑體";
	margin-left: 40PX;
}
#Physician_menu li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#Physician_menu li a p{
	line-height:20px;
}
#Physician_menu li a:hover {
	color: #000;
	text-decoration: none;
}
#Physician_menu li ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	float: left;
	position: absolute;
	left: 0;
	width: 500px;
	color: #fff;
	display: none;
	background-color: #259598;
	min-height: 90px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
/* 主選單-民眾 */
#people_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 500px;
	float: left;
	background: #000;
	height: 100PX;
	background-image: url(../images/menubg_02.png);
	background-repeat: repeat-x;
	z-index:999;
}
#people_menu .category {
	display: block;
	height: 59PX;
	font-family: "微軟正黑體";
	font-size: 20PX;
	color: #FFF;
	font-weight: bold;
}
#people_menu li {
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-family: "微軟正黑體";
	margin-left: 35PX;
}
#people_menu li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#people_menu li a:hover {
	color: #000;
	text-decoration: none;
}
#people_menu li ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	float: left;
	position: absolute;
	left: 0;
	width: 500px;
	color: #fff;
	display: none;
	background-color: #99b267;
	min-height: 90px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
/* 主選單-內的表格 */	
	
.menu_table {
	font-family: "微軟正黑體";
	width: 95%;
	margin: 0 auto;text-align: left;
}
.menu_table td, .menu_table th {
	color: #fff;
	font-size: 14px;
	line-height: 100%;text-align: left;
}
.menu_table td, .menu_table th a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;text-align: left;
}
.menu_table td, .menu_table th a:hover {
	color: #000;text-align: left;
}
.menu_table tr {text-align: left;
}
.menu_table thead th, .menu_table tfoot th {
	background: #000;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
}
.menu_table tbody th, .menu_table tbody td {
	text-align: left;
}
.menu_table tfoot td {
	color: #000;
}
/* 首頁廣告輪播 */	
pre {
	display: block;
	padding: 0px;
	margin:0px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#container {
	max-width: 770px;
	margin: 0 auto;
	padding-bottom: 80px;
}
#banner-fade, #banner-slide {
	margin-bottom: 0px;
}
ul.bjqs-controls.v-centered li a {
	display: block;
	text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover {
	color: #fff;
}
/* 首頁廣告輪播--數字按鈕 */

ol.bjqs-markers li a {
	padding: 0px 5px;
	background: #999;
	color: #999;
	margin: 5px;
	height:15px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
	background: #e71f19;
	color: #e71f19;
}
p.bjqs-caption {
	background: rgba(000,000,000,0.5);
}
/* 首頁廣告輪播-基本設定 */
ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
	padding-top:0PX;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position:absolute;
	top:350px;
	background:#f0f0f0;
	opacity:0.7;
}
ol.bjqs-markers.h-centered {
	text-align: right;
}
ol.bjqs-markers li {
	display: inline;

}
ol.bjqs-markers li a {
	display: inline-block;
}
p.bjqs-caption {
	display: block;
	margin: 0;
	padding: 2%;
	position: absolute;
	top: 120px;
	max-width:150px;
	max-height:180px;
	overflow:hidden;
	left:50px;
	color: #FFF;
	font-family: "微軟正黑體";
}
/* 網站的標題 */
.all_Title{ font-family:"微軟正黑體"; font-size:18PX; font-weight:bold; color:#666; padding-left:5PX; line-height:45px;}
.all_Title .mark{ color:#F00; font-size:22PX;}
.all_Title .more{ color:#F00; font-size:22PX; float:right;font-size:13PX;}
.all_Title .more a{color:#F00; text-decoration:none;}
.all_Title .more a:hover{color:#000;}
.all_Title .Function{ padding-left:430PX;}

#web_left2{
	display: block;
	width: 1000px;
	float: left;
	font-family: "微軟正黑體";
	padding-bottom: 20px;
	padding-top:15PX;
}
#web_left{
	display: block;
	width: 770px;
	float: left;
	font-family: "微軟正黑體";
	padding-bottom: 20px;
	padding-top:15PX;
}
/* 網站首頁左邊內容*/ 
#web_left .index_edit{display:block; width:260PX; float:left;}
#web_left .index_news{
	display: block;
	width: 490px;
	float: right;
}
#web_left .index_news ul{ list-style:none; padding-left:10px; padding-right:10px;}
#web_left .index_news ul li{ line-height:28px; border-bottom:#CCC 1px dotted; font-size:14PX;width:470px;overflow:auto;}
#web_left .index_news ul li a{ color:#666; text-decoration:none;}
#web_left .index_news ul li a:hover{ color:#000;}
#web_left .index_news ul li .lest_date{ font-size:12px; color:#004992; width:100px;float:left;}
#web_left .index_news ul li .lest_data{font-size:12px; color:#004992; width:370px;float:right; }





/* 網站首頁右邊內容 */
#web_right{
	display: block;
	width: 215px;
	float: right;
	padding-top: 15px;
}
/*-----------右邊列表-------------------------------------------;}*/


.table_a
{
	text-align: left;
	border-spacing: 0px;
	font-family:"微軟正黑體";
	font-weight:bold;
	width:100%;
	margin:0 auto;
	font-size:16PX;

	
}


.table_a a, .table_a, .table_a tbody, .table_a tfoot, .table_a tr, .table_a th, .table_a td 
{
	line-height: 18px;
	color: #666;
}
.table_a tbody td{
	padding: 5px;
}

.table_a a
{
	text-decoration: none;
	color: #666;
	
}

.table_a a:hover, .table_a a:focus
{
text-decoration:none;
}
.table_a th
{
	font-weight: normal;
	}
.table_a th a
{
	color: #000;
	text-align: left;
	padding:0px;
	display: block;
}
.table_a .odd th a,.table_a .odd td a,.table_a .odd td{
	color: #666;
}

.table_a th a:hover, .table_a th a:focus, .table_a tbody tr:hover th
{   
   font-style: normal;   
   font-weight: normal;   
   background-color: #d3d3d3;
}
.table_a .odd th,.table_a .odd td{
	background-color: #eaeaea;
}

.table_a thead th
{
	height: 30px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	background-color: #666;
	text-transform: none;
	color: #baaea3;
	
}
.table_a tfoot{
	height:30px;
	
}
.table_a tfoot th,.table_a tfoot td{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	background-color: #816658;
	text-transform: none;
	color: #baaea3;
}

.table_a tbody th
{
	color: #baaea3;
	font-style: normal;
	padding: 5px;

}

.table_a td
{
   height: 30px;
   background-color: #fff;
   color: #666;
	
}

.table_a tbody tr.odd
{
	background-color: #baaea3;
}

.table_a tbody tr:hover td
{
  background-color: #d3d3d3;
}

.table_a tbody tr:hover td,.table_a tbody tr:hover th, .table_a tbody tr:hover a
{
	color: white;
}
.advertising{ padding-top:15PX;}
.advertising img.ad{ width:215PX; padding-bottom:15PX;}

/* 網站FOOTER */
#footer{ clear:both; border-top:#999 1PX solid;padding-top:10PX; padding-left:10px; padding-right:10px; padding-bottom:10px;}
#footer .edit{}

/*-----------內頁-------------------------------------------------------------------------;}*/
/*-----------內頁左邊選單-醫師樣式------------------------------------------------------------------------;}*/
.left_menu{ display:block; width:215PX; float:left; font-weight:bold; min-height:400px;}
.left_menu h2{ background-image:url(../images/menudr_bg.jpg); font-size:16px; color:#FFF; text-align:center; line-height:24px;}
.left_menu ul{ list-style:none; padding-top:10PX; background-image:url(../images/menubg.jpg); padding-left:10PX; padding-right:5PX;}
.left_menu ul li{ font-size:16px; color:#2d9097; line-height:20px;}
.left_menu ul li ul{ padding-left:0px;padding-top:0PX;background-image:none}
.left_menu ul li ul li{ font-size:14px; color:#000; line-height:30px;border-bottom:1px #2d9097 solid}
.left_menu ul li ul li a{ color:#000; text-decoration:none;}
.left_menu ul li ul li a:hover{ color:#999; text-decoration:none;}
.left_menu ul li ul li ul {padding-left:15px;padding-top:0PX;}
.left_menu ul li ul li ul li { font-size:14px; color:#4b4b4b; line-height:25px;}
.left_menu ul li ul li ul li a{color:#4b4b4b; text-decoration:none;}
.left_menu ul li ul li ul li a:hover{color:#000;}



/*-----------內頁左邊選單-大眾樣式------------------------------------------------------------------------;}*/
.left_menu2{ display:block; width:215PX; float:left; font-weight:bold;min-height:400px;}
.left_menu2 h2{ background-image:url(../images/menuuser_bg.jpg); font-size:16px; color:#FFF; text-align:center; line-height:24px;}
.left_menu2 ul{ list-style:none; padding-top:10PX; background-image:url(../images/menubg.jpg); padding-left:10PX; padding-right:5PX;}
.left_menu2 ul li{ font-size:16px; color:#597919; line-height:20px;}
.left_menu2 ul li ul{ padding-left:0px;padding-top:0PX;background-image:none}
.left_menu2 ul li ul li{ font-size:14px; color:#000; line-height:30px;border-bottom:1px #597919 solid}
.left_menu2 ul li ul li a{ color:#000; text-decoration:none;}
.left_menu2 ul li ul li a:hover{ color:#999; text-decoration:none;}
.left_menu2 ul li ul li ul {padding-left:15px;padding-top:0PX;}
.left_menu2 ul li ul li ul li { font-size:14px; color:#4b4b4b; line-height:25px;}
.left_menu2 ul li ul li ul li a{color:#4b4b4b; text-decoration:none;}
.left_menu2 ul li ul li ul li a:hover{color:#000;}


/*-----------內容------------------------------------------------------------------------;}*/
.content{ display:block; width:540PX; float:right;}
.content2{ display:block; width:770PX; float:right;}
.content3{ display:block; width:1000PX;min-height:400px;}
.webmap{ font-size:13PX; line-height:30PX; height:30PX;}
.webmap ul{ list-style:none;}
.webmap ul li{ float:left; padding-right:5PX;}
.webmap ul li a{ text-decoration:none; color:#333;}
.webmap ul li a:hover{ color:#000;}
.webmap ul li .mark{ color:#F00;}
.sare{height:30PX; text-align:right; line-height:30PX; font-size:13PX; border-bottom:1PX #CCCCCC solid; border-top:1PX #CCCCCC solid;}
.sare .sare_in{float:right;height:30PX;padding-left:5PX;}
.sare .sare_in img.sareicon{ margin-top:7px;}
.sare .sare_in div.fb_iframe_widget{ margin-top:7px;}
.sare .sare_in iframe.twitter-share-button{ margin-top:7px;}
.content .edit{}
/*林秘書要求加入*/
.content #edit{font-size:14pt;line-height:200%}



/* 行事曆*/
.date_selection{ height:50PX; line-height:50PX; text-align:center; font-size:14PX;}
.cal_table{border-collapse:collapse; border:2px solid #aa8e61; font-family:"微軟正黑體"; width:100%;}
.cal_table th{width:14%; background:#ded2bc; font-size:12px; color:#333; padding:4px; border:1px solid #d1bc9b; text-align:center;}
.cal_table th span.en{font-size:11px; color:#333; padding:3px;}
.cal_table th.holiday{color:#f00;}
.cal_table td{font-size:12px; line-height:18px; border:1px solid #d1bc9b; height:70px; padding:5px;}
.cal_table td a{ color:#000; text-decoration:none;}
.cal_table td a:hover{ color:#000; text-decoration:underline;}
.cal_table td span.date{
	display: block;
	font-size: 11px;
	color: #333333;
}
.cal_table td.holiday span.date{display:block; font-size:11px; color:#c00;}
.cal_table td.holiday{background:#fff3f3;}
.cal_table td.today{background:#ffbf45; border:2px solid #f27602;}
.cal_table td.today span.date{font-weight:bold; color:#483a93;}
.cal_table td.holiday a{color:#000;}
.cal_table td.holiday a:hover{text-decoration:underline;}
.cal_table td.today a{color:#333;}
.cal_table td.today a:hover{text-decoration:underline;}






/*-----------消息表格-------------------------------------------;}*/


.table_b {
	color: #fff;
	font-family:"微軟正黑體";
	width:100%;
	margin:0 auto;
}
.table_b td, .table_b th {
	color: #000;
font-size:12px;border-bottom:1PX #d5d5d5 dotted; padding-bottom:10PX; padding-top:10PX;
}
.table_b td, .table_b th a{color: #555; text-decoration:none;}
.table_b td, .table_b th a:hover{color: #000;}
.table_b tr {
}
.table_b thead th, .table_b tfoot th {
	background: #000;
	color: #FFFFFF;
	padding: 8px 5px 8px 5px;
	text-align: left;
	font-size:14px;
}

.table_b tbody th, .table_b tbody td {
	text-align: left;
	vertical-align: middle;
}
.table_b tfoot td {
	color: #000;
	padding-top: 3px;
}
.table_b .odd {
}
.table_b .odd p{
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
.table_b a{color: #256591; text-decoration:none;font-size:15PX; font-weight:bold; }
.table_b a:hover{color: #000;}


/* 網站商品頁碼 */
.pagination{
padding: 10px;
font-family:Verdana, Geneva, sans-serif;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 13px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
color:#000;
}

.pagination a, .pagination a:visited{
padding: 0 10px;
border: 1px solid #898989;
text-decoration: none; 
color: #898989;
background-color:#FFF;
}
.pagination a:hover, .pagination a:active{
border: 1px solid #898989;
color: #FFF;
background-color: #333333;
}

.pagination a.currentpage{
	background-color: #999999;
	border-color: #898989;
	font-weight: bold;
	cursor: default;
	color:#fff;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: #06C;
	cursor: default;
	color: #FFFFFF;
	border-color: #898989;
}

.pagination a.prevnext{
font-weight: bold;
}



/*會員專區表格*/
#mytable {
	width: 100%;
	padding: 0;
	margin: 0;border: 1px solid #C1DAD7;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 100%;
	text-align: left;
	font-size: 15px;
}

#mytable th {
	font: bold 13px ;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA ;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
	font-size: 12px;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #000000;
}
#mytable td.alt .RED{	background: #F5FAFA;
	color: #F00;}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px;
	color: #797268;
}





/*找醫師表格*/
#mytable2 {
	width: 500PX;
	padding: 0; float:left;
	margin: 0;border: 1px solid #C1DAD7;
	word-break:break-all;
}
#mytable2.rss{
	width:1000px;
}
#mytable2.rss td img{
	vertical-align: middle;
}
#mytable2 caption {
	padding: 0 0 5px 0;
	width: 500px;
	text-align: left;
	font-size: 15px;
}

#mytable2 th {
	font: bold 13px ;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA ;
}

#mytable2 th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable2 td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
	font-size: 12px;
}


#mytable2 td.alt {
	background: #F5FAFA;
	color: #000000;
}
#mytable2 td.alt .RED{	background: #F5FAFA;
	color: #F00;}

#mytable2 th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
}

#mytable2 th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px;
	color: #797268;
}

.mymap{ display:block; width:485PX; float:right; margin-top:0;}



/* 會訊一覽
---------------------------------------------*/
#productList {
	margin-top: 0px; 
}
#productList h2 {
	border-top: 1px solid #CCCCCC;
}
#productList li {
	float: left;
	width: 172px;
	margin: 5px 5px 0 0;
	text-align: center;
	list-style:none;
}
img.pic{border: 1px solid #CCCCCC;}


#productList h3 span {
	display: block;
	line-height:29px;
	color: #000000;
	font-weight: normal;
	/*background-image:url(../images/title-01-arrow.gif);*/
	font-weight:bold;
	font-size:14px;
	border-bottom: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/*徵才頁籤*/
	.abgne_tab {
		clear: left;
		width: 750px;
		margin: 10px 0;
	}
	ul.tabs {
		width: 100%;
		height: 32px;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
	}
	ul.tabs li {
		float: left;
		height: 31px;
		line-height: 31px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border: 1px solid #999;
		border-left: none;
		background: #e1e1e1;
	}
	ul.tabs li a {
		display: block;
		padding: 0 20px;
		color: #000;
		border: 1px solid #fff;
		text-decoration: none;
	}
	ul.tabs li a:hover {
		background: #ccc;
	}
	ul.tabs li.active  {
		background: #fff;
		border-bottom: 1px solid #fff;
	}
	ul.tabs li.active a:hover {
		background: #fff;
	}
	div.tab_container {
		clear: left;
		width: 100%;
		border: 1px solid #999;
		border-top: none;
		background: #fff;
	}
	div.tab_container .tab_content {
		padding: 10px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}
	.sec_tab {
		width: 600px;	/* 第2個頁籤區塊的寬度 */
	}
/*列印改手型指標*/
.sareicon {
	cursor: pointer;
}
/*welcome*/
.welcome{font-family: "微軟正黑體";color: #d6492f;font-weight: bolder;font-size: 18px;}
.welcome a{color: #284ca7;text-decoration: none;}
/*button*/
.button{
	text-decoration: none;
	color: #333;
	background: #C1DAD7;
	padding: 3px;
	font-family: "微軟正黑體";
	border: 0;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
}
.button:hover{
	color: #d33;
}
.rss{
	line-height: 25px;
}
.usfsl{
	float:left;
	width:445px;
	margin: 0 0 4px 0;
}
.usfsl input{
	width:280px;
	margin-left:10px;
}
.usfsl .city{
	width:344px;
	margin-left:10px;
}
.usfsl .area{
	width:334px;
	margin-left:10px;
}
.usfsl .specialty{
	width:350px;
	margin-left:10px;
}
.usfsr{
	float:right;
	width:100px;
	height:50px;
	margin:1px 0px;
}
.usfsr .button{
	width:100%;
	height:100%;
	font-size:24pt;
}
.loading{
	background:rgba(0,0,0,0.5) url(../images/loading.gif) no-repeat center center fixed;
	position:absolute;
	z-index:1000;
	top:0;
	left:0;	
}

.divbox{ 
  width:384px;
background-color:#F0F0F0;filter:alpha(opacity=70);opacity:0.7;zoom:1;
  float:left;
  line-height:40px;
  font-family:"微軟正黑體"; color:#0054a6; font-size:14px;
  border-left:1px #CCCCCC solid;
  margin-top:25px;
 }
 
/*  滑入時變換底色樣式 */  
.divOver{
 	background:#0054a6;
	color:#FFF;
	}	