body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:'微軟正黑體';
	font-size:13px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#box01{ 
	width:1000px; 
	margin:auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.text01{ color:#FFF;}
.text02{ font-size:17px; font-weight:bold; color:#FFF;}
.text03{ font-size:13px; font-weight:bold; color:#F00;}

.L01{ float:left; width:265px; text-align:left; padding:0px 0px 80px 0px;}
.R01{ float:right; width:735px; text-align:left; padding-bottom:80px;}
.R02{ width:1000px; text-align:left; padding-bottom:50px;}

.menu { font-size:13px;	font-family:'微軟正黑體'; width:247px; margin:0px; padding:0px 0px 0px 0px;}
.menu ul{ background-color:#000;}
.menu li { height:40px; line-height:40px; list-style:none; /*list-style-image:url(../images/arrow.png); */ border-bottom:#666 solid 1px; }
.menu li a { height:40px;  line-height:40px; font-size:13px; color:#fff; font-weight:bold; font-family:'微軟正黑體'; text-align:left; display: block; text-decoration:none;  }
.menu li a:hover { height:40px;  line-height:40px; font-size:14px; width:100%; color:#F00; font-weight:bold; font-family:'微軟正黑體'; text-align:left; display: block; text-decoration: none;}

.S01 td{ border-bottom:#999 solid 1px;}
.S02 { border-bottom:#999 dashed 1px;}
.spacing02{ margin:14px;}
	
/*產品種類css*/
.exh{ width:220px; height:130px; float:left; margin:15px;}
.exhtext{ width:220px; font-family:'微軟正黑體'; color:#fff; text-align:center; margin:-10px 0px 0px 0px; padding:0px 0px 0px 0px;}
/*產品種類css結束*/

/*圓角語法*/
.product_demo1 {
	border-radius: 18px;
	border:#FFF solid 4px;
	
/*圓角結束*/