
BODY {
	scrollbar-3dlight-color:#bcd1bd;
	scrollbar-arrow-color:#bcd1bd;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:white;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#bcd1bd;
	
	background-color:#ffffff;
	background-image:url("./bg.png");
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	color:#000000;/*#0000cc*/
	
	position:relative;
	width:90%;
	left:5%;
	line-height:150%;
	
}

/* A の設定は順番が決められているらしい */
a:link {  
	color:#0000ff;
	text-decoration:underline;
}
a:visited {  
	color:#189B12;
	text-decoration:underline;
}
a:hover {  
	color:#ff0000;
	text-decoration:underline;
}
a:active {  
	color:#00ff00;
}

/*
A:hover {
	color:#ff0000;
}
*/

H1 {
	/*text-decoration:underline;*/
	position:relative;
	background-color:#ffffff;
	color:#000080;
	text-indent:30px;
	font-size:200%;
	font-weight:bold;
	letter-spacing:10px;
	margin:20px 0px 20px 20px;
	border-bottom:thin solid #9999ff;
	border-left:thin solid #9999ff;

}


H2 {
	/*text-decoration:underline;*/
	position:relative;
	background-color:#ccccff;
	color:#ffffff;
	text-indent:10px;
	font-size:150%;
	font-weight:bold;
	letter-spacing:5px;
	padding:5px 0px 5px 0px;
}

H3 {
	/*text-decoration:underline;*/
	position:relative;
	left:15px;
	font-size:120%;
	font-weight:bold;

}

TABLE {
	position:relative;
	left:10%;
	
}


OL {
}

p {
	position:relative;
	left:10%;
	width:80%;
	border:thin solid #9999ff;
}



.menu li{
  margin: 1px 10px 2px 10px;
  list-style: none;
  float: left;
}

/*
.main {
	position:relative;
	width:90%;
	left:5%;

}
*/



DIV.float_menu{
	position:fixed;
	_position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	background-color:#ccffff;
	width:150px;
	margin:10px 20px;
	background-color:#ffccff;
}

DIV.float_main{
	position:absolute;
	top:100px;
	left:160px;
	z-index:0;
	height:100%;
	overflow:expression('auto');
}
