@charset "UTF-8";
/* CSS Document */

.dictionary_dl{
	zoom: 100%;
	width:690px;
	border-bottom:#999999 dotted 1px;
	padding-bottom: 5px;
}

.dictionary_dl_noborder{
border-bottom:none;
}



.dictionary_dl:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


.dictionary_dl dt {
	float:left;
	width:110px;
	text-align: left;
	margin: 10px 0px 10px 20px;
	font-weight: bolder;
}

.dictionary_dl dd {
	float:left;
	width:530px;
	text-align: left;
	margin: 10px 0px 10px 0px;
	line-height: 1.3;
}

.dictionary_dl dd .font_w{
	font-weight:bold;
}

.dictionary_dl dd .font_blue{
	color:#0033CC;
}


.dictionary_subtitle{
	background-color:#eee;
	padding:10px;
	text-align:left;
	margin: 10px;
	line-height: 1.3;
}
