@charset "utf-8";
/* CSS Document */


/*=========================
	写真カラム
=========================*/

.photo_column {
	clear: both;
	margin-bottom: 15px;
}

.photo_Left01 {
	float: left;
	display: inline;
	padding-right: 8px;
}

.photo_Right01 {
	float: right;
	padding-left: 8px;
}

.photo_Left02 {
	float: left;
	display: inline;
}

.photo_Right02 {
	float: right;
}

/*=========================
	記事＋写真
=========================*/
.article_column02 {
	background-image: url(../presentation/img/pre07-11.jpg);
	background-repeat: no-repeat;
	height: 369px;
	margin-bottom: 15px;
}

p.article_column02_Left {
	width: 225px;
	padding: 60px 0 0 22px;
}

p.article_column02_Right {
	width: 218px;
	padding: 180px 0 0 420px;
}

/*=========================
	記事＋写真
=========================*/

.article_column03 {
	background-image: url(../presentation/img/pre07-12.jpg);
	background-repeat: no-repeat;
	height: 439px;
	margin-bottom: 25px;
}

p.article_column03_Right {
	width: 210px;
	padding: 45px 0 0 420px;
}
p.article_column03_Left {
	width: 220px;
	padding: 200px 0 0 20px;
}


/*=========================
	コース紹介
=========================*/

.course_introduce02 {
	height: 305px;
	background-repeat: no-repeat;
	background-image: url(../presentation/img/pre07-15.jpg);
	margin-bottom: 20px;
}

.course_introduce02 p {
	color: #FFFFFF;
	padding: 60px 0 0 50px;
	margin-bottom: 10px;
}

.course_introduce02_button {
	background-image: url(../presentation/img/practice_button_bg.gif);
	display: block;
	width: 122px;
	height: 26px;
	float: right;
	padding-right: 30px;
	background-repeat: no-repeat;
}

.course_introduce02_button p{
	padding: 4px 0 0 15px;
}

.course_introduce02_button a {
	color: #FFFFFF;
}

.course_introduce02_button a:hover {
	color: #FFFF99;
}
