@charset "utf-8";
/* CSS Document */

.list01 {
	width:100%;
	text-align:center;
	margin:10px 0 10px 0 ;
	border: solid thin #CCC;
	font-size:95%;
	}

.list01 img {
	height:100%;}	
	
.list01 td {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border: solid thin #CCC;
	}		
	
.list02 {
	width:100%;
	text-align:center;
	margin:10px 0 10px 0 ;
	}	
	
.list02 img {
	height:100%;}	
	
.list02 td {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border: solid thin #CCC;
	}	

.blue {
	background-color:#2EA8E1;
	color:#ffffff;
	font-weight:bold;
}

.orenge {
	background-color:#ea5513;
	color:#ffffff;
	font-weight:bold;
	}