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

/*ヘッダー*/
#logo {
	width: 100%;
	height: 80px;
	line-height: 100px;/*縦位置中央化*/
	position: absolute;
	z-index: 1;
	text-align: center;
	font-family: 'Chelsea';
	font-size: 35px;
	color: #dc143c;
	letter-spacing: 0.05em;
}
/*ヘッダーEND*/

/*レッスン*/
/*ライン行間*/
center{
	line-height: 2px;
}

#lesson{
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: 120px;
	padding: 50px;
	letter-spacing: -0.02em;
}
/*レッスンEND*/

/*レッスン マリンバ*/
#lesson_mari{
	height: 320px;
	background-color: #dc143c;
	color: #fff;
	padding: 50px;
}
/*レッスン マリンバEND*/

/*レッスン ドラム*/
#lesson_drum{
	height: 210px;
	color: #dc143c;
	padding: 50px;
}

#lesson_drum a:link {
	text-decoration:none;
	color: #dc143c;
	font-family: 'Sawarabi Gothic';
}

#lesson_drum a:visited {
	text-decoration:none;
	color: #dc143c;
	font-family: 'Sawarabi Gothic';
}
/*レッスン ドラムEND*/