@charset "shift_jis";
@import url("../_css.css");

/* +++++++++++++++++++++++++++++++++
■このディレクトリ内 CSS
+++++++++++++++++++++++++++++++++ */
/* カタログテーブル */
#CatalogTabel {
	width:640px;
	margin-top:15px;
}
#CatalogTabel th {
	background:#B19b41;
}
#CatalogTabel td.cell1 {
	background:#f3f0e3;
}
#CatalogTabel .cell1,
#CatalogTabel .cell4 {
	width:70px;
	text-align:center;
}
#CatalogTabel .cell3 {
	width:100px;
	text-align:center;
}
/* オリジナルグッズテーブル */
/* 主な作品 作品と説明 テーブル レイアウト */
.GoodsTable {
	width:640px;
	margin-top:0px;
	border-right:solid 0px;
}
.GoodsTable td {
	border-left:solid 0px;
	text-align:center;
	width:320px;
	vertical-align:middle;
}
.GoodsTable .cell2 {
	border-left:solid 1px #cccccc;
	width:319px;
}
.GoodsTable td span {
	width:299px;
	margin:15px 10px;
	display:block;
	font-size:80%;
	line-height:140%;
}
.GoodsTable td strong {
	font-size:110%;
}
.GoodsTable td img {
	margin:0px 0px 7px 0px;
}
.GoodsTable .col2 {
	width:640px;
}
.GoodsTable .col2 span {
	width:620px;
}