/* ------アルバム用CSS------------------*/

/* ----- BODYタグに関するスタイル ----- */

.osci	{width:1350px;
	/* float:left; */
	margin:5px;
	}

.sp	{width:336px;
	border-left:solid 1px green;
	float:left;
	text-align:center;
	background-color:rgb(177,212,210);
	}

.fftl	{width:495px;
	text-align:center;
	border-left:solid 1px green;
	border-right:solid 1px green;
	float:left;
	background-color:rgb(177,212,210);
	}

.fftr	{width:495px;
	text-align:center;
	border-right:solid 1px green;
	float:left;
	background-color:rgb(177,212,210);
	}

H3	{border-width:1px 1px 1px 1px}
