body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFF;
}
#container {
	width: 820px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #777;
	background-color: #FFF;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	padding: 20px;
}
#header {
	background: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#header h1 {
	background-image: url(../image/top01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 43px;
	color: #FFF;
	text-indent:-9999px;
	margin: 0px 0px 0px 5px;
	padding: 20px 0px;
}
#mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer {
	background:#DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 93%;
	text-align: center;
	font-style: italic;
}
.btn {
	height: 22px;
	width: 85px;
	float: left;
}
.tab {
	background-image: url(../image/bar650.jpg);
	width: 750px;
	height: 22px;
	margin-left: 8px;
	margin-top: 20px;
}
.tab h2 {
	font-size: 12px;
	margin: 0px;
	line-height: 2em;
	padding-left: 10px;
	height: 22px;
}
#event h3 {
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 0px;
}
.section {
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#event .section dl {
	border: 1px dotted #BBB;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#event .section dl dt {
	font-size: 15px;
	line-height: 3em;
	font-weight: bold;
}
#event .section dl dd {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
}
#event .section h4 {
	margin: 0px;
	line-height: 3em;
}



.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

