#topicsList {
	width: 92%;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
}
#topicsList .head {
	background-color: lightgreen;
}

.articletd {
	border: 0px solid;
}

.newMark {
	color: #c30;
	font-weight: bold;
}

#contSokuhouList {
}
#contSokuhouList .headImage {
	width: 816px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/zcommon/images/sokuhou_header_bg.jpg");
	/*
	border-top: double 4px #004;
	border-bottom: double 4px #004;
	*/
}
#contSokuhouList table {
	width: 96%;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: small;
}
#contSokuhouList table thead tr {
	visibility: collapse;
}
#contSokuhouList table tbody td {
	padding: 2px 0px 2px;
	line-height: 120%;
}
#contSokuhouList .cityname {
	font-weight: bold;
	color: teal;
	text-indent: 0.5em;
	letter-spacing: 2px;
	/* border-bottom: solid 2px #ff9999; */
}
#contSokuhouList .messageBox {
	width: 70%;
	text-align: left;
	margin: 10px 20px;
	font-size: small;
	line-height: 125%;
}

/*
 * pctv_info excav
 */
#contExcavList {
}
#contExcavList .dataHead {
	text-align: right;
	font-weight: bold;
}
#contExcavList .dataModtime {
	text-align: right;
	font-size: small;
	margin-bottom: 5px;
}
#contExcavList .dataComment {
	font-size: small;
}
#contExcavList .p2part {
	margin-bottom: 10px;
}
#contExcavList .cityName {
	font-size: large;
	font-weight: bold;
	letter-spacing: 4px;
	color: #420;
	text-align: left;
	text-indent: 0.5em;
	padding: 2px 0px;
}
#contExcavList table {
	width: 100%;
	table-layout: fixed;
	font-size: small;
	text-align: left;
	border: solid 1px #621;
	border-collapse: collapse;
}
#contExcavList table thead tr {
	background-color: #fcb;
}
#contExcavList table thead th {
	text-align: center;
	border: solid 1px #021;
}
#contExcavList table td {
	border: solid 1px #921;
	padding-left: 0.5em;
}

#contList {
	margin-bottom: 20px;
}
#contList table {
	width: 96%;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	text-align: left;
	border-collapse: collapse;
}
#contList table thead tr {
	text-align: center;
	background-color: lightgreen;
}
#contList table thead th {
	padding: 1px;
}
#contList table td {
	padding: 3px 0px 3px;
}
#contList .divLine {
}
#contList ul  {
}
#contList ul li {
	display: block;
	text-align: left;
	list-style-type: disc;
}

#contList .c_left {
	width: 260px;
	float: left;
	margin-right: 20px;
}
#contList .c_center {
	width: 260px;
	float: left;
	margin-right: 20px;
}
#contList .c_right {
	width: 260px;
	float: left;
}
#contList .linkPart {
	margin-bottom: 10px;
}
.linkPart h4 {
	/* border-bottom: solid 2px darkorange; */
}
.linkPart ul {
	font-size: small;
	list-style-position: inside;
	padding: 0px 10px;
}
.linkPart li {
	padding-bottom: 4px;
}
#contList .infoGrp, .infoType {
	/*
	background-color: #efe;
	border-bottom: solid 1px #9b9;
	*/
	color: teal;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1px;
}
.headNone {
	visibility: collapse;
}

table .cno, .ono, .stime, .idc, .term {
	text-align: center;
}

#contList .isekiTable {
	width: 96%;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	text-align: left;
	border-collapse: collapse;
	border: solid 1px #c21;
}
#contList .isekiTable thead tr {
	background-color: #fff;
}
#contList .isekiTable thead th {
	border: solid 1px #c21;
	padding: 3px 2px;
}
#contList .isekiTable td {
	border: solid 1px #c21;
	padding: 2px 2px 2px 0.5em;
}

.csvButton {
	width: 200px;
	letter-spacing: 1px;
	cursor: pointer;
}
.clearButton {
	width: 120px;
	cursor: pointer;
}
.p2c {
	font-weight: bold;
}
