@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/pt3.gif);
	background-repeat:repeat;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F8F4DB;
}
#header {
	background-color:#FFF;
}
#navi {
	width: 195px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 350px;
	left: auto;
 background-color:;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li {
	margin-top: 10px;
	margin-left: 8px;
	float: left;
}
#contents {
	width: 700px;
	height: auto;
	background-color: #FFF;
	margin: auto auto auto;
	clear: both;
}
img {
	border: none;
}
p.img {
	text-align:center;
}
p {
	margin-top: 30px;
	margin-bottom: 10px;
}
h3 {
	color: #F09;
	font-size:12pt;
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight:bolder;
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color: F06;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F06;
	padding-left: 7px;
}
h4 {
	font-size: 24px;
	color: #333;
}
hr {
	color:#F06;
	margin-top: 0px;
}
table{
	width:680px;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	border-width:2px;
	border-color:#f96;
}
#event{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	padding:10px;
}
dt.event {
	clear: both;
	font-size:18px;
	list-style-type: square;
	color: #333;
}
dd.event {
	clear: both;
	font-size:16px;
	color: #333;
}
#footer {
	clear: both;
}
