#allbox {
	width : 900px;
	height: 900px;
}

#topbox {
	width : 100%;
	height: 25%;

	color: white;
	background-color:black;



}

#underbox {
	float : left;
	width : 100%;
	height: 75%;
	overflow : auto;
	background-color: azure;



}

table,td,th{
	border: 2px solid black;
}

td{
	padding : 5px 5px 5px 5px;
	width : 290px;
	}


.black{ color : black;}

.bblack{ color : black;
			font-weight : bold;
}


.byellow{ 
	color : yellow;
	font-weight : bold;
}

.bred{ 
	color : red;
	font-weight : bold;
}

.hyodai{
	font-weight : bold;
	font-size : 40px;
}


