@charset "utf-8";
#title_wrapper {
	background-image: url(../../images/common/background_title.jpg);
	background-repeat: repeat-x;
	height: 60px;
}
#title {
	background-image: url(../../images/event/title.jpg);
	height: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#events {
	list-style-type: none;
}
#events li {
	float: left;
	height: 250px;
	width: 390px;
}