@charset "utf-8";
/**/
dl, dt, dd, ol, ul, li {
margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
li {
	list-style:none;
	}
/**/
.course {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 5px;
}
.course .c1,.course .c2,.course .c3 {
	background-repeat: no-repeat;
	background-position: left top;
	width: 295px;
	padding-top: 45px;
	padding-right: 10px;
	padding-left: 10px;
	width: 275px;
	vertical-align: top;
}
.course .c1 {
	background-image: url(../img/index_course1.jpg);
}
.course .c2 {
	background-image: url(../img/index_course2.jpg);
}
.course .c3 {
	background-image: url(../img/index_course3.jpg);
}
.course .cs li {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 11px;
}
.course .cs li strong {
	font-size: 12px;
}

.course .c1b,.course .c2b,.course .c3b {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 295px;
	padding: 0px;
}
.course .c1b {
	background-image: url(../img/index_course1.jpg);
	background-position: bottom;
}
.course .c2b {
	background-image: url(../img/index_course2.jpg);
}
.course .c3b {
	background-image: url(../img/index_course3.jpg);
}
#mainbox {
	float: left;
	width: 675px;
/*
	background-color: #CC3;
*/
}
#rightbox {
	float: right;
	text-align: center;
	width: 218px;
	padding-left: 10px;
}
.bnrbox {
	clear: both;
	text-align: center;
	padding-top: 15px;
}
.bnrbox td {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
}
.cs li a {
	text-decoration: none;
	color: #003;
}

