@charset "UTF-8";
#mainImage {
	height: 145px;
}
#mainArea {
	float: left;
	width: 490px;
}
#subArea {
	float: right;
	width: 250px;
}
#topics {
	margin-top: 10px;
	width: 250px;
	color: #000000;
	clear: both;
}
#topics h2 {
	margin-bottom: 10px;
}
#topics dt {
  clear: left;
  float: left;
  width: 6.5em;
  line-height: 1.2em;
}
#topics dd {
	margin-left: 6.5em;
	zoom: 1;
	padding-bottom: 10px;
}

#topevent {
	float: left;
	width: 490px;
}
#topeventlist a {
	color: #000000;
}
#topeventlist {
	width: 100%;
	margin-top: 10px;
}
#topeventlist th {
	font-size: 14px;
	background-color: #FBDAC8;
	padding: 7px;
}
#topeventlist td {
	font-size: 14px;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#topeventlist .dateT {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#topeventlist .dateA {
	background-color: #F7EAE5;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#topeventlist .dateB {
	background-color: #FFF5E0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#topeventlist .textT {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#topeventlist .textA {
	font-weight: bold;
	background-color: #F7EAE5;
}
#topeventlist .textB {
	font-weight: bold;
	background-color: #FFF5E0;
}

#affiliated {
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#affiliated ul {
	list-style-type: none;
	padding-left: 5px;
}
#affiliated li {
	float: left;
	padding-top: 5px;
}
#banner {
	clear: both;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
#banner ul {
	list-style-type: none;
	padding-left: 1px;
}
#banner li {
	float: left;
	padding-top: 5px;
	padding-left: 2px;
}
#toTop {
	display: none;
}
#footer {
	margin-top: 20px;
	clear: both;
}
