@charset "utf-8";
/* CSS Document */

#guide_table {
	width: 480px;
	border-collapse: collapse;
	text-align: left;
	background: white;
}
#guide_table th {
	font-weight: normal;
	color: black;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#guide_table td {
	border-bottom: 1px solid #ccc;
	color: black;
	padding: 6px 8px;
}
#guide_table tbody tr:hover td { background-color: #b2caff; }
