@charset "utf-8";

h2#sitemap_entry{
	margin:20px 0 10px 10px;
	text-indent:-9898px;
	background:url("../img/sitemap_entry.gif") no-repeat;
	height:30px;
}

ul#sitemap{
	margin:0 0 0 30px;
}

ul#sitemap li{
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:14px;
	line-height:30px;
	margin:0 0 0 1em;
	list-style:disc;
}

ul#sitemap li.child{
	list-style:none;
	font-size:0;
}

ul#sitemap li ul li{
	margin:0 0 0 3em;
	list-style:circle;
	font-size:12px;
	line-height:26px;
}

/*thumbnail*/
#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}

#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_arrow{
	background:url("../img/thumbnail/arrow.gif") no-repeat center left;
	width:20px;
	position:absolute;
	left:20px;
	top:0;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #d6d6d6;	/* Border width */
	left:39px;	/* Same as border thickness */
	top:0;
	position:relative;
	width:300px;	/* Width of tooltip content */
	height:212px;	/* Height of tooltip content */
	background:#fff;	/* Background color */
	padding:5px;	/* Space between border and content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:10px;
	line-height:18px;
}

#ajax_tooltipObj .ajax_tooltip_content img{
	float:left;
	margin-right:5px;
}