h3 {
	border-bottom: double 3px #666666;
	margin: 2px 0px 10px;
	padding: 0px 10px;
}

#dict-index-box {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 10px 20px;
}
#dict-index-box p.caption {
	font-size: 60%;
}
.dict-list {
	padding: 0px 0px 20px;
}
.dict-list dl {
	font-size: 110%;
	line-height: 2em;
	clear: left;
}
.dict-list dt {
	font-size: 80%;
	font-weight: bold;
	text-indent: 0.5em;
	width: 30%;
	float: left;
	clear: left;
	border-bottom: 1px solid silver;
}
.dict-list dd {
	font-size: 80%;
	width: 45%;
	text-indent: 0.5em;
	float: left;
	border-bottom: 1px solid silver;
}
.dict-list dd.lang-en {
	background: #e0e0e0;
}
/* 簡体中国語 */
.dict-list dd.lang-zhcn {
	width: 20%;
	font-family: Beijin,SimSun;
	font-size: 90%;
}
