<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

a.dictionarytip {
	position: relative;
	color:#CCA500;
	text-decoration:none;
	background: url(../img/story/line_dot.gif) bottom repeat-x;
/*	border-width:0px;
    border-bottom-width:2px;
    border-style:dotted;*/

}



/****  吹き出し  ****/

.dictionarytip .dictionarytipBody,
.dictionarytip .dictionarytipBody2 {
		border: solid 1px #5F1F1D;
		-moz-border-radius: 2px;
		-webkit-border-radius: 100px;
		border-radius: 2px;
		position: absolute;
		left: 0em; /*** 吹き出し位置 ***/
		top: -3.3em; /*** 吹き出し位置 ***/
		text-decoration: none;
		visibility: hidden;
		padding: 0px;
		width:100px;
		zoom: 1;
/*		padding-left:10px;*/
		text-align: center;
}
.dictionarytip .dictionarytipBody2 {
	width:150px;
}


.dictionarytip:hover ,
.dictionarytip:hover .dictionarytipBody,
.dictionarytip:hover .dictionarytipBody2 {
		background-color: #461615;
		visibility: visible;
		z-index: 10;
		color:#CCA800;
		text-decoration:none;
}


/****  吹き出し三角  ****/

.dictionarytip .dictionarytipBody .dictionarytipAngle,
.dictionarytip .dictionarytipBody2 .dictionarytipAngle { /***** 三角の線 *****/
		border-top: solid 10px #5F1F1D;
		border-right: solid 10px transparent;
		border-bottom: none;
		border-left: none;
		line-height: 0;
		position: absolute;
		left: 1em;
		bottom: -10px;
}


/*.dictionarytip .dictionarytipBody .dictionarytipAngle .dictionarytipAngleInner { /***** 三角の面 *****
		border-right: solid 5px transparent;
		border-left-width: 0;
		border-top: solid 5px #5F1F1D;
		line-height: 0;
		position: absolute;
		left: 2px;
		bottom: 5px;
}*/


/*** not supported tanseparent for border by IE6. ***/

* html .dictionarytip .dictionarytipBody .dictionarytipAngle {
		border-right-color: #000;
		bottom: -11px;
}

/* html .dictionarytip .dictionarytipBody .dictionarytipAngle .dictionarytipAngleInner {
		border-right-color: #000;
}*/
</pre></body></html>