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

#yearSelecter {
	width: 600px;
	height: auto;
	margin: 0 auto 20px;
	text-align: center;
}

#eventWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	margin: 0 auto 20px;
}

#eventInner {
	margin: 30px 30px 20px 30px;
	width: 540px;
	overflow-y: auto;
}

#februaryWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/2_february.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#februaryInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#marchWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/3_march.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#marchInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#aprilWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/4_april.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#aprilInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#mayWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/5_may.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#mayInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#juneWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/6_june.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#juneInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#julyWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/7_july.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#julyInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#augustWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/8_august.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#augustInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#septemberWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/9_september.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#septemberInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#octoberWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/10_october.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#octoberInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#novemberWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/11_november.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#novemberInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#decemberWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../event/images/month/12_december.png) no-repeat 15px 15px;
	margin: 0 auto;
}

#decemberInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

img.eventBanner {
	margin: 10px 0;
}

