@charset "utf-8";
/* CSS Document */
/*--------------------------------*/
/*総合研究　*/
/*--------------------------------*/
/*
sougou.table tr td{
	border: solid 1px;
	text-align:left;
	font-size: medium;
	padding:3px;
}

sougou.table {
    border-collapse:collapse;
	}
*/

/*レッドリストテーブル*/
table.sougouken{ 
	width:680px;
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0px;
	border:2px solid #9c9;
	margin-bottom:35px;

	}
table.sougouken th{
	text-align:left;
	padding:4px 8px;
	border: 1px solid #9C9;
	border-bottom: 3px double #9C9;
	font-size: large;
	}

table.sougouken tr td{
	padding:4px 10px;
	border: 1px solid #9C9;
	vertical-align: top;
	font-size:medium;
	}
img{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* リンク */
div.public a{
	color:#F66;
}

div.public a:hover{
	color:#369;
}

div.public a:visited{
	color:#F66;
}

