@charset "utf-8";
body {
	background-color: #E6FE9C;
}

#main {
	background-color: #FFFFFF;
	background-image: none;
	width: 800px;
	margin: auto;
	border: 1px solid #999999;
}
#main #header {
	background-image: url(../banner/banner_event.jpg);
	background-position: center;
	margin: auto;
	height: 175px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#main #top {
	height: auto;
	margin: auto;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#main  #honbun {
	padding-bottom: 10px;
	width: 800px;
	margin: auto;
	padding-top: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#address {
	width: 800px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-style: normal;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#copyright {
	margin: auto;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	font-size: 26px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 15pt;
	text-align: center;
	color: #0000FF;
}
h2 {
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 6pt;
	text-align: center;
}
h3 {
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 3pt;
	text-align: left;
}
h4 {
	font-size: 18px;
	margin-left: 210px;
	letter-spacing: 6pt;
	text-align: justify;
}
h5 {
	font-size: 14px;
	letter-spacing: 3pt;
	text-align: right;
	font-weight: lighter;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 10px;
}


p {
	font-size: 12px;
	margin-left: 10px;
	line-height: 15pt;
	letter-spacing: 2pt;
}
