/* CSS Document */

/********** CD一覧テーブル **********/

table#CDList td {
	height: 110px;
	text-align: center;
	vertical-align: top;
	width: 160px;
}

table#CDList td img {
	border: 2px #cccccc outset;
}

/********** 楽譜一覧テーブル **********/

table#ScoreList td {
	height: 180px;
	text-align: center;
	vertical-align: top;
	width: 160px;
}

table#ScoreList td img {
	border: 2px #cccccc outset;
}

/********** 本/ビデオ一覧テーブル **********/

table#BookList td {
	height: 160px;
	text-align: center;
	vertical-align: middle;
	width: 160px;
}

table#BookList td img {
	border: 2px #cccccc outset;
}

table#BookList td#Item1 {
	width: 180px;
}

table#BookList td#Item2 {
	width: 390px;
}

table#BookList td#Item3 {
	width: 180px;
}

