@charset "utf-8";

div.event{
	margin:12px;
	text-align:left;
	width:100%;
}

div.event table{
	font-size:13px;
	width:620px;
	margin-top:12px;
}

div.event td{
	width:500px;
	border:1px solid #AAAAAA;
	text-align:left;
	height:24px;
	padding:4px;
}

div.event td.left{
	width:120px;
	color:#FFFFFF;
	background-color:#207a19;
}

div.event_btn{
	height:26px;
	width:632px;
	margin-top:0px;
	margin-bottom:24px;
}

div.btn_fix_event{
	height:60px;
	width:610px;
	margin-bottom:10px;
}

div.btn_fix_event a{
	background: #379688 url(img/btn_fix_event.jpg) no-repeat left top;
	display:block;
	height:60px;
	width:610px;
}

div.btn_fix_event a:hover{
    background-position:bottom;
}

