H2.TITLE {
	font-weight: bold;
	font-size: 110%;
	color: #666666;
	margin-left:25px;
}
P.text {
	padding: 1em 1em 1em 1em;
	font-size: 105%;
	line-height: 20px;
}
P.text2 {
	font-size: 105%;
	color: #666666;
	margin-left:25px;
	line-height: 18px;
}

.link_form{
	padding:22px 0 22px 25px ;
	font-size: 140%;
	font-weight: 800;
	color:#FF6600;
}
a:hover .link_form {
	color:#3375FF;
	text-decoration:underline;
}


SPAN.return {
	font-size: 100%;
	margin-left: 55px;
}
UL.linkfile {
	font-weight: bold;
}
UL.child {
	font-weight: 600;
	font-size: 110%;
	line-height: 24px;
}
UL.child2 {
	font-weight: 600;
	font-size: 110%;
	line-height: 46px;
}

dl.child2 {
	margin-left: 40px;
	font-weight: 600;
}
dl.child2 dd{
	font-weight: 400;
}


.sublist {
	margin-left: 20px;
}

#folding UL.open  {
	display: block;
}
#folding UL.close {
	display: none;
}
#folding LI.open  {
	list-style-type: disc;
}
#folding LI.close {
	list-style-type: circle;
}
#folding LI.grandchild {
	list-style-type: square;
}
