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

.main section h2{
	background: url(../images/event/title_event.gif) no-repeat left top;
	height:45px;
	overflow: hidden;
	text-indent:-9999px;
}
.event_new .icon{
	display:block;
	width:200px;
	height:200px;
	float:left;
	margin:0 20px 20px 0;
}
.event_new strong{
	font-size:1.1em;
	line-height:2em;
	border-bottom:1px solid #462C1F;
	margin-bottom:10px;
}
.event_new{
	clear:left;
}
.main .event_new .button{
	background-color:#462C1F;
	color:#F4F4EB;
	padding:5px 20px;
	display:inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.main .event_new .button:hover{
	background-color:#BDA000;
	color:#462C1F;
}