/* リンクテーブルCSS */

table {
	width:100%;
	border-collapse: collapse;
	margin:8px 0px 0px 0px;
	padding: 0;
}

td {
	width:55%;
}

th, td {
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	padding: 0.6em;
	text-align: left;
}

tbody th {
	padding-left: 18px;
}

tbody th, td {
	background-color: #eeeeee;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #E5E5CB;
}

tr.odd td, tr.odd th {
	background-color: #dddddd;
}

tbody a {
	color: #547592;
	text-decoration: none;
}

tbody a:visited {
	color: #666666;
}

tbody a:hover, tbody a:active {
	color: #ff5858;
}
