﻿/* CSS Document */

body{
		background-color: #FFFFF;
		text-align: center;
		margin: 0px;	
		font-family:arial;		
		scrollbar-face-color:white;
		scrollbar-base-color:white;
		scrollbar-highlight-color:#727A7B;
		scrollbar-darkshadow-color:white;
		scrollbar-shadow-color:#727A7B;
		scrollbar-arrow-color:#B30101;
}
A.class1:link {  text-decoration:none;color:#003399}
A.class1:active {text-decoration:none;color:#003333}
A.class1:visited {text-decoration:none;color:#003399}
A.class1:hover {text-decoration:none;color:#FC5050}

A.class2:link {  text-decoration:none;color:#CC3300;font-weight:bold}
A.class2:active {text-decoration:none;color:#CC3300;font-weight:bold}
A.class2:visited {text-decoration:none;color:#CC3300;font-weight:bold}
A.class2:hover {text-decoration:none;color:#FC5050;font-weight:bold}

INPUT,TEXTAREA.white{border-top : 1px double #aaa ;
	 border-bottom : 1px double #aaa ; 
	 border-left : 1px double #aaa ; 
	 border-right : 1px double #aaa ; 
	 background-color : #ffffff; 
	 color : #000 ;  
	 font: 1em/1.25em 'MS UI Gothic','Osaka',san-serif; 
	 font-size : 9pt ;
	 
	}
	
INPUT,TEXTAREA	{border-top : 1px double #aaa ;
	 border-bottom : 1px double #aaa ; 
	 border-left : 1px double #aaa ; 
	 border-right : 1px double #aaa ; 
	 background-color : #ffffff; 
	 color : #000 ;  
	 font: 1em/1.25em 'MS UI Gothic','Osaka',san-serif; 
	 font-size : 9pt ;
	 
	}
.nonstyle {border-top :none ;
	        border-bottom : none ; 
	        border-left : none; 
	        border-right : none;
			background-color : transparent;}

select {border-top : 1px double #aaa ;
	 border-bottom : 1px double #aaa ; 
	 border-left : 1px double #aaa ; 
	 border-right : 1px double #aaa ; 
	 background-color : #bbdef6; 
	 color : #000 ;  
	 font: 0.95em/1.45em 'MS UI Gothic','Osaka',san-serif; 
	 font-size : 9pt ;
.spacer {  display: block;
		   height: 12px;
}

.spacer_2 {  display: block;
		   height: 5px;
}
.spacer_15 {  display: block;
		  			 height: 15px;
}
.spacer_21 {  display: block;
		  			 height: 21px;
}

.footer{	font-size: 75%;
			font-family: arial;
			COLOR: #404040;
}

.table tr td {
		/*border-top : 1px dotted #C4C3AF;
		border-bottom : 1px dotted #C4C3AF;
		border-left : 1px dotted #6C4C3AF;
		border-right : 1px dotted #C4C3AF */
		border: 1px solid #7C1D1D  /*四邊框*/ 		
}

a.link_1:link  {	font-size:75%;	正常的連結
				  		font-family:arial;
				  /*font-weight:bold;*/
				  		color:303030;
				  		text-decoration:none;} 

a.link_1:visited {		font-size:75%;	參觀過的連結
					font-family:arial;
					/*font-weight:bold;*/					
					color:666666;
					text-decoration:none;} 
					
a.link_1:hover {  font-size:75%;	當滑鼠移到連結上的時候
				  font-family:arial;
				  /*font-weight:bold;*/					
				  color:FFFFFF;
				  position:relative; /* 連結跳動語法  */
				  top:0px; /*滑鼠移到上面時，相片或外框會指向"左上",註:left(左),right(右),top(上),bottom(下),如要向右下移動則是設定right與bottom部分,2px是移動距離可自行更改*/
				  left:0px;
				  background-color:F34501;
				  /* border: thin outset; */}  
				  				  
a.link_2:link  {  font-size:x-small;	正常的連結
					  font-family:arial;
					   /* font-weight:bold;*/
					  color:F34501;
					  text-decoration:none;} 

a.link_2:visited {	font-size:x-small;	參觀過的連結
						font-family:arial;
					   /* font-weight:bold;*/					
						color:666666;
						text-decoration:none;} 
					
a.link_2:hover {  font-size:x-small;	當滑鼠移到連結上的時候
						  font-family:arial;
					   /* font-weight:bold;*/					
						  color:FFFFFF;
						  position:relative; /* 連結跳動語法  */
						  top:0px; /*滑鼠移到上面時，相片或外框會指向"左上",註:left(左),right(右),top(上),bottom(下),如要向右下移動則是設定right與bottom部分,2px是移動距離可自行更改*/
						  left:0px;
						  background-color:990000;
						  /* border: thin outset; */}  

a.link_3:link  {  font-size:75%;	正常的連結
					  font-family:arial;
					  color:ffffff;
					  text-decoration:none;} 

a.link_3:visited {	font-size:75%;	參觀過的連結
						font-family:arial;
						color:cccccc;
						text-decoration:none;} 
					
a.link_3:hover {  font-size:75%;	當滑鼠移到連結上的時候
						  font-family:arial;					
						  color:ffcc00;
}
a.link_green:link  {	font-size:75%;	正常的連結
				  		font-family:arial;
				  /*font-weight:bold;*/
				  		color: 57A000;
				  		text-decoration:none;} 

a.link_green:visited {		font-size:75%;	參觀過的連結
					font-family:arial;
					/*font-weight:bold;*/					
					color:666666;
					text-decoration:none;} 
					
a.link_green:hover {  font-size:75%;	當滑鼠移到連結上的時候
				  font-family:arial;
				  /*font-weight:bold;*/					
				  color:FFFFFF;
				  position:relative; /* 連結跳動語法  */
				  top:0px; /*滑鼠移到上面時，相片或外框會指向"左上",註:left(左),right(右),top(上),bottom(下),如要向右下移動則是設定right與bottom部分,2px是移動距離可自行更改*/
				  left:0px;
				  background-color:F34501;
				  /* border: thin outset; */}  

a.link_red:link  {	font-size:75%;	正常的連結
				  		font-family:arial;
				  /*font-weight:bold;*/
				  		color: CC0000;
				  		text-decoration:none;} 

a.link_red:visited {		font-size:75%;	參觀過的連結
					font-family:arial;
					/*font-weight:bold;*/					
					color:666666;
					text-decoration:none;} 
					
a.link_red:hover {  font-size:75%;	當滑鼠移到連結上的時候
				  font-family:arial;
				  /*font-weight:bold;*/					
				  color:FFFFFF;
				  position:relative; /* 連結跳動語法  */
				  top:0px; /*滑鼠移到上面時，相片或外框會指向"左上",註:left(左),right(右),top(上),bottom(下),如要向右下移動則是設定right與bottom部分,2px是移動距離可自行更改*/
				  left:0px;
				  background-color:F34501;
				  /* border: thin outset; */}  

a.link_4:link  {  font-size:14;	正常的連結
					  font-family:arial;
					  font-weight:bold;
					  color:F34501;
					  text-decoration:none;} 

a.link_4:visited {	font-size: 14;	參觀過的連結
						font-family:arial;
					   font-weight:bold;
						color:666666;
						text-decoration:none;} 
					
a.link_4:hover {  font-size: 14;	當滑鼠移到連結上的時候
						  font-family:arial;
					      font-weight:bold;
						  color:FFFFFF;
						  position:relative; /* 連結跳動語法  */
						  top:0px; /*滑鼠移到上面時，相片或外框會指向"左上",註:left(左),right(右),top(上),bottom(下),如要向右下移動則是設定right與bottom部分,2px是移動距離可自行更改*/
						  left:0px;
						  background-color:990000;
						  /* border: thin outset; */}  

.INPUT,TEXTAREA	{border-top : 1px solid #cccccc ;
	 border-bottom : 1px solid #cccccc ; 
	 border-left : 1px solid #cccccc ; 
	 border-right : 1px solid #cccccc ; 
	 background-color : #f0f0f0 ; 
	 color : #666666;  
	 font: 0.95em/1.50em "Arial", "Helvetica", "sans-serif"; 
	 font-size : 9pt ; 
}

.param_01{	font-size: 75%;
					color: #7C1D1D;
}
.param_02{	font-size: x-small;
					/* font-weight: bold;*/
					color: #000000;
}
.param_03{	font-size: 75%;
					color: #ffffff;
}
.param_black_10{		font-size: 92%;
								color: #000000;
								line-height: 26px;

}
.param_green_10{		font-size: 92%;
								color: #339900;
								line-height: 26px;

}
.param_red{	font-size: 75%;
					color: #cc0000;
					font-weight: bold;
}
.param_darkred{		font-size: 100%;
							color: #7C1D1D;
							font-weight: bold;							
}
.param_green_bold{	font-size: 75%;
								color: #339900;
								font-weight: bold;
}