@charset "utf-8";

/* #information
--------------------------------------------------- */
#info {
	margin: 0 0 40px 0;
}


#info p{
	font-size: 0.75em;
	line-height: 160%;
}

#event{
	margin: 0 0 25px 0;
}

#event .box{
	padding: 0 0 25px 0;
}

#event .box .img{
	width:193px;
	float: left;
}

#event .box .rightBox{
	width:360px;
	float: right;
}

#event .box .rightBox h3{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 0.85em;
	font-weight: bold;
	border-bottom: 1px solid #d6d6eb;
}

#event .box .rightBox p{
	font-size: 0.75em;
	line-height: 160%;
}

#event table{
	text-align: left;
	border: 1px solid #dbdbdb;
}

#event table th{
	width: 8em;
	padding: 8px 0 5px 8px;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	border-right:none;
	font-size: 0.75em;
	font-weight: bold;
}

#event table td{
	padding: 8px 0 8px 10px;
	border: 1px solid #dbdbdb;
	border-left:none;
	font-size: 0.75em;
}


