/* CSS Document */


body{
    font-family: "微軟正黑體","Microsoft JhengHei";   /*微軟正黑體*/ 
	line-height: 1.8;             /* 1.8倍行高 */ 
	    
}

.main{
	width: 800px;  
	margin: 30px auto;  /*上下方高度0，左右方長度”auto”自動調整置中 */
	padding: 0;
}

a:link{
    text-decoration:none;
}
a:hover{
    text-decoration:underline
}

ol li{
	list-style-type:decimal-leading-zero;
	line-height:2em;
	font-size:20px;
}

.cnt{
	background-color:#CCFFFF;
	width:400px;
    margin:0 auto;
}
ul.list{
    list-style-image:url("img/dot2.gif"); 
}

li{
    font-size:16pt;
    line-height:24px;
}

#options li{
	list-style-image:url("../img/diploma_s.png"); 
	line-height:2em;
	cursor:pointer;
	margin-left: 2em; 
}

#options li ul{		
	display: none;	
	margin-left: -2em; 	
}

.second li {
    list-style-type: none;
    list-style-image:url("../img/natural-leaf.png"); 

}