@charset "utf-8";

/**************************************************** left **/

#left h3 {
	margin: 0 0 20px 0;
}
#left a:link { color: #2448bc; text-decoration: underline}
#left a:visited { color: #2448bc; text-decoration: underline}
#left a:hover { color: #bcd2ff; text-decoration: underline}
#left table {
	width: 720px;
	border-collapse: collapse;
	border-spacing: 0;
}
#left table th, #left table td {
	border: #CCCCCC 1px solid;
	text-align: left;
	padding: 7px 7px 7px 14px;
}
*html #left table tr {
	font-size: 82%;
}
#left table th {
	background: #eee;
	width: 199px;
}
*html #left table th {
	padding: 9px 9px 9px 14px;
}
#left table .table_bg {
	background: #f9f9f9;
}
