<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:#bc6885;
	text-decoration:none;
	padding: 3px;
	background: url(../story/img/line_dot.gif) bottom repeat-x;
}

.story a.dic_link {
	color:#ffda81;
	text-decoration: underline;
	background-color: #780245;
	padding: 5px 3px;
}

.story a.dic_link:hover {
	color:#FFD200;
	text-decoration: none;
	background-color: #B63936;
}



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

.dictionarytip .dictionarytipBody,
.dictionarytip .dictionarytipBody2 {
		border: solid 1px #780245;
/*		-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:90px;
		zoom: 1;
		text-align: center;
}
.dictionarytip .dictionarytipBody2 {
	width:120px;
}


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


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

.dictionarytip .dictionarytipBody .dictionarytipAngle,
.dictionarytip .dictionarytipBody2 .dictionarytipAngle { /***** 三角の線 *****/
		border-top: solid 10px #780245;
		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,
* html .dictionarytip .dictionarytipBody2 .dictionarytipAngle {
		border-right-color: #000;
		bottom: -11px;
}

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