/* CSS Document */

/**************************************************************************
* home-style.css
===========================================================================
* 專案：田邊官網
* 用途：首頁CSS
* 建立日期：2008-06-03
* 最新修改：2008-06-10
* 編寫者：Edward Chien 布丁
===========================================================================
* Edited by Edward in GOGOTDI
* Copyright (C) 2008 Tang Digital Integration
***************************************************************************/
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:12px;
	font-family:"新細明體", Arial;
	color:#666;
	line-height:20px;
	background-color:#fff;
	padding-bottom:20px;
}
a:link{color:#529B33; text-decoration:none;}
a:visited{color:#529B33; text-decoration:none;}
a:hover{color:#529B33; text-decoration:underline;}
a:active{color:#529B33; text-decoration:underline;}

/*===============================================*/
#main-wrap{
	width:995px !important;
	*width:1017px;
	margin:0 auto;
}
	#container{
	}
		#container:after{  
			content:".";  
			height:0;  
			visibility:hidden;  
			display:block;  
			clear:both;
		}
			/* Holly Hack Begine \*/  
			* html #container {  
				height:1%;  
			}  
			#container {  
				display:block;  
			}  
			/* End Hack */
	#footer{
		clear:both;
	}
	.more{
		text-align:right;
		margin-top:5px;
	}
	.page{
		text-align:center;
		margin-top:15px;
	}
		.page ul{
			display:inline;
		}
			.page li{
				display:inline;
				list-style:none;
				padding:1px 2px;
				color:#CCCCCC;
			}
			.page li span{ color:#FF6600; font-weight:bold;}
	.path {
		font-size: 11px;
		color:#333333;
	}
	.path a:link,.path a:visited{
		color:#0265FF;
		font-size: 11px;
	}
	.path a:hover{
		color:#66CCCC;
		text-decoration: underline;
		font-size: 11px;
	}
/*===============================================*/
.show-pic100 img{
	width:100px;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #ccc;
}
.show-pic120 img{
	width:120px;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #ccc;
}
/*===============================================*/
/*導覽列*/															/*導覽列*/
#navbar{
	background-image:url(../../images/bg/nav-left.gif);
	background-repeat:no-repeat;
	background-position:43px 7px;
	height:40px;
}
	.navbut{
		display:inline;
		margin:0 42px 0 0;
		float:right;
		background-image:url(../../images/bg/nav-right.jpg);
		background-repeat:no-repeat;
		padding:6px 12px 9px;
	}
	.navbut li{
		display:inline;
		margin-right:10px;
	}
/*===============================================*/
/*上方選單、形象flash區塊*/											/*上方選單、形象flash區塊*/
#head{
	width:995px;
}
#head:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	#menu{
		width:222px;
		height:209px;
		background-image:url(../../images/bg/menu.jpg);
		background-repeat:no-repeat;
		float:left;
	}
		#menu ul{
			margin-top:21px;
			margin-left:17px;
		}
			#menu ul li{
				display:block;
				list-style:none;
				margin:0 !important;
				*margin-top:-2px;
				padding:0;
				height:24px;
			}
			#menu .sub01 .submenu-top{
				display:none;
			}
			#menu .sub02 .submenu-top{
				display:block;
				position:absolute;
				background-image:url(../../images/bg/submenu-top.gif);
				background-repeat:no-repeat;
				width:100px;
				padding-top:10px;
				margin-left:173px;
				margin-top:-35px;
				*margin-left:0px;
				*margin-top:-5px;
				z-index:99;
			}
			#menu .sub02 .submenu-bottom{
				clear:both;
				background-image:url(../../images/bg/submenu-bottom.gif);
				background-repeat:no-repeat;
				background-position:bottom;
				padding-bottom:10px;
			}
			#menu .sub02 .submenu{
				background-image:url(../../images/bg/submenu.gif);
				background-repeat:repeat-y;
				padding-bottom:3px;
			}
				#menu ul li.sub02 .submenu ul{
					margin:0;
					margin-left:12px;
				}
				#menu ul li.sub02 .submenu ul li{
					color:#99CC00;
					display:block;
					background-image:url(../../images/icon/gree-disc.gif);
					background-repeat:no-repeat;
					background-position:left 6px;
					padding:0 7px 0 10px;
					height:auto;
					line-height:18px;
				}
					#menu ul li.sub02 .submenu ul li a{
						display:block;
						width:60px;
						border-bottom:1px dashed #ccc;
						padding-bottom:2px;
						margin-bottom:3px;
					}
	#flash-wrap{
		width:767px;
		height:209px;
		float:left;
	}
		#flash-top{
			display:block;
			width:767px;
			height:10px;
			background-image:url(../../images/bg/flash-top.jpg);
			background-repeat:repeat-x;
			overflow:hidden;
		}
			#shadow-pic{
				display:block;
				width:280px;
				height:10px;
				background-image:url(../../images/bg/flash-shadow.jpg);
				background-repeat:no-repeat;
				overflow:hidden;
				margin-left:470px;
			}
		#flash-bottom{
			display:block;
			width:767px;
			height:9px;
			background-image:url(../../images/bg/flash-bottom.jpg);
			background-repeat:repeat-x;
			overflow:hidden;
		}
		#flash{
			width:767px;
			height:190px;
		}
	#flash-right{
		display:block;
		width:6px;
		height:209px;
		float:left;
		background-image:url(../../images/bg/flash-right.jpg);
		background-repeat:no-repeat;
	}
