@charset "UTF-8";

#boardbox {
	float: left;
	position: relative;
	width: 600px;
}

#boardbox ul.tab {
	float: left;
	height: 26px;
	width: 600px;
}

#boardbox li {
	float: left;
	height: 26px;
}

#boardbox div {
	float: left;
	width: 600px;
}

#boardbox table th { text-align: center;}
#boardbox table td { text-align: center; height: 25px;}

#boardbox table thead th {
	background-color: #00275a;
	padding: 5px 0;
}

#boardbox table tbody th {
	padding: 1px 0;
	vertical-align: middle;
}

#boardbox table tbody th span {
	background: url(/site/images/08_lecture/main/btn_course.gif) no-repeat left top;
	color: #19426e;
	display: block;
	font-size: 0.95em;
	font-weight: normal;
	height: 18px;
	margin: 0 auto;
	width: 95px;
}

* html #boardbox table tbody th span { font-size: 0.75em; }

#boardbox table .first { padding-top: 5px; }

#boardbox table .color { background-color: #e8eaf0; }

#boardbox a.btn {
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
}

