}
h1 {
	font-size: 70%;
	color: #D3D3D3;
	background-color: none;
	
}
h2 {
	font-size: 70%;
	color: #D3D3D3;
	background-color: none;
	
}
h3 {
	font-size: 100%;
	color: #804000;
	background-color: #f7eab0;

}
h4 {
	font-size: 100%;
	color: #804000;
	background-color: #f7eab0;
}
h5 {
	font-size: 100%;
	color: #804000;
	background-color: #f7eab0;
}

p {
	margin: 1px 0 1px 1px; /* 上下と、下方向のマージンを10pxに指定、右方向は0に指定 */
font-size: 80%;
	color: #696969;
	background-color: none;
  
  

}