body{
	background-color : #ffffff;
}
#table_h{
	table-layout : fixed;
	width : 600px;
}
#t_head{
	background-image : url("./images/back010.jpeg");
	table-layout : fixed;
	width : 600px;
	border-style : solid;
	border-width : 3px;
	border-bottom :0px;
	border-color : #99EADE;

}

.button_t{
	font-style : italic;
	color : blue;
	font-weight : bold;
}
.button_g{
	color : blue;
	font-weight : bold;
}
#shamei{
	font-weight : bold;
	font-size : x-large;
	color : blue;
	padding : 10px 20px 30px;
}
a.button_b{
	text-decoration : none;
	font-weight : bold;
	color : white;
	border-style : outset;
	border-width : 2px;
	background-color : navy;
	padding : 30px 10px 30px 10px;
	font-size : large;
	font-family : serif;
	
}
a.button_b:hover{
	font-weight : bold;
	color : navy;
	border-style : outset;
	border-width : 2px;
	background-color : white;
	padding : 30px 10px 30px 10px;
	font-size : large;
	font-family : serif;
}

  .cell_b{
	padding : 5px 30px 20px;
   
}
#table_b{
	table-layout : fixed;
	height : 450px;
	width : 600px;
	border-style : solid;
	border-width : 3px;
	border-color : #99EADE;
	border-collapse : collapse;
}
#b_left{
	width : 143px;
	background-color : #DDFFFF;
}
#b_right{
	padding : 10px;
}
#table_f{
	table-layout : fixed;
	height : 300px;
	padding : 1px;
	width : 600;
	border : 1px;
	border-style : solid;
	border-width : 1px;
}
#f_left{
	width : 308px;
}
#f_right{
	width : 276px;
}
.b1{
	border-style : solid;
	border-color : #99EADE;
	border-width : 1px;
}
.b2{
	border-style : solid;
	border-width : 1px;
}
