@charset "utf-8";
/* CSS Document */

body{
	background-color:#ffffff;
	background-image:url(../bk.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a:link    {  color: #666666;text-decoration: none;}
a:visited {  color: #666666; text-decoration: none}
a:hover   {  color: #274969;text-decoration: none;font-weight: bold;}
/*-------------------------------------------------------------------------------------文字*/

.font1{
    color:#333333;
	font-size:13px;
	line-height:18px;
}
.font2{
    color:#333333;
	font-size:11px;
}
.font3{
    color:#40740c;
	font-size:12px;
}
.font4{
	color:#1d58ca;
	font-size:14px;
	font-weight: bold;
}
.font5{
    color:#ffffff;
	font-size:14px;
}
.font6{
    color:#ffffff;
	font-weight:bold;
	font-size:18px;	
}

.line{
    background-image:url(../line3.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.input2{
    border:solid 1px #1b56c9;
    height:18px;
    width:60px;
}
.input3{
    border:solid 1px #1b56c9;
    height:18px;
    width:300px;
}
.textarea{
    border:solid 1px #1b56c9;
    width:300px;
}
.bgcolor
{
	background-color: #339bd7;
}
.bgcolor_light
{
	background-color: #CEF8FF;
}
.border
{
	background-color: #FFCC00;
}
.title_bar
{
	background-color: #1870cf;
}
.button
{
	font-family: Verdana; 
	font-size: 11px; 
	color: #ffffff; 
	background-color: #339bd7; 
	height: 18px; 
	border-width: 0; 
	width: 60px; 
	cursor: pointer
}
.button_over
{
	font-family: Verdana; 
	font-size: 11px; 
	color: #ffffff; 
	background-color: #3b5dca; 
	height: 18px; 
	border-width: 0; 
	width: 60px; 
	cursor: pointer
}

/*-------------------------------------------------------------------------------------產品跑馬燈底圖*/
#as1{
	background-image: url(../pic_01_02.jpg);
	background-repeat: repeat-y;
}