html .blogbody {height: 1%;}
HTML { 
scrollbar-face-color:#F0F0F0;
scrollbar-arrow-color:#666666;
scrollbar-track-color:#F0F0F0;
scrollbar-shadow-color:#666666;
scrollbar-highlight-color:#666666; 
scrollbar-3dlight-color:#ffffff; 
scrollbar-darkshadow-color:#FCFCFC; 
}

body{
font-family : "Arial", "Helvetica", "sans-serif" ; /*文字字型*/
/*font-size : 70% ;/*文字大小*/
color : #525050 ; /*文字色彩*/
/*letter-spacing : 0pt ;/*字間距離*/
/*line-height : 125% ;/*設定行高*/
/* text-transform : capitalize; /*首字大寫*/
text-align:center; /*文字置中對齊*/
background-image : url(image/bg.gif); /*背景圖片*/
background-repeat : repeat-x, repeat-y; /*不重複排列*/
/* background-position : 90% 90%; /*背景圖片x與y軸的位置*/
background-attachment : fixed;/*固定背景*/
margin:0px 0px 0px 0px;
} 

a.link_white {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 70%;
	text-decoration: none;
	color: #ffffff;	
}

a.link_white:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 70%;
	text-decoration: none;
	color: #cc0000;			
	}


a.link_gray {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 70%;
	text-decoration: none;
	color: #009900;	
}

a.link_gray:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 70%;
	text-decoration: none;
	color: #cc0000;			
	}

a.link_blue {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 80%;
	text-decoration: none;
	color: #0066cc;	
	font-weight: bold;	
}

a.link_blue:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size:80%;
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;				
	}

.table {
		/*border-top : 1px dotted #525050;
		border-bottom : 1px dotted #525050;
		border-left : 1px dotted #6525050;
		border-right : 1px dotted #525050 */
		border: 1px solid #E0E2CE  /*四邊框*/ 		
}

.footer {
    font-family: "Arial", "Helvetica", "sans-serif";
	color:4C4D42;
	font-size:65%;
	font-weight:normal;
	background:none;
	line-height:100%;
	margin-top:10px;
	text-align:left;
	border: 0;
	letter-spacing: 2px;
} 

.INPUT,TEXTAREA	{border-top : 1px solid #333333 ;
	 border-bottom : 1px solid #333333 ; 
	 border-left : 1px solid #333333 ; 
	 border-right : 1px solid #333333 ; 
	 background-color : #f0f0f0 ; 
	 color : #666666;  
	 font: 0.95em/1.50em "Arial", "Helvetica", "sans-serif"; 
	 font-size : 9pt ; 
	 width:140px;}
	 
.INPUT.button	{border : 1px solid #aaa ;
	 background-color : #333 ; 
	 color : #fff ;  
	 font: 0.95em/1.45em "Arial", "Helvetica", "sans-serif";
	 font-size : 10pt ; 
	 width:80px;} 

.param1_red {
	font-family: "Arial";
	font-size: 75%;
	color: cc0000;
	font-weight: bold;
}
.param1_gray {
	font-family: "Arial";
	font-size: 75%;
	color: 333333;
}
.param1_blue {
	font-family: "Arial";
	font-size: 75%;
	color: 006699;
}
.topic_red {
	font-family: "Arial";
	font-size: 14px;
	color: #990000;
	font-weight: bold;

}
.topic_green {
	font-family: "Arial";
	font-size: 14px;
	color: #009900;
	line-height: 14px;
	font-weight: bold;

}
.topic_blue {
	font-family: "Arial";
	font-size: 24px;
	color: #3333ff;
	/*line-height: 14px;*/
	font-weight: bold;

}
.topic_blue_01 {
	font-family: "Arial";
	font-size: 18px;
	color: #3366cc;
	/*line-height: 14px;*/
	font-weight: bold;

}
.border_01{
	border: thin dotted #999999;
}
.border{
	border: 1px solid #cccccc;
}
#text {
	text-align: left;
	position:relative;
	width:95%;





	/*left: 304px;*/

}
#text ul{
margin:0;
padding: 15;
list-style: square outside;
}

#text li{
	font-size: 10pt;
	color: #000000;
	margin:0;
	vertical-align:center;
	padding: 3px;
}