@charset "shift_jis";
/* CSS Document */
body{
	background-color:#C1DC88;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
}
a{
	color:#C60;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#C60;
}
a:hover{
	color:#C60;
	text-decoration:underline;
}
.container{
	width:960px;
	margin:auto;
	border:#99BA73 2px solid;
	background-color:#FFF;
	position:relative;
	}
.home{
	width:940px;
	margin:auto;
	text-align:right;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	padding:20px 20px 0px 0px;
}
.home a{
	color:#009244;
	text-decoration:none;
}
.home a:visited{
	color:#009244;
	text-decoration:none;
}
.home a:hover{
	color:#99BA73;
	text-decoration:none;
}
.info table{
	background-color:#99BA73;
}
.info td{
	background-color:#FFF;
	text-align:left;
}
.info th{
	color:#000;
	background-color:#FFF;
}
.info{
	padding:20px 100px 20px;
}
.event table{
	background-color:#FFF;
}
.event th{
	border:1px solid #99BA73;
	background-color:#FFF;
	text-align:center;
}
.event td{
	background-color:#FFF;
	border-bottom:#99BA73 1px dashed;
}
.line_none{
	border-bottom:none;
}
.text{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	color:#000;
	padding:20px 0px;
}
.line{
	border:#99BA73 1px solid;
}
.event_title{
		border:#99BA73 1px solid;
		padding:10px;
		margin:3px;
		font-weight:bold;
		text-align:center;
}
.image{
}
.copy{
	width:100%;
	margin:auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
.red{
	color:#FF0000;
}
.indent{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}
.center{
	text-align:center;
}
.event{
	float:left;
}
.leaflet{
	float:left;
	text-align:center;
	padding:5px 5px 5px 10px;
	font-size:smaller;
}