div#main_full {
  width: 680px;
  margin: 0 0px 0 10px;
  float: left;
}

#main_full h2 {
	height: 50px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	overflow: hidden;
}

div.collapse_buttons{
  text-align: right;
  padding-right: 1em;
}

h3.event_titleonly {
  clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #4E0A17;
	font-weight: bold;
/*
	display: block;
	outline: none;
*/
	background: url(../images/square.png) no-repeat left center;
}

h3.event_title {
  clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #4E0A17;
	font-weight: bold;
	display: block;
	outline: none;
	background: url(../images/triangle-e1.png) no-repeat left center;
}

h3.event_title a {
	color: #4E0A17;
	text-decoration: none;
}

h3.event_title a:hover { color: #A95E67;  }

h3.active {
  background: url(../images/triangle-s1.png) no-repeat left center;
} 
span.event_title_date{
  float: left;
  padding-left: 0.5em;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  width: 85px;
  padding-right: 1em;
  text-decoration: none;
}

span.event_title_s1{
  font-size: 12px;
  font-weight: normal;
  float: right;
  text-align: right;
  color: #444;
  text-decoration: none;
}

span.event_title_s2{
  clear: both;
  font-size: 12px;
  font-weight: normal;
  float: right;
  text-align: right;
}

div.event_detail {
	clear: both;
	margin: 0 0 15px 15px; 
	padding: 0px 0px 2px 5px; 
	border: 1px solid #d6d6d6;
	background-color: #eeeeee;
	overflow: hidden;
	font-size: 12px;
}

div.event_memo{
  clear: both;
  text-align: right;
  font-size: 10px;
  padding-right: 1em;
}

div.stage_title{
  clear: both;
  float: left;
  padding: 8px 0 0 0;
  font-weight: bold;
  width: 100%;
}

dl.stage_detail dt{
  clear: both;
  float: left; 
  padding: 0 0 0 10px;
  width: 350px;
}

dl.stage_detail dd{
  float: left;
  width: 250px;
}

dl.event_info dt{
  clear: both;
  float: left; 
  padding: 0 0 0 25px;
  width: 60px;
  font-size: 12px;
}

dl.event_info dd{
  float: left;
  width: 570px;
  font-size: 12px;
}
