.enlarge-font div.htmltooltip{
    background-color: white;
    border: solid 5px #D6DDE3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 4px 4px #999999;
    -webkit-box-shadow: 4px 4px #999999;
    padding: 1.5em;
}
div.htmltooltip{
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	position: absolute;
}

div.htmltooltip a{
	cursor:pointer;

}


div.htmltooltip .top,
div.htmltooltip .bottom{

}


/*
.htmltooltip_link a:link{
	color: #0069c6;
	text-decoration: none !important;
}
.htmltooltip_link a:visited{
	color: #0069c6;
	text-decoration: none !important;
}
.htmltooltip_link a:hover{
	color: #09f;
}
*/
.enlarge-font .htmltooltip .top {
    width: auto;
    height: auto;
    background-image: none;
    margin-bottom: 0;
}
.htmltooltip .top {
	padding: 0px;
	height: 13px;
	width: 388px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
	position: relative;
	background-image: url(../images/popup/dictionary_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.enlarge-font .htmltooltip .btm {
    width: auto;
    height: auto;
    background-image: none;
}
.htmltooltip .btm {
	height: 16px;
	width: 388px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/popup/dictionary_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.enlarge-font .htmltooltip .body2 {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    width: auto;
    background-image: none;
    padding: 0;
    margin-bottom: 0;
}
.htmltooltip .body2 {
	background-image: url(../images/popup/dictionary_body.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 345px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.enlarge-font .htmltooltip .body2 dl dt {
    position: relative;
    font-size: 18px;
    width: 25em;
    height: auto;
    background-image: none;
    border: solid 1px #D8DFE5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 1em;
    margin-bottom: 0.5em;
}
.enlarge-font .htmltooltip .body2 dl dt:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 70%;
    border-left: 5px solid #ADBDD6;
    left: 0.4em;
    top: 0.3em;
    bottom: 0.3em;
}
.htmltooltip .body2 dl dt {
	background-image: url(../images/popup/H_dictionary.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 332px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 100%;
	color: #508fd2;
	margin-bottom: 8px;
}
.enlarge-font .htmltooltip .body2 dl dd {
    font-size: inherit;
    width: 30em;
    padding: 0;
}
.htmltooltip .body2 dl dd {
	font-size: 82%;
	padding-bottom: 5px;
	padding-left: 5px;
}
