﻿/* CSS Document */

body{
		background-color: #D9D5C1;
		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; 
}

#wrapper {	width:			792px;
			height:        100%
			padding: 10px;			
			border: 1px solid #ccc;
			background-image: url("image/content_bg.jpg");			
}

#container {	width:			750px;
				height:        100%
				margin-top: 10px;
				margin-bottom: 10px;				
}

.spacer {  display: block;
		   height: 5px;
}

.spacer_13 {  display: block;
		   height: 13px;
}

.footer{	font-size: 68%;
			font-family: arial;
			COLOR: #cccccc;

}

.table tr td {
		/*border-top : 1px dotted #525050;
		border-bottom : 1px dotted #525050;
		border-left : 1px dotted #6525050;
		border-right : 1px dotted #525050 */
		border: 1px solid #E0E2CE  /*四邊框*/ 		
}

a.link_1:link  {  /*font-size:10pt;	正常的連結*/
				  font-family:arial;
				  /*font-weight:bold;*/
				  color:FFFF00;
				  text-decoration:none;} 

a.link_1:visited {	/*font-size:10pt;	參觀過的連結*/
					font-family:arial;
					/*font-weight:bold;*/					
					color:CCCCCC;
					text-decoration:none;} 
					
a.link_1:hover {  /*font-size:10pt;	當滑鼠移到連結上的時候*/
				  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_2:link  {  font-size:x-small;	正常的連結
					  font-family:arial;
					   font-weight:bold;
					  color:005DB4;
					  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:85%;	正常的連結
					  font-family:arial;
					  font-weight:bold;
					  color:005DB4;
					  text-decoration:none;} 

a.link_3:visited {	font-size:85%;	參觀過的連結
						font-family:arial;
					   font-weight:bold;					
						color:666666;
						text-decoration:none;} 
					
a.link_3:hover {  font-size:85%;	當滑鼠移到連結上的時候
						  font-family:arial;
					   font-weight:bold;					
						  color:ffffff;
						  position:relative; /* 連結跳動語法  */
						  top:0px; /*滑鼠移到上面時，相片或外框會指向"左上",註:left(左),right(右),top(上),bottom(下),如要向右下移動則是設定right與bottom部分,2px是移動距離可自行更改*/
						  left:0px;
						  background-color:990000;						  
}
/* .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 ; 
	 width:140px;
}*/

.param_01{	font-size: x-small;
					font-weight: bold;
					color: #FFFFFF;
}
.param_02{	font-size: x-small;
					/* font-weight: bold;*/
					color: #000000;
}
.param_03{	font-size: 120%; 
					 font-weight: bold;
					color: 2FA4C4;
}
.h3 	{	font-size: 120%;
			font-weight: bold;
			color: #0066CC;
}