/*CSS*/
.SlideMenu1_folder
{
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #999;
	padding-left: 5px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #BFDBFF;
}
.SlideMenu1_item
{
	font-family: Arial;
	font-size: 11px;
	background-color: #D6D6D6;
	padding-left: 5px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #DAEAFF;
}
.SlideMenu1_folder_a
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
.SlideMenu1_folder_a:hover
{
   color: #006BF5;
   font-weight: normal;
   text-decoration: none;
   border-color: #DAEAFF;
}
.SlideMenu1_item_a
{
   color: #000000;
   font-weight: normal;
   text-decoration: none;
}
.SlideMenu1_item_a:hover
{
   color: #006BF5;
   font-weight: normal;
   text-decoration: none;
}

#wb_SlideMenu {
	position:absolute;
	left:10px;
	top:120px;
	width:115px;
	height:700px;
	padding-top: 5px;
	z-index:2;
	/*background-color: E6E6FF;*/
}

#Head {
	position:absolute;
	left:10px;
	top:10px;
	width:975px;
	height:100px;
	z-index:1;
	background-color: #DAEAFF;
}

#Main {
	position:absolute;
	left:135px;
	top:120px;
	width:850px;
	height:700px;
	z-index:3;
	background-image: url(../pic/kanji.jpg);
	background-repeat:no-repeat;
	background-position:center;
	/*background-attachment:fixed;*/



	/*background-color: #E6E6FA;*/

}
