
#focus p a {
	color: #333333;
	font-size: 71.4%;
}

html>/**/body #focus p a {
	font-size: 10px;
}

#focus p {
	float: left;
	margin: 10px 20px 2px 5px;
	color: #333333;
}

#focus p a.now{color:#cc0000;text-decoration:none;}

.event_box {
	clear: both;
	padding: 0 0px 12px;
	margin-bottom: 10px;
	background: #FFFFFF url(../images/bg_07.gif) bottom no-repeat;
}

.event_box .inner {
	height: 100%;
	padding: 12px 13px 0;
	background: url(../images/bg_06.gif) no-repeat;
}

.event_box .movie {
	background: url(../images/bg_06_movie.gif) no-repeat;
}

.event_box .report {
	background: url(../images/bg_06_report.gif) no-repeat;
}

.event_box .both_cont {
	background: url(../images/bg_06_both_cont.gif) no-repeat;
}

.event_box .inner h3 {
	margin-right: 120px;
}

.event_box .ph {
	float: left;
	width: 184px;
	margin-right: 11px;
}

.event_box .place {
	float: none;
	margin: 0;
}

.event_box .date {
	float: none;
	margin: 0;
}

.event_box p {
	display: inline;
	float: left;
	width: 547px;
	margin: 12px 0 0 3px;
}


/* clearfix */
.event_box:after {
	clear: both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
}



#result_field {
	margin: 0 10px;
	padding: 5px 20px;
	background: url(../images/ic_result.gif) 0 7px no-repeat;
}


