@charset "Shift-JIS"; 

/************************************
ツールチップ設定
************************************/
a.load-local {
	font-weight: bold;
	padding-left:1.25em;
	padding-right:0.1em;
	cursor: pointer;

	text-decoration: none;
	color: #134c77;
	border-bottom: dotted 1px #134c77;
}

a.load-local:link {
	text-decoration: none;
	color: #134c77;
	border-bottom: dotted 1px #134c77;
}

a.load-local:visited {
	text-decoration: none;
	color: #134c77;
	border-bottom: dotted 1px #134c77;
}

a.load-local:hover {
	text-decoration: none;
	color: #69c;
	border-bottom: dotted 1px #69c;
}

a.load-local{
	background: url("../images/icn_tooltip.jpg") no-repeat;
}

.ui-cluetip-content {
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	color: #333;
	padding: 8px;
	background: #fff;
	border: solid 1px #ccc;

	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);/* Firefox用 */ 
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);/* Safari,Google Chrome用 */ 

}

.ui-cluetip-content img {
	margin-bottom: 10px;
}

.tooltip_title {
	font-size: 16px;
	font-weight: bold;
}


/************************************
ツールチップの箱の幅　任意設定
************************************/
.ui-cluetip-content {
	width: 270px;
}
