@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#wrapper {
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

#header {
	height: 15px;
	width: 760px;
	text-align: center;
	border-color: #007130;
	border-width: 1px;
	border-style: none none dotted none;

}

h1 {
	font-size: x-small;
	margin: 0;
	padding: 0;
}

#head_navi {
	width: 760px;
	height: 60px;
	}
	
#logo {
	width: 160px;
	height: 60px;
	float: left
	}
	
#head_navi_area {
	width: 600px;
	height: 60px;
	text-align: right;
	float: right;
	vertical-align: top;
	}

#head_navi_area a:link {
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
}

#head_navi_area a:visited {
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
}

#head_navi_area a:hover {
	font-size: x-small;
	color: #006633;
	text-decoration: underline;
}

#head_navi_area a:active {
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
}

#contents {
	width: 760px;
}

#navi {
	width: 160px;
	float: left;
	}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#navi li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#contents_area {
	width: 590px;
	float: right;
	border-color: #007130;
	border-width: 1px;
	border-style: dotted none none none;
	padding-top: 10px;
	padding-left: 10px;
	}
	
#event_title {
	width: 590px;
	height: 50px;
	padding-top: 5px;
	margin-bottom: 5px;
	clear: both;
	border-color: #339900;
	border-width: 1px;
	border-style: none none solid none;
	}
	
#event_disc_title {
	width: 590px;
	height: 20px;
	padding-bottom: 5px;
	clear: both;
	}

#event_disc_subtitle {
	width: 590px;
	height: 30px;
	padding-bottom: 5px;
	clear: both;
	}

#event_disc {
	width: 400px;
	height: auto;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
	}
	
#event_disc_right {
	width: 460px;
	height: auto;
	padding-bottom: 10px;
	padding-right: 10px;
	float: right;
	}
	
#event_disc.style1 {font-size: x-small}

#event_disc2 {
	width: 580px;
	height: auto;
	padding-bottom: 10px;
	padding-right: 10px;
	}
		
#event_pic {
	width: 170px;
	height: auto;
	float: right;
	}

#event_pic1 {
	width: 280px;
	height: auto;
	padding-right:10px;
	float: left;
	padding-bottom: 10px;
	}

#event_pic2 {
	width: 280px;
	height: auto;
	float: right;
	padding-bottom: 10px;
	}

#event_pic_left {
	width: 120px;
	height: auto;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	}

#event_line {
	width: 590px;
	height: 5px;
	clear: both;
	border-color: #339900;
	border-width: 1px;
	border-style: none none dotted none;
	}

#footer {
	font-size: x-small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 760px;
	border-color: #007130;
	border-width: 1px;
	border-style: dotted none none none;
	text-align: right;
}
