/* デモ用 */



body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0; 
	padding: 0;
}

h2 { font-size: 14px; color: #648D2D; font-weight: bold; line-height: 1.2em;}
p { font-size: 12px; line-height: 1.3em; color:#333333; padding: 0; margin: 0;}

/* デモ用ここまで */



#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* 矢印が不要な場合は、このdiv要素の幅を1にして、backgroundのセレクタを削除 */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	
	left:-200px;	
	top:20px;
	position:absolute;
	width:250px;	
	height:200px;	
	background-color:#FFF;	
	padding:5px;	
	font-size:0.8em;	
	overflow:auto;	
	z-index:1000001;
}
