@charset "utf-8";

#glossary{
	width: 794px;
	margin-left: 88px;
	min-height: 497px;
	height: auto;
	background-attachment: inherit;
	background-color: transparent;
	background-image: url(/images3.0/glossary.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;

}
#content {
	width: 780px;
	padding-top:10px;
	
}
.section{
	clear:both;
	width: 100%;
	display:inline;
	
	
}
.terms{
    width: 100px;
	float:left;
	padding-top:10px ;
	padding-right:10px;
	color:#000;
	font-weight:bold;
	
	/*解決網頁文字太長而導致破版的問題 
	word-wrap: break-word;
    -moz-binding: url('wordwrap.xml#wordwrap'); 
    display: block;
    overflow: auto;*/
}
.chinese{
    width: 280px;
	float:left;
	padding-right:30px;
	text-align:justify;
	/*text-justify: inter-ideograph;*/
	text-justify:distribute;
	padding-top:10px ;
}
.english{
    width: 350px;
	float:left;
	/*text-align:justify;
	text-justify: inter-ideograph;*/
	padding-top:10px ;
	
	/*解決網頁文字太長而導致破版的問題
	word-wrap: break-word;
    word-break : break-all;*/
}
.only-one{
    width: 660px;
	float:left;
	text-align:justify;
	text-justify: inter-ideograph;
	padding-top:10px ;
}
.hr{
	border-bottom: 1px solid #999999;
	padding:10px 0 ;
	clear:both;
	width:780px;
}
.top{
	width:770px;
	height:10px;
	text-align:right;
	margin-right:10px;
	/*border: 1px solid red;*/
}

