@charset "UTF-8";

#link #contents table {
	width: 600px;
	height: auto;
	margin: 5px 0 30px 1em;
	padding: 0;
	border-collapse: collapse;
	border: none;
}
#link #contents th,
#link #contents td {
	border: none;
	background: #FFF;
	margin: 0;
	padding: 5px;
	font-weight: normal;
	color: #666;
}
#link #contents th {
	width: 150px;
}
#link #contents td {
	width: auto;
}
