.SideMenuBody{
	color: #000000;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
/*	font-size: 80%;*/
}


/*-------------------- サイドメニュー表の設定 --------------------*/
.SideMenuTable{
	width:160px;
	border:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
/*	cellspacing:0px;
	cellpadding:0px;*/
}

.SideMenuTableCell0{
	color: #eeeeee;
	background-color: #bb8833;
	font-size: 80%;
	font-weight: bold;
}

.SideMenuTableCell1{
	color: #333333;
	background-color: #cc9933;
	font-size: 80%;

}

.SideMenuTableCell2{
	color: #333333;
	background-color: #ffffff;
	font-size: 80%;

}

.SideMenuLink0:link {
	color: #eeeeee;
	text-decoration: none;
}

.SideMenuLink0:visited {
	color: #eeeeee;
	text-decoration: none;
}

.SideMenuLink0:hover {
	color: #eeeeee;
	text-decoration: underline;
}


/*--- サイドメニューフレームの設定*/
.SideMenuFrame{
	width: 164px;
	height: 290px;
}



/* --- ポップアップメニュー用レイヤーとテーブルの設定 --- */
.PopMenuLayer1{
	left : 162px;
	top : 165px;
	width : 160px;
	height : 150px;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 1;
	visibility: hidden;
}

.PopMenuFrame1{
	width: 300px;
	height: 150px;
	border: none 0px #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
}


.PopMenuLayer2{
	left : 162px;
	top : 200px;
	width : 160px;
	height : 40px;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-width: 0px;
	position: absolute;
	z-index: 1;
	visibility: hidden;
}

.PopMenuFrame2{
	width: 160px;
	height: 40px;
	border: none 0px #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
}


/* --- ポップアップメニューテーブルの設定 --- */
.PopMenuTable1{

/*
	border:none 0px #000000;
	background-color:#000000;

	width:160px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	cellspacing:0px;
	cellpadding:0px;
*/


	width:160px;
/*	border:0px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px 0px 0px 0px;
/*	border: none 0px #000000;*/

}

.PopMenuCell1{
	color: #eeeeee;
	background-color: #bb8833;
	font-size: 80%;
	font-weight: bold;


/*	border: none 0px #000000;*/
}

.PopMenuCell2{
	color: #eeeeee;
	background-color: #bb8833;
	font-size: 80%;
	font-weight: bold;
}