	
* {
margin: 0;
padding: 0;
}
			
div.areacolor1 { 
			width: 100%;
			background: white;
			background-clip: border-box;
}
			
p {
  font-family: Meiryo, "sans-serif, Hiragino Kaku Gothic Pro W6", sans-serif;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #fff;
}


.level1 {
	color: #ff8888;	/*文字は赤に*/
	font-weight: bold; /*太字に*/
	text-align: center;
	font-size: 3em;/*サイズ3倍*/
}

.level2 {
	color: 111166;	/*文字は白に*/
	font-size: 2em;/*サイズ2倍*/
	text-align: center;
}
				
.level3 {
	color: red;	/*文字は黒に*/
	font-weight: bold; /*太字に*/
	font-size: 2em;/*サイズ2倍*/
}
				
.level4 {
	color: black;	/*文字は黒に*/
	font-size: 1em;/*サイズ2倍*/
}

.wrapper {
	width: 71%;
	margin: 0 auto;
	text-align:center;
}

table{
  border-collapse:separate;
}

table th,table td{
	color: black;	/*文字は赤に*/
  padding: 10px 0;
}