@charset "utf-8";

h1#event {
	background-image: url(img/event-title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	width: 500px;
	display: block;
}
#event p {
	font-size: 14px;
	padding-left: 3em;
	width: 660px;
}
#event h2 {
	text-indent: 1em;
}
li#banar01 a {
	background-image: url(img/banar_event.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 49px;
	width: 200px;
	margin-top: 5px;
}
li#banar01 a:hover {
	background-image: url(img/banar_event_o.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 49px;
	width: 200px;
}

li#banar02 a {
	background-image: url(img/banar_tsushin.gif);
	background-repeat: no-repeat;
	display: block;
	height: 49px;
	width: 200px;
	margin-top: 5px;
}

li#banar02 a:hover {
	background-image: url(img/banar_tsushin_o.gif);
	background-repeat: no-repeat;
	display: block;
	height: 49px;
	width: 200px;
}
div#ebent_boxl {
	float: left;
	width: 500px;
}
div#ebent_boxr {
	float: right;
	width: 200px;
}

