@charset "utf-8";

/* 
------------------------------------------------------------- */

/* table.links
-------------------------- */
table.links {
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
	margin: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #2382ae;
}
table.links th {
	text-align: center;
	color: #fff;
	padding: 3px 5px;
	background-color: #014b6d;
	border: 1px solid #2382ae;
}
table.links td {
	padding: 3px 0 3px 10px;
	border: 1px solid #2382ae;
}
table.links thead th {
	color: #fff;
	background-color: #09479c;
}
table.links th.name {
	width: 120px;
}
table.links th.banner {
	text-align: center;
	width: 190px;
}
table.links tr.even th {
	background-color: #daeaff;
}
table.links tr.even td {
	background-color: #f0faff;
}
table.links tr.odd th {
	background-color: #fef98f;
}
table.links tr.odd td {
	background-color: #fffacb;
}

table.links p,
table.links ul,
table.links ol,
table.links dl {
	margin-top: 0;
	margin-bottom: 0;
}
