/* Ajax表示コントロール用 */

.SpryHiddenRegion {
	visibility: hidden;
}


/* ニュースリリースパーツ */

div#topicsTitle h2 {
	font-weight: normal;
}
div#topicsTitle span {
	padding-left: 0;
	font-weight: bold;
}

.topicsPrev {
	float: left;
}
.topicsPrev a {
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 12px;
	background: url(/topics/common/img/icon_prev.gif) no-repeat left center;
}
* html .topicsPrev a {
	background-position: left 0.15em;
}
.topicsNext {
	float: right;
}
.topicsNext a {
	display: -moz-inline-box;
	display: inline-block;
	padding-right: 12px;
	background: url(/topics/common/img/icon_next.gif) no-repeat right center;
}
* html .topicsNext a {
	background-position: right 0.15em;
}


/* ニュースリリース検索ボックス */

#topicsSearchBox {
	position: relative;
}

#topicsSearch {
	clear: both;
	overflow: hidden;
	position: absolute;
	top: 9px;
	left: 450px;
	width: 251px;
	background: url(/topics/common/img/topicsSearch_bg_bot.jpg) no-repeat left bottom;
}
#topicsForm {
	float: left;
	overflow: hidden;
	width: 208px;
}
* html #topicsForm {
	margin-right: -3px;
}
#topicsForm img,
#topicsForm select,
#topicsForm input {
	vertical-align: top;
}
#topicsForm select {
	height: 21px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	margin: 0;
}
#topicsForm p {
	margin-left: 14px;
	padding-right: 8px;
}
#topicsForm p#topicsDate {
	margin-bottom: 7px;
	padding: 3px 0 10px;
	background: url(/topics/common/img/topicsSearch_line.gif) repeat-x left bottom;
}
#topicsDate select {
	width: 62px;
}
#topicsCategory select {
	width: 152px;
}
#topicsBtn {
	height: 80px;
}


/* トピックス一覧 */

.topicsList table {
	width: 726px;
	border-collapse: collapse;
}
.topicsList th {
	width: 68px;
	height: 65px;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
	text-indent: 0.2em;
	vertical-align: middle;
	font-weight: normal;
	color: #666666;
}
.topicsList td {
	border-bottom: 1px solid #dfdfdf;
	vertical-align: middle;
}
.topicsList td.cat {
	width: 80px;
	padding: 0px;
}
.topicsList td.title {
	width: 578px;
}
.topicsList .image td.title {
	width: 498px;
}
.topicsList td.image {
	width: 80px;
	text-align: center;
}
.topicsList td.image img {
	border: 1px solid #eeeded;
}


/* 更新情報 */

#updateTitle {
	position: relative;
}
#updateTitle .btn {
	position: absolute;
	top: 45px;
	left: 345px;
}

.updateList dt {
	padding-left: 3px;
	color: #666666;
}
.updateList dd {
	padding-left: 6em;
}
