@charset "utf-8";
/* event */

#main  {
	background-color: #EDB329;	
}
#home h2 {
	background-color: #333333;
}
#home a:hover {
	background-color: #FF0000;
}

#event h2 {
	background-color: #EDB329;
}
#event h2 a {
	color: #000000;
	font-weight: bold;
	letter-spacing: 0em;
}

#event li {
	background: url(../image/star2.jpg) left center no-repeat;
}
#event li a  {
	color: #EDB329;
	background: url(../image/star.jpg) left center no-repeat;
}
#event li a:hover  {
	color: #999999;
}