<!--BODY
{
	WIDTH: 1000px;
	height: 100%;
	background-image:url(./img/white7.gif);
	margin-left:auto;
	margin-right:auto;
	font-size: 80%;
	font-family:'MS P ゴシック',Osaka,sans-serif;

}

#all {
	width: 950px;
	height: 100%;
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
        border:solid 1px #cccccc;
        border-top: solid 10px #cccccc;
        border-bottom: solid 10px #cccccc;
}

#Left {
	float: left;
	width: 175px;
	height: 560px;
	background-color: #ffffff;
	margin-left:auto;
	text-decoration:none;
}

#body {
	height: 560px;
	width: 765px;
	background-color:#ffffff;
 
        overflow:scroll;
	overflow-x: hidden;
	scrollbar-face-color: #eeeeee;       /* 表面の色 */
  	scrollbar-3dlight-color: #696969;    /* 左端と上端の色 */
  	scrollbar-highlight-color: #eeeeee;  /* ハイライトの色 */
  	scrollbar-shadow-color: #eeeeee;     /* 影の色 */
  	scrollbar-darkshadow-color: #696969; /* 右端と下端 */
  	scrollbar-arrow-color: #696969;      /* 矢印の色 */
  	scrollbar-track-color: #eeeeee;      /* バーの背景の色 */
}
#foot {	
	clear: left;
	width: 940px;
	height: 75px;

	background-color: #ffffff;


}

/*   ナビ設定  */
#navigation {
	width: 170px;
	margin: 5px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}

#navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}

#navigation a {
	padding: 4px 0 4px 10px;
	display: block;
	width: 160px !important; /*Qindows IE対策のため、ボックス幅を指定 */
	width /**/: 170px; /*Window IE5用の値を指定 */
	color: #333333;
	text-decoration: none;
}

#navigation a:hover {
	color: #FDB46C;
	background-image: none;
	background-color: transparent;
}
}

tMenu = document.getElementById(tName).style;
if (tMenu.display == 'none') tMenu.display = "block"; else tMenu.display = "none";
<a href="javaScript:exMenu('treeMenu1')">〜</a>
<div id="treeMenu1" style="display:none">〜</div>
<a href="javaScript:exMenu('treeMenu2')">〜</a>
<div id="treeMenu2" style="display:none">〜</div>

}
-->

