/* --- 表全体-1 --- */
table.table-1 {
	border: 1px solid #333; /* 大枠の境界線 */
	border-collapse: collapse;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}
table.table-1 a {
	border: 1px solid #333; /* 大枠の境界線 */
	border-collapse: collapse;
	font-size: 13px;
	color: #333;
	line-height: 150%;
	text-decoration: none;
}
/* --- セル --- */
table.table-1 th {
	border: 1px #c0c0c0 solid;
	background-color: #F0F0F0;
	font-weight: bold;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 17px;
}
table.table-1 td {
	border: 1px #c0c0c0 solid;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 5px;
	text-align: left;
}
/* --- 表全体-2 --- */
table.table-2 {
	border: 1px #c0c0c0 solid; /* 大枠の境界線 */
	border-collapse: collapse;
	font-size: 14px;
	line-height: 130%;
	background-color: #FFF;
}
table.table-2 a {
	color: #000;
	text-decoration: none;

}
table.table-2 a:hover {
	background-color: #CCC;


}
/* --- セル --- */
table.table-2 th {
	border: 1px #c0c0c0 solid;
	background-color: #F0F0F0;
	font-weight: bold;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 17px;
}
table.table-2 td {
	border: 1px #c0c0c0 solid;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 6px;
}
/* --- 見出しセル --- */
table.table-2 thead th {
background-color: #deefff; /* 見出しセルの背景色 */
text-align: center;
}
/* --- フッタセル --- */
table.table-2 tfoot td {
	background-color: #f5f5f5;
	text-align: center;
	font-size: 12px;
	line-height: 120%;
}
/* --- データセル --- */
table.table-2 tbody td {
	background-color: #ffffff; /* データセルの背景色 */
	line-height: 120%;
	text-align: left;
}
/* --- newslistmain --- */
#sitelist {
	width: 550px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 5px;
}
#sitelist:hover {
	cursor: pointer;
	background-color: #E6E6E6;
}
#sitelist div {
	padding: 10px;
	overflow: auto;
	text-align: left;
}
#sitelist img {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 10px;
}
.list_title {
	text-decoration: none;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	color: #333;
	line-height: 140%;
	background-image: url(pdf/pdf24.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.list_title a {
	color: #333333;
	text-decoration: none;
}
.list_cont {
	text-decoration: none;
	font-size: 13px;
	line-height: 150%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
