#course_box {
	color:#FFF;
	padding: 0px;
}
#course_box a {
	color: #fff;
	text-decoration:none;
}
#course_box a:hover {
	color: #999;
	text-decoration:none;
}
#course_box h1 {
	color: #fff;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	font-size: 14px;
	font-weight: 700;
}
.book_button {
	width: 150px;
	height: 20px;
	border: 1px solid #508aa3;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	background-image:url(images/book_button.jpg);
	background-repeat:repeat-x;
}
.book_button a {
	color: #333;
}
.book_button a:hover {
	color: #FF3;
}
#book_notice {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 15px;
	font-size: 1em;
	font-weight: 900;
	text-align: center;
	color:#fff;
	margin: 5px;
	background-color:#EE7500;
}
#book_notice a {
	color: #fff;
	text-decoration:none;
}