/*===============================================*/
/*footer區塊*/															/*footer區塊*/
#footer-content{
	background-image:url(../../images/zh_tw-utf8-default-global/index2_35.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial;
	color:#666666;
	padding-top:66px;
}
#footer-banner{ margin-bottom:20px; margin-top:0px;}
	#footer-banner ul{
		display:inline;
	}
	#footer-banner ul li{
		display:inline;
		margin-right:8px;
	}
		#footer-banner ul li img{
			width:190px;
		}
/*===============================================*/
/*left區塊*/															/*left區塊*/
#left{
	float:left;
	width:222px;
}
	.flashlogo{
		text-align:center;
	}
		#logo,#5logo{ margin:0 auto 8px;}
	.flashlogo span{color:#529B33;}
	#login-block{
		width:222px;
		height:92px;
		background-image:url(../../images/bg/member-log.jpg);
		background-repeat:no-repeat;
		margin-bottom:8px;
		padding-top:35px;
	}
		#login-block table{
			margin:0 auto;
		}
			#login-block table th{
				font-size:13px;
				font-weight:normal;
				color:#333333;
				padding:3px;
			}
			#login-block table td{
				padding:2px;
			}
				#login-block table td.input-td{
					background-image:url(../../images/bg/log-input.jpg);
					background-repeat:no-repeat;
				}
					#login-block table td.input-td input{
						width:105px;
						color:#666;
						font-size:12px;
						font-family:Arial;
						margin:3px 0 7px 6px;
						border:0px solid #fff;
					}
				#login-block table td.input-log{ padding:0px;}
					#login-block table td.input-log input{
						width:48px;
						height:47px;
						border:0px solid #fff;
						background-image:url(../../images/btn/log-btn.jpg);
						background-repeat:no-repeat;
					}
	#logout-block{
		width:222px;
		height:130px;
		background-image:url(../../images/bg/member-out.jpg);
		background-repeat:no-repeat;
		margin-bottom:8px;
		padding-top:10px;
	}
		#logout-block table{
			margin:0 auto;
		}
			#logout-block table td.wellcome-txt{
				padding:3px 0;
				font-size:13px;
			}
			#logout-block table td.wellcome-txt span{
				font-family:Arial;
				display:block;
				word-wrap:break-word;
				word-break:break-all;
				overflow:hidden;
				width:120px;
				*height:30px;
				line-height:18px;
				*line-height:14px;
			}
			#logout-block table td.fix{
				padding-top:8px;
				*padding-top:2px;
			}
	.new-link{
		width:222px;
		background-image:url(../../images/bg/leftlink-bg.gif);
		background-repeat:repeat-y;
		margin-bottom:8px;
	}
	.new-link-top{
		background-image:url(../../images/bg/leftlink-top.jpg);
		background-repeat:no-repeat;
	}
		.new-link-top span{
			margin-left:23px;
		}
	.new-link-bottom{
		background-image:url(../../images/bg/leftlink-bottom.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom:7px;
		padding-right:9px;
		*margin-top:5px;
	}
		.new-link-top .new-link-bottom span{
			margin-left:0px;
		}
		.new-link-bottom span.link-head{
			background-color:#E0E0E0;
			font-size:13px;
			color:#333;
			margin-left:9px;
			padding-top:3px;
			padding-bottom:6px;
			*padding:0px;
		}
			.new-link-bottom span.link-head img{ vertical-align:top; *vertical-align:middle;}
		.new-link-bottom ul{
			margin-top:7px;
			margin-left:35px;
			margin-bottom:5px;
			font-size:13px;
		}
		.new-link-bottom ul li{
			line-height:18px;
			margin-bottom:4px;
		}
		.new-link-bottom ul li a:link,.new-link-bottom ul li a:visited{ color:#666666;}
		.new-link-bottom ul li a:hover,.new-link-bottom ul li a:active{ color:#529B33;}
			.new-link-bottom ul li img{ vertical-align:middle;}

/*===============================================*/
/*right區塊*/															/*right區塊*/
#right{
	float:left;
	width:773px !important;
	*width:795px;
}
	.marquee{
		background-image:url(../../images/bg/marquee.gif);
		background-repeat:repeat-x;
		margin-bottom:8px;
		height:27px;
		overflow:hidden;
	}
		.marquee span.marquee-left{
			display:block;
			width:10px;
			height:27px;
			background-image:url(../../images/bg/marquee-left.jpg);
			background-repeat:no-repeat;
			overflow:hidden;
			float:left;
		}
		.marquee span.marquee-right{
			display:block;
			width:10px;
			height:27px;
			background-image:url(../../images/bg/marquee-right.jpg);
			background-repeat:no-repeat;
			overflow:hidden;
			float:right;
		}
		.marquee marquee{
			height:22px;
			padding-top:5px;
		}
			.marquee marquee span{
				background-image:url(../../images/icon/marquee.gif);
				background-repeat:no-repeat;
				background-position:left 2px;
				padding-left:15px;
				margin-right:20px;
			}
			.marquee marquee a:link,.marquee marquee a:visited{ color:#666666;}
			.marquee marquee a:hover,.marquee marquee a:active{ color:#529B33;}
	.wrap-head{
		background-image:url(../../images/bg/wrapHead.jpg);
		background-repeat:repeat-x;
		margin-bottom:8px;
	}
		.wrapHead{ display:block; float:left; margin-left:7px;}
		.wrapHead-left{
			display:block;
			width:10px;
			height:27px;
			background-image:url(../../images/bg/wrapHead-left.jpg);
			background-repeat:no-repeat;
			overflow:hidden;
			float:left;
		}
		.wrapHead-right{
			display:block;
			width:10px;
			height:27px;
			background-image:url(../../images/bg/wrapHead-right.jpg);
			background-repeat:no-repeat;
			overflow:hidden;
			float:right;
		}
	.wrap-bottom{
		background-image:url(../../images/bg/wrapBottom.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
	}
		.wrapBottom-left{
			display:block;
			width:10px;
			height:15px;
			background-image:url(../../images/bg/wrapBottom-left.jpg);
			background-repeat:no-repeat;
			overflow:hidden;
			float:left;
		}
		.wrapBottom-right{
			display:block;
			width:10px;
			height:15px;
			background-image:url(../../images/bg/wrapBottom-right.jpg);
			background-repeat:no-repeat;
			overflow:hidden;
			float:right;
		}
	.wrap{
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		padding:5px 0 0 17px;
	}
		.list-tab{ margin-right:5px; float:left;}
		.list-tab td{
			padding:3px;
		}
			.list-tab td h4{
				font-weight:normal;
				font-size:13px;
				color:#529B33;
				line-height:20px;
			}
		.other-list{
			margin:7px 0 5px 25px;
			font-size:13px;
			color:#529B33;
		}
		.other-list li{
			line-height:18px;
			margin-bottom:4px;
		}

/*===============================================*/
/*original版本*/															/*original版本*/
 /* ====================== box class define =========================*/

table.boxSpacing{
padding-top:10px;
padding-bottom:5px;
}
table.boxList{
	padding-bottom:5px;
}


.boxText{
	padding:2px;

	line-height:18px;
}
.boxText2{
	padding:1px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	line-height:18px;
}

.boxMenu{
	border-bottom:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	background-color:#dedede;
	padding:3px;
}
.boxActive{
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	background-color:#ededed;
	padding:3px;
}
.boxCenter_01{
	border-left:1px solid #C5D8EB;
	border-right:1px solid #C5D8EB;
	padding:3px;
}
.boxCenter_02{
	border-left:1px solid #FFC59D;
	border-right:1px solid #FFC59D;
	padding:3px;
}
.boxCenter_03{
	border-left:1px solid #C5D8C5;
	border-right:1px solid #C5D8C5;
	padding:3px;
}
td.footer{
  background-repeat:repeat-x;
  
  color:#FFFFFF;
  padding:5px;
 
  height:20px;
}
A.boxLink:link { 
  color: #333333;
  text-decoration: none;  
}

A.boxLink:visited {
	color:#333333;
	text-decoration: none;
}

A.boxLink:hover {
  color: #CC0000;
  text-decoration:underline
}

 /* ======================form class define =========================*/
input.button{border : 1px #aaaaaa solid;background-color: #999999; height:15 pt;color:#ffffff}
input.text{border : 1px #6499F3 solid;background-color: #ffffff; height:15 pt;}
input.inputTitle{height:20px}


 /* ================headerNavigation class define ===================*/

TD.headerNavigation  { 
  color: #FFFFFF; 
  text-align:center;
}

A.headerNavigation:link { 
  color: #FFFFFF;
  text-decoration: none;    
}

A.headerNavigation:visited {
  color: #ffffff;
  text-decoration: none;    
}
A.headerNavigation:hover {
  color: #ffffff;
  text-decoration: underline;  
}

 /* ======================TITLE class define =========================*/
.boxListTile{
	padding:1px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	line-height:18px;
 	color:#CC0000;
}
.articleTitle{
	
}

.topicTitle{
	color:#006600;
	font-size:15px;
	font-weight:bold;
}
.topicTitle2{
	color:#993300;
	font-size:15px;
	font-weight:bold;
}
.topicTitle2_1{
	color:#000;
	font-size:13px;
	font-weight:normal;
}

.topicTitle3{
	color:#000066;
	font-size:15px;
	font-weight:bold;
}

.topicTitle4{
	color:#663300;
	font-size:15px;
	font-weight:bold;
}

.topicTitle5{
	color:#993300;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
}
.topicTitle6{
	color:#99CC00;
	font-size:16px;
	font-weight:bold;
}

.topicTitle_sub{
	color:#444444;
	font-size:12px;
}
 
.title_sub01{
	color:#990000;
}
  /* ====================== Path class define =========================*/
td.path{
  	color:#666666;
}
A.pathLink:visited {
  	color:#990000;
}
A.pathLink:link {
  	color:#990000;
}
A.pathLink:hover {
  	color:#FF0000;
}

/* ======================  Links define =========================*/
/*srs*/
A.LinkButton_01:link {
  color:#ffffff;
  text-decoration: none;  
}
A.LinkButton_01:visited {
  color:#ffffff;
  text-decoration: none;    
}
A.LinkButton_01:hover {
  color:#FFFF00;
  text-decoration: none;  
}
/*kWrs*/
A.LinkButton_02:link {
	color:#3366FF;
	text-decoration: underline;  
}
A.LinkButton_02:visited {
  color:#3366FF;
	text-decoration: underline;  
}
A.LinkButton_02:hover {
  color:#1133FF;
  text-decoration: none;  
}

/* ҵ{rs*/
A.LinkclassLong:link {
  color:#CC6600;
  text-decoration: none;  
}
A.LinkclassLong:visited {
  color:#CC6600;
  text-decoration: none;    
}
A.LinkclassLong:hover {
  color:#FF9900;
  text-decoration: none;  
}

/* uҵ{rs*/
A.LinkclassLittle:link {
  color:#990000;
  text-decoration: none;  
}
A.LinkclassLittle:visited {
  color:#990000;
  text-decoration: none;  
}
A.LinkclassLittle:hover {
  color:#FF3366;
  text-decoration: none;  
}

/* D¾Anrs*/
A.LinkjobLittle:link {
  color:#FFFF99;
  text-decoration: none;  
}
A.LinkjobLittle:visited {
  color:#FFFFFF;
  text-decoration: none;  
}
A.LinkjobLittle:hover {
  color:#FFFFFF;
  text-decoration: none;  
}


/* Q|rs*/
A.LinkclassIcs:link {
  color:#009966;
  text-decoration: none;  
}
A.LinkclassIcs:visited {
  color:#009966;
  text-decoration: none;  
}
A.LinkclassIcs:hover {
  color:#33CC66;
  text-decoration: none;  
}


/* ѰOKXs*/
A.Linkpass:link {
  color:#000000;
  text-decoration: underline;  
}
A.Linkpass:hover {
  color:#FFCC00;
  text-decoration: none;  
}
A.Linkpass:visited {
  color:#000000;
  text-decoration: underline;  
}


/*vŧis*/
A.Linkft:link {
  color:#000066;
  text-decoration: none;  
}

A.Linkft:visited {
  color:#000066;
  text-decoration: none;  
}
A.Linkft:hover {
  color:#66CCFF;
  text-decoration: none;  
}

/*sDDs*/
A.Linktxt01:link {
  color:#666666;
  text-decoration: none;  
}

A.Linktxt01:visited {
  color:#666666;
  text-decoration: none;  
}
A.Linktxt01:hover {
  color:#CCCCCC;
  text-decoration: none;  
}

/*s*/
A.Linktxt02:link {
  color:#990000;
  text-decoration: none;  
}

A.Linktxt02:visited {
  color:#990000;
  text-decoration: none;  
}
A.Linktxt02:hover {
  color:#666666;
  text-decoration: none;  
}
/*綠色列表連結*/
A.Linktxt03:link {
  color:#333333;
  text-decoration: none;  
}

A.Linktxt03:visited {
  color:#333333;
  text-decoration: none;  
}
A.Linktxt03:hover {
  color:#003300;
  text-decoration: none;  
}

/*紅色列表連結*/
A.Linktxt04:link {
  color:#333333;
  text-decoration: none;  
}

A.Linktxt04:visited {
  color:#333333;
  text-decoration: none;  
}
A.Linktxt04:hover {
  color:#990000;
  text-decoration: none;  
}

/*藍色列表連結*/
A.Linktxt05:link {
  color:#333333;
  text-decoration: none;  
}

A.Linktxt05:visited {
  color:#333333;
  text-decoration: none;  
}
A.Linktxt05:hover {
  color:#000066;
  text-decoration: none;  
}

/*好站連結*/
A.Linktxt06:link {
	color:#0066FF;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
}

A.Linktxt06:visited {
	color:#0066FF;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
}
A.Linktxt06:hover {
	color:#66CCCC;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
}

/*好站連結(more)*/
A.Linktxt06_2:link {
	color:#0066FF;
	font-size: 12px;
	line-height: 16px;
}
A.Linktxt06_2:visited {
	color:#0066FF;
	font-size: 12px;
	line-height: 16px;
}
A.Linktxt06_2:hover {
	color:#66CCCC;
	font-size: 12px;
	text-decoration: underline;
	line-height: 16px;
}

/*首頁最新消息連結(紅色)*/
A.Linktxt07:link {
	color:#FF0000;
	font-size: 12px;
	line-height: 22px;
}

A.Linktxt07:visited {
	color:#FF0000;
	font-size: 12px;
	line-height: 22px;
}
A.Linktxt07:hover {
	color:#000000;
	text-decoration: underline;
	font-size: 12px;
}

/*首頁最新消息連結(藍色)*/
A.Linktxt08:link {
	color:#000066;
	font-size: 12px;
	line-height: 16px;
}

A.Linktxt08:visited {
	color:#000066;
	font-size: 12px;
	line-height: 16px;
}
A.Linktxt08:hover {
	color:#000000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}

/*首頁五燈之星標題連結*/
A.Linktxt09:link {
	font-size: 12px;
	color:#FF6600;
	line-height: 22px;
}

A.Linktxt09:visited {
	font-size: 12px;
	color:#FF6600;
	line-height: 22px;
}
A.Linktxt09:hover {
	font-size: 12px;
	color:#FF6600;
	line-height: 22px;
	text-decoration: underline;
}

/*首頁五燈之星內文連結*/
A.Linktxt09_2:link {
	font-size: 12px;
	color:#666666;
	line-height: 16px;
}

A.Linktxt09_2:visited {
	font-size: 12px;
	color:#666666;
}
A.Linktxt09_2:hover {
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
}

/*首頁五燈之星more連結*/
A.Linktxt09_3:link {
	font-size: 12px;
	color:#FE9900;
}

A.Linktxt09_3:visited {
	font-size: 12px;
	color:#FE9900;
}
A.Linktxt09_3:hover {
	font-size: 12px;
	color:#FE9900;
	text-decoration: underline;
}


/*首頁保健文章標題連結*/
A.Linktxt10:link {
	font-size: 12px;
	color:#79A200;
	line-height: 22px;
}

A.Linktxt10:visited {
	font-size: 12px;
	color:#79A200;
	line-height: 22px;
}
A.Linktxt10:hover {
	font-size: 12px;
	color:#79A200;
	line-height: 22px;
	text-decoration: underline;
}

/*首頁保健文章內文連結*/
A.Linktxt10_2:link {
	font-size: 12px;
	color:#666666;
	line-height: 16px;
}

A.Linktxt10_2:visited {
	font-size: 12px;
	color:#666666;
}
A.Linktxt10_2:hover {
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
}

/*首頁保健文章more連結*/
A.Linktxt10_3:link {
	font-size: 12px;
	color:#79A200;
}

A.Linktxt10_3:visited {
	font-size: 12px;
	color:#79A200;
}
A.Linktxt10_3:hover {
	font-size: 12px;
	color:#79A200;
	text-decoration: underline;
}



/* ======================  五燈之星標題 =========================*/
.txt15 {
	
}

/* ======================  font_tag define =========================*/
.fontGuest{
	color:#333333;
}
.fontBlue{
	color:#0000ff;
	font-weight: bold;
}
.fontGree{
	font-size: 13px;
	color:#008800;
	font-weight: bold;
}
/* ======================  զr =========================*/
.txt01 {
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}
.text02 {
	font-size: 15px;
	color:#000000;
	line-height:20px;
}
/* ======================  內頁導覽列文字 =========================*/
.txt02 {
	font-size: 11px;
	color:#333333;
}
.txt02 a:link{
	color:#0265FF;
	text-decoration: underline;
	font-size: 11px;
}
.txt02 a:visited{
	color:#0265FF;
	text-decoration: underline;
	font-size: 11px;
}
.txt02 a:hover{
	color:#66CCCC;
	text-decoration: underline;
	font-size: 11px;
}
.txt02 {
	font-size: 11px;
	color:#333333;
}

.txt021 {
	font-size: 11px;
	color:#333333;
}
.txt021 a:link{
	color:#0265FF;
	text-decoration: underline;
	font-size: 11px;
}
.txt021 a:visited{
	color:#0265FF;
	text-decoration: underline;
	font-size: 11px;
}
.txt021 a:hover{
	color:#66CCCC;
	text-decoration: underline;
	font-size: 11px;
}
/* ======================  首頁產品標題 =========================*/
.txt03 {
	font-size: 14px;
	color:#CC0000;
	font-weight: bold;
}
/* ======================  首頁產品資訊標題 =========================*/
.txt04 {
	font-size: 13px;
	color:#009900;
	font-weight: bold;
	text-decoration: underline;
}
/* ======================  首頁產品 =========================*/
.txt05 {
	font-size: 12px;
	color:#666666;
}
/* ======================  首頁產品 =========================*/
.txt06 {
	font-size: 12px;
	color:#CC0000;
	font-weight: bold;
}

/* ======================  首頁最新消息標題 =========================*/
.txt07 {
	font-size: 13px;
	color:#0099FF;
	font-weight: bold;
	text-decoration: underline;
}
.txt07 a:link{
	color:#0099FF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.txt07 a:visited{
	color:#0099FF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.txt07 a:hover{
	color:#0099FF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.txt07_0 {
	font-size: 13px;
	color:#FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.txt07_0 a:link{
	color:#FF0000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.txt07_0 a:visited{
	color:#FF0000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.txt07_0 a:hover{
	color:#FF0000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
/* ======================  首頁保健文章標題 =========================*/
.txt07_2 {
	font-size: 13px;
	color:#99CC00;
	font-weight: bold;
	text-decoration: underline;
}
.txt07_2 a:link{
	color:#99CC00;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.txt07_2 a:visited{
	color:#99CC00;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.txt07_2 a:hover{
	color:#99CC00;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

/* ======================  首頁醫學美容標題 =========================*/
.txt07_3 {
	font-size: 13px;
	color:#FF9900;
	font-weight: bold;
	text-decoration: underline;
}
.txt07_3 a:link{
	color:#FF9900;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.txt07_3 a:visited{
	color:#FF9900;

	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.txt07_3 a:hover{
	color:#FF9900;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

/* ======================  首頁產品市價文字 =========================*/
.txt08 {
	font-size: 12px;
	color:#828282;
	text-decoration: line-through;
}
/* ======================  首頁產品特價文字 =========================*/
.txt09 {
	font-size: 12px;
	color:#FF0000;
	font-weight: bold;
}
/* ======================  首頁會員好康標題文字 =========================*/
.txt10 {
	font-size: 12px;
	color:#003366;
	font-weight: bold;
}
/* ======================  首頁會員好康標題文字 =========================*/
.txt11 {
	font-size: 12px;
	color:#FF8484;
	font-weight: bold;
}

/* ======================  首頁訪客人數 =========================*/
.txt12 {
	font-size: 12px;
	color:#000000;
	letter-spacing: 1px;
}

/* ======================  首頁跑馬燈 =========================*/
.txt13 {
	font-size: 16px;
	color:#FF0000;
}
A.txt13:link {
	color:#FF0000;
	text-decoration: underline;
}
A.txt13:visited {
	color:#FF0000;
	text-decoration: underline;
}
A.txt13:hover {
	color:#000000;
}

/* ======================  相關連結標題 =========================*/
.txt14 {
	font-size: 13px;
	color:#003366;
	font-weight: bold;
}

/* ======================  產品資訊標題 =========================*/
.txt15 {
	font-size: 13px;
	color:#FF8484;
	font-weight: bold;
}

/* ======================  最新消息圖片外框 =========================*/
.line01 {
	font-weight: normal;
	height: auto;
	width: auto;
	border: 1px solid #6C7BC7;
}
/* ======================  保健文章圖片外框 =========================*/
.line02 {
	font-weight: normal;
	height: auto;
	width: auto;
	border: 1px solid #79A200;
}
/* ======================  醫學美容圖片外框 =========================*/
.line03 {
	font-weight: normal;
	height: auto;
	width: auto;
	border: 1px solid #FD9A00;
}
/* ======================  產品資訊圖片外框 =========================*/
.line04 {
	font-weight: normal;
	height: auto;
	width: auto;
	border: 1px solid #F49CB3;
}
/* ======================  五燈獎專區專用 =========================*/
.lineTitle{
	color:#993300;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.linetxt {
	font-size: 16px;
	color:#000088;
	line-height:20px;}

.boxbg {
	border: 1px solid #990000;
}