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