/* CSS Document */

@charset="shift-jis";

div#header{
	margin-bottom:50px;
}

h2{
	margin-left:30px;
	margin-top:30px;
	color:#003366;
	font-weight:bold;
	font-size:1.5em;
}

 div#pagebody{
	
}

div#table{
	 margin-left:200px;
	margin-bottom:0px;
}

div#table tr{
	font-size:12px;
}

div#rootlist{
	position:absolute;
	top:95px;
	left:10px;
}


/*footer*/

div#footer{
	width:760px;
	height:35px;
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #999999;
}

div#copyright{
	width:760px;
	height:15px;
	background:url(../images/footer.gif) no-repeat;
	margin-top:5px;
	text-indent:-9999px;
	overflow:hidden;

	}

