@charset "utf-8";
/* CSS Document */

/*=========================
	写真カラム
=========================*/

.photo_column {
	clear: both;
	margin-bottom: 15px;
}

.photo_Left01 {
	float: left;
	padding-right: 10px;
}

.photo_Right01 {
	float: right;
	padding-left: 8px;
}

.photo_Left02 {
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.photo_Right02 {
	float: right;
	margin-bottom: 10px;
}

/*=========================
	記事＋写真
=========================*/
.article_column02 {
	padding: 5px;
	background-color: #000000;
	margin-bottom: 15px;
}

.article_column02 p {
	color: #FFFFFF;
	padding: 0 15px 10px;
}

/*=========================
	コメント
=========================*/

.presentation_comment {
	height: 219px;
	background-image: url(../presentation/img/pre04-09.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	margin-bottom: 40px;
}

.presentation_comment p {
	color: #333333;
	width: 310px;
	padding: 78px 0 0 54px;
}

/*=========================
	コース紹介
=========================*/

.course_introduce_Wrap {
	width: 639px;
	height: 808px;
	border: 1px solid #62ba22;
	border-top: 0;
	background-color: #fcfaea;
	margin-bottom: 10px;
}

.course_introduce_Left {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

.course_introduce_Center {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

.course_introduce_Right {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

.course_introduce_Bottom {
	clear: both;
}

.course_introduce_Bottom p {
	margin: 0;
	padding: 8px 0 0 10px;
}

