@charset "utf-8";



#contents table.example th {
	background: #fcf9e3;
	white-space: nowrap;
}


/* Links */

#contents #links table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border: 0;
}
#contents #links table th {
	width: 150px;
	padding: 5px;
	font-size: 80%;
	line-height: 1.3;
	text-align: left;
	background: #fcf9e3;
	border-bottom: 2px solid #fff;
}
#contents #links table td {
	width: 350px;
	padding: 5px;
	font-size: 80%;
	line-height: 1.3;
	border-bottom: 2px solid #fff;
}
#contents #links table td a {
	color: #333;
	text-decoration: none;
}



