.eventList {
  border-top: 1px #CCC dotted;
}
.eventList li {
  padding: 20px 10px;
  border-bottom: 1px #CCC dotted;
  display: block;
  overflow: hidden;
  vertical-align: bottom;
}
.eventList li .listimg {
  float: left;
  margin-right: 10px;
}
.eventList li .eventListphoto {
  float: left;
  margin: 0 20px 0 0;
}
.eventList li .eventListIn {
  float: left;
  display: inline-block;
  width: 600px;
}

.eventList li p a {
  background: url(../../img/common/topicPatharrow.gif) no-repeat 0 center !important;
  padding-left: 10px;
}


/* --------------------------------------------------
detail
-------------------------------------------------- */

.tabsttl{
	width:100%;
	display:inline-block;
	color:#008B59;
	border-bottom:1px #CCC solid;
	margin-bottom:20px;
}

.tabsttl p{
	float:left;
	font-size:1.4em;
}

.tabsttl ul{
	float:right;
	display:inline-block;
}

.tabsttl ul li{
	float:left;
	margin-left:5px;
}

.tabsttl ul li a{
	display: inline-block;
	padding:7px 30px 5px;
	background:#FFF;
	color:#008B59;
	border:1px #CCC solid;
	border-width:1px 1px 0 1px;
	text-decoration:none;
}

.tabsttl ul li a:hover{
	padding:7px 30px 5px;
	background:#008B59;
	color:#FFF;
}


.tabsttl ul li.selected a{
	padding:7px 30px 5px;
	background:#008B59;
	color:#FFF;
}

/*list_carousel*/
.image_carousel {
  position: relative;
  padding: 0 35px;
  margin: 20px 0;
  text-align: center;
}

.image_carousel li {
  margin: 0 5px;
  display: block;
  float: left;
}


a.prevcl, a.nextcl {
  display: block;
  position: absolute;
  top: 0;
}

a.prevcl {
  left: 0;
}

a.nextcl {
  right: 0;
}

.table01{
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #d6d6d6;
}
.table01tr {
	text-valign:center;
}
.table01 tr th {
	font-weight: bold;
	text-align: center;
	background-color: #F0F0F0;
	color: #616161;
	height: 25px;
}
.table01 tr td {
	color: #616161;
	background-color: #FFF;
	padding:7px 10px;
}

.table01 tr .file a img {
	margin-bottom: 7px;
	margin-right: 5px;
}
.table01 tr .figure {
	text-align: center;
	font-weight: bold;
	width: 75px;
}
.table01 tr td p {
	padding-left: 15px;
}


/* --------------------------------------------------
links
-------------------------------------------------- */
.map_r {
	float:right;
	width: 45%;
	font-size: 90%;
	margin-bottom: 35px;
	clear:none;
	}
.map_l {
	float:left;
	width: 45%;
	font-size: 90%;
	margin-bottom: 35px;
	clear:none;
	}
.links_box {
	clear: both;
}
