@charset "utf-8";

/***** course *****/

.title {
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/course/title.gif);
}

/*初回*/
.img1 {
	width: 515px;
	height: 200px;
	background-image: url(../images/course/img1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	position: relative;
}


.img1 #campaign {
	background-image: url(../images/course/img1_1.gif);
	background-repeat: no-repeat;
	height: 107px;
	width: 268px;
	text-indent: -999999px;
	margin-top: 20px;
}


.img2 {
	background-image: url(../images/course/img2.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	width: 290px;
	_width: 515px;
	padding-right: 225px;
}


.course_bk{
	width: 515px;
	background-color: #FDF0BD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

