@charset "utf-8";
/* CSS Document */

#special {
	text-align: center;
	margin: 40px 0 0;
	background-color: white
	border: 1px solid red;
}

#catch {
	position: relative;
	top: 20px;
	}
	
#back_01{
	height: 414px;
	background-image: url('../img/b1.png');
	background-repeat: no-repeat;
	background-position: top center;
	}
#back_02{
	height: 343px;
	background-image: url('../img/b2.png');
	background-repeat: no-repeat;
	background-position: top center;
	}

#back_03{
	height: 272px;
	background-image: url('../img/b3.png');
	background-repeat: no-repeat;
	background-position: top center;
	}

#back_04{
	height: 223px;
	background-image: url('../img/b4.png');
	background-repeat: no-repeat;
	background-position: top center;
	}

#back_05{
	height: 270px;
	background-image: url('../img/b5.png');
	background-repeat: no-repeat;
	background-position: top center;
	}

#back_06{
	height: 273px;
	background-image: url('../img/b6.png');
	background-repeat: no-repeat;
	background-position: top center;
	}

#back_07{
	height: 201px;
	background-image: url('../img/b7.png');
	background-repeat: no-repeat;
	background-position: top center;
}



#douga{
	position: relative;
	top: 100px;
	left: 300px;
}
