@charset "utf-8";

/* TOP
----------------------------------------------------------------------*/
#mainImage {background:url(../event/img/mainimage_event.jpg) top center no-repeat;}

#snav li a.snavColTitle:hover{background-image:none;}
#snav li.on a.snavColTitle{background-image:none;}

.bold{font-weight:bold;}
.fontSmall{font-size:12px;}
.gray{color:#999;}


h3 span.end{
	background-color:#999;
	color:#fff;
	padding:2px 5px;
	font-size:14px;
	font-weight:normal;
}

.eventBox{
	margin-bottom:50px;
}
.eventBox:after{
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
.eventBox .logoImage{
	float:left;
	width:250px;
}
.eventBox .summary{
	float:right;
	width:450px;
}
.eventBox .summary .table table th,
.eventBox .summary .table table td{
	height:auto;
	padding:5px 8px;
}
.eventBox .summary .table table th{
	width:25%;
}
.eventBox .summary .table table td{
	text-align:left;
}