/* tree01 矢印アイコン タイトルにはライン無し */

#menu{
	margin-bottom:10px;
	padding:0 8px;
	font:normal 84%  "ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Arial,Verdana,Helvetica,sans-serif;
	line-height:1.4;
}
.all_link{
	margin:0;
	padding-right:10px;
}
.all_link li{
	float:right;
}
.all_link li a:link,
.all_link li a:visited{
	text-decoration:none;
}
/*ライン*/
.ygtvtn{
	background: url(images/tree/01/tn.gif) 0 0 no-repeat;
	width:17px; height:22px;
}

/*ライン*/
.ygtvln{
	background: url(images/tree/01/ln.gif) 0 0 no-repeat;
	width:17px;
	height:22px;
}

/*タイトルアイコン(開)(下)*/
.ygtvtm,
.ygtvlm{
	background:url(images/tree/01/lm.gif) no-repeat left center;
	width:16px;
	height:14px;
	cursor:pointer;
}

/*タイトルアイコン(開)(下)マウスオーバー時*/
.ygtvtmh,
.ygtvlmh{
	background:url(images/tree/01/lmh.gif) no-repeat left center;
	width:16px;
	height:14px;
	cursor:pointer;
}

/*タイトルアイコン(閉)(下)*/
.ygtvtp,
.ygtvlp{
	background:url(images/tree/01/lp.gif) no-repeat left center;
	width:16px;
	height:12px;
	cursor:pointer;
}

/*タイトルアイコン(閉)(下)マウスオーバー時*/
.ygtvtph,
.ygtvlph{
	background:url(images/tree/01/lph.gif) no-repeat left center;
	width:16px;
	height:12px;
	cursor:pointer;
}

/* Loading icon */
.ygtvloading{
	background: url(images/tree/01/loading.gif) 0 0 no-repeat;
	width:32px;
	height:32px;
}

/* the style for the empty cells that are used for rendering the depth of the node */
.ygtvdepthcell{
	/*background: url(../img/vline.gif) 0 0 no-repeat;*/
	width:17px;
	height:22px;
}

.ygtvblankdepthcell{
	width:17px;
	height:22px;
}

/* the style of the div around each node */
.ygtvitem { }  

/* the style of the div around each node's collection of children */
.ygtvchildren { }  
* html .ygtvchildren { height:1%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	margin-left:2px;
	text-decoration: none;
}

/*タイトルアイコン(開)(上)
.ygtvtm{
	background: url(../img/tm.gif) 0 0 no-repeat;
	width:34px;
	height:22px;
	cursor:pointer
}
*/
/*タイトルアイコン(開)(上)マウスオーバー時��
.ygtvtmh{
	background: url(../img/tmh.gif) 0 0 no-repeat;
	width:34px;
	height:22px;
	cursor:pointer
}
*/
/*タイトルアイコン(閉)(上)
.ygtvtp{
	background: url(../img/tp.gif) 0 0 no-repeat;
	width:34px;
	height:22px;
	cursor:pointer
}
*/
/*タイトルアイコン(閉)(上)マウスオーバー時��
.ygtvtph{
	background: url(../img/tph.gif) 0 0 no-repeat;
	width:34px;
	height:22px;
	cursor:pointer
}
*/


