@charset "utf-8";


.TreeMenu img.s
{
	cursor:hand;
	vertical-align:middle;
}
.TreeMenu ul
{
	padding:0;
}
.TreeMenu li
{
	list-style:none;
	padding:0;
}
.Closed ul
{
	display:none;
}
.Child img.s
{
	background:none;
	cursor:default;
}

.mcontent_01 ul
{
	margin:0 0 0 8px;

}
.mcontent_01 img.s
{
	width:16px;
	line-height:20px;
	display: inline;
}
.mcontent_01 .Opened img.s
{
	background-image: url(opened.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.mcontent_01 .Closed img.s
{
	background-image: url(closed.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.mcontent_01 .Child img.s
{
	background:url(child.gif) no-repeat 13px 2px;
}



.mcontent_01 .Opened
{
	font-weight: bold;
	
}
.mcontent_01 .Opened a
{
	color: #FF3300;
}

.mcontent_01 
{

	line-height:20px;
	
}
.mcontent_01 .Closed a
{
	color: #ce0000;
	font-weight: bold;
}
.mcontent_01 li .Opened
{
	font-weight: normal;
}
.mcontent_01 li .Closed  a
{
	font-weight: normal;
	color: #000000;
}
.mcontent_01 li .Closed 
{
	font-weight: normal;
}
.mcontent_01 li .Opened a
{
	font-weight: normal;
	color: #000000;
}