table.course_box {
	width: auto;
}
table.course_box td {
	font-size: 0.8em;
	vertical-align: top;
}
table.course_box td p {
	margin: 0px;
	padding: 5px;
}
table.course_box td.leftcell {
	width: 257px;
	border: 1px solid #ccc;
}
table.course_box td.rightcell {
	width: 257px;
	border: 1px solid #ccc;
}
table.course_box td.spacecell {
	width: 10px;
	text-indent: -9999px;
}

/*--BASIC--*/
div.btn_basic {
	width: 257px;
	height: 35px;
	background: url(/service/img/btn_basic0.jpg) no-repeat;
	text-indent: -9999px;
}
div.btn_basic a {
	display: block;
	width: 257px;
	height: 35px;
}
div.btn_basic a:hover {
	background: url(/service/img/btn_basic1.jpg) no-repeat;
}

/*--Standard--*/
div.btn_standard {
	width: 257px;
	height: 35px;
	background: url(/service/img/btn_standard0.jpg) no-repeat;
	text-indent: -9999px;
}
div.btn_standard a {
	display: block;
	width: 257px;
	height: 35px;
}
div.btn_standard a:hover {
	background: url(/service/img/btn_standard1.jpg) no-repeat;
}

/*-- Expert --*/
div.btn_expert {
	width: 257px;
	height: 35px;
	background: url(/service/img/btn_expert0.jpg) no-repeat;
	text-indent: -9999px;
}
div.btn_expert a {
	display: block;
	width: 257px;
	height: 35px;
}
div.btn_expert a:hover {
	background: url(/service/img/btn_expert1.jpg) no-repeat;
}

/*-- Custom --*/
div.btn_custom {
	width: 257px;
	height: 35px;
	background: url(/service/img/btn_custom0.jpg) no-repeat;
	text-indent: -9999px;
}
div.btn_custom a {
	display: block;
	width: 257px;
	height: 35px;
}
div.btn_custom a:hover {
	background: url(/service/img/btn_custom1.jpg) no-repeat;
}

/*-- Option --*/
div.btn_option {
	width: 257px;
	height: 35px;
	background: url(/service/img/btn_option0.jpg) no-repeat;
	text-indent: -9999px;
}
div.btn_option a {
	display: block;
	width: 257px;
	height: 35px;
}
div.btn_option a:hover {
	background: url(/service/img/btn_option1.jpg) no-repeat;
}

/*-- Remote --*/
div.btn_remote {
	width: 257px;
	height: 35px;
	background: url(/service/img/btn_remote0.jpg) no-repeat;
	text-indent: -9999px;
}
div.btn_remote a {
	display: block;
	width: 257px;
	height: 35px;
}
div.btn_remote a:hover {
	background: url(/service/img/btn_remote1.jpg) no-repeat;
}




