* {
	padding : 0px ;
	
	margin : 0px ;

}



body {

	background-image: url(atori.gif);
}


#title {
        height:100px;
	display: flex;          
        justify-content: center;
        align-items: center;
        font-size : 180%;
	color: #008000 ;
	font-weight:bold;
	text-align: center;
}

#base {
	height: 550px;

	font-size : 100%;
	color: #222222 ;
	font-weight:bold;
	text-align: center;
}

#sub {
	height:500px;
        display: flex;          
        justify-content: center;
        align-items: center;
} 

#list {	
	display: table-cell;
	vertical-align: middle;
        font-size : 75%;
	color: #222222 ;
	font-weight:bold;
	text-align: left
}

#click {
	height:50px;

	display: flex;          
        justify-content: center;
        align-items: center; 
	text-align: center;	
}


.MyTable {
	display:table;
	width:1000px;
	table-layout: fixed;
	background-color: #FFFFFF;
	padding: 0px auto;
}

.MyTable div.row{
	display:table-row;
}

.MyTable div.cell{
	display:table-cell;
	border-style: ridge;
        border-color: #e0e0e0;
        border-width: 3px;
	padding: 5px 3px 3px 5px;
}

