body{
	background-color : #ffffff;
}
#table_h{
	table-layout : fixed;
	width : 600px;
}
#t_head{
	background-image : url("./images/back010.jpeg");
	table-layout : fixed;
	width : 600px;
	height: 210px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}

.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 : #000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
a.button_b{
	text-decoration : none;
	font-weight : bold;
	color : white;
	border-style : outset;
	border-width : 2px;
	background-color : navy;
	font-size : large;
	font-family : serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	
}
a.button_b:hover{
	font-weight : bold;
	color : navy;
	border-style : outset;
	border-width : 2px;
	background-color : white;
	font-size : large;
	font-family : serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}

  .cell_b{
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
   
}
#table_b{
	table-layout : fixed;
	height : 450px;
	width : 600px;
	border-collapse : collapse;
	border: 3px solid #900;
}
#b_left{
	width : 143px;
	background-color : #FFECEC;
}
#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: 1px solid #900;
}
.b2{
	border-style : solid;
	border-width : 1px;
}
.table2 {
	height: 5px;
	width: 20%;
}
.table1 {
	font-size: 11px;
	text-align: center;
	background-color: #FFF7F7;
	width: 600px;
}

