@charset "utf-8";
img{
	max-width:100%;
	height:auto;
}


#content {
	background-color: #FFDFFF;
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center bottom;
	font-size: 12px;
	background-image: url(2023-top.jpg);
}


h1 {
	color: #000;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
h2 {
	font-size: 16px;
	color: #000;
}
h3 {
	font-size: 14px;
}
#footer {
	font-size: 14px;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-style: normal;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
	background-color: #e6bfab;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
