body {
	background-color: #000000;
	font-family:"Hiragino Maru Gothic ProN W4", "ヒラギノ丸ゴ ProN W4";
}
p { text-align: center; 
	font-size: 20px;
}
 
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  font-size: 40px;
  color:#ffffff;
  background-color: #ffffff;
}
 
.main {
  padding-top: 150px;
  overflow: auto;
  font-size: 30px;
  color:#ffffff;
  background-color: #000000;
}
h1{		
		font-size: 40px;
}
a{		
		color: #ffffff;
}
h2{		
		font-size: 30px;
	color: #ffffff;
	
}

a.sample1 {
  text-decoration: none;
}

h4{		
		font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  font-size: 30px;
  color:#ffffff;
  background-color: #ff1493;
  text-align: center
}