/* CSS Document */

*{margin:0px;
padding:0px;}

body{background-image:url(../images/layout_bg.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
background-attachment:fixed;
font-size:13px;
line-height: 150%;
margin:0px;
}
img.left{
float:left;
margin:1em;
margin-bottom:140%;
}
img.right{
float:right;
margin-left:1em;
margin-bottom:1em;
}
a{
font-size:12px; /*文字大小*/
text-decoration:none;/*刪除連結線*/
color: 	#000000;
font-weight:bold;}
a:hover{
	position:relative;
	top:2px;
	left:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#333399;
	font-weight:bold;
}
.tabs{position:relative;
top:13px;
left:0px;
font-size:18px;
letter-spacing:1pt;
font-weight:bold;
line-height: 200%;
background-image:url(../images/btn-about.jpg);
height:45px;width:254px}

.h1{
font-size:16px;
width:680px;
height:30px;
color:#FFFFFF;
background-image:url(../images/title-bg.jpg);
text-transform: capitalize;
font-weight:bold;
letter-spacing:2pt;/*字間距離*/
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color:#009966;
}
.content{
padding:30px;
}
.one{
list-style-image:url(../images/ppl.gif); /*圖片應用的符號*/}
.two{list-style-type:disc;/*實心圖形符號*/}
.three{
list-style-type: none; /*不編號*/
padding: 0; /*取消項目符號預設邊界*/
}
.three li{
border-bottom: 1px solid #ccc; /*下方邊框線*/
}
/*主要的網頁css，全在all之後*/

#all{
width:1002px;
height:auto;
position:relative;
margin:0 auto;
}
#header{
width:1002px;
height:64px;
}
#h-up{
width:1002px;
height:64px;
background-image:url(../fla/title.swf);
}
#h-down{
width:1002px;
height:270px;
background-image:url(../fla/pro-show.swf);
}
#contact{
width:1002px;
height:auto;
}
#left{
float:left;
width:248px;
height:600px;
background-repeat:no-repeat;
background-image:url(../images/layout_lebg.jpg);
}
#right{
float:right;
width:754px;
height:auto;
background-image:url(../images/layout_r3_c2.jpg);
}
#footer{
clear:both;
width:1002px;
height:45px;
background-image:url(../images/layout_r4_c1.jpg);
}
#Copyright {	font-family: "Arial";	font-size: 10px;	color: 	#808080;	text-align: right;}
#Copyright a:link, #Copyright a:visited {	font-family: "Arial";	font-size: 10px;	color: 	#808080;	text-decoration: none;}
#Copyright a:hover {	font-family: "Arial";	font-size: 10px;	color: 	#808080;	text-decoration:underline;}

