@charset "utf-8";
/*版面*/
#container{
     border:0px #666 dashed;
     width:800px;
     margin:0 auto;
 }/*最外框*/
 #headbox{
     width:800px;
     border:0px #666 dashed;
     margin:0 auto;
     margin-top:5px;
     margin-bottom:5px;
 }
 #sidebar{
     width:160px;
     border:0px #666 dashed;
     margin-left:0px;
     margin-top:5px;
     margin-bottom:5px;
     float:left;
 }
 #sidebody{
     width:640px;
     border:0px #666 dashed;
     margin-left:0px;
     margin-top:5px;
     margin-bottom:5px;
     float:left;
 }
 #clear{
     clear:both;
	 padding-bottom: 50px;
 }
 #footer{
     width:800px;
     border:0px #666 dashed;
	 margin-top: -50px;
     margin-left:0px;
     margin-bottom:5px;
 }
 #about{
	 background-image : url(../images/about.jpg); /*背景圖片*/
     width:800px;
     border:0px #666 dashed;
     margin:0 auto;
     margin-top:5px;
     margin-bottom:5px;
	 font-size: 16px;
 }
 #contactUS{
	 width:800px;
     border:0px #666 dashed;
     margin:0 auto;
     margin-top:5px;
     margin-bottom:5px;
	 font-size: 14px;
 } 
  #news{
	  background-image : url(../images/about.gif); /*背景圖片*/
	 width:800px;
     border:0px #666 dashed;
     margin:0 auto;
     margin-top:5px;
     margin-bottom:5px;
	 font-size: 12px;
 } 
 
/*背景圖片*/
body{
	background-image : url(../images/bg_main.jpg); /*背景圖片*/
	background-position : 50% 90%; /*x與y軸的位置*/
	background-repeat: repeat-y;
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #000000;
	text-align: left;
}

/*index文字設定*/
.index_font01 {
	font-size: 16px;
	color: #FF0000;
}
a.index_font01:link {color:#FF0000; text-decoration:underline;} 
a.index_font01:visited {color:FF0000; text-decoration:underline;} 
a.index_font01:hover {color:#000000; text-decoration:none;} 
a.index_font01:active {color:#FF0000; text-decoration: underline;} 


/*產品型號文字設定*/
.sidebody_font01 {color: #0066FF}

/*產品型號文字設定*/
.sidebody_font02 {color: #FF0000}

/*產品頁_品名型號標示文字*/
.sidebody_font03 {
	font-size: 14px;
}

/*產品頁_產品名&型號稱標示文字*/
.sidebody_font04 {
	color: #0066FF;
	font-size: 14px;
}

/*介面卡類別標示文字*/
.sidebody_font05 {
	color: #0066FF;
	font-size: 15px;
	font-weight:bold;
}

/*產品頁_產品特色標示文字*/
.sidebody_font06 {
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;
}

/*產品頁_簡易特色標示文字*/
.sidebody_font06a {
	font-size: 14px;
}
.sidebody_font06b {
	color: #FF0000;
	font-size: 12px;
	font-weight:bold;
}

/*產品頁_驅動顏色&文字*/
.sidebody_font07 {
	color: #FF0000;
	font-size: 12px;
	font-weight:bold;
}

/*footer_文字設定*/
.footer_font01 {
}
a:link {color:#0066FF; text-decoration:underline;} 
a:visited {color:#0066FF; text-decoration:underline;} 
a:hover {color:#000000; text-decoration:none;} 
a:active {color: #0066FF; text-decoration: underline;} 

/*information*/
.infor_font01 {
	color: #0066FF;
	font-size: 15px;
	font-weight:bold;
}
/*條列式設定*/
ul,li{padding:0px; margin:8px;}
