@charset "utf-8";

/*=======================================================
 * collection
 *=======================================================*/
div#contents {
	background-image: url('./img/contents_bk.jpg');
	background-repeat: no-repeat;
	background-position: right 0;
	min-height: 1866px;
	_height: 1866px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -424px;/**/
}

div#main {
	width:848px;
	min-height: 1825px;
	_height: 1825px;
	background: #32322D;
}

div#collection {
	margin-left: 41px;
}

div#collection .header {
	margin: 21px 0 65px 0;
}

div#collection a {
	font-size: 12px;
	text-decoration: none;
}

div#collection a:hover {
	color: #ffcc00;
}

div#collection a.current {
	font-weight: bold;
}

div#collection img {
	vertical-align: baseline;
}

div#collection img.next {
	margin-left: 8px;
}

div#collection .info {
	width: 385px;
	height: 339px;
	float: left;
}

img.collectionTitle {
	margin-right: 50px;
}

div#collection .text {
	width: 356px;
	font-size: 11px;
}

div#collection .text2 {
	font-size: 16px;
}

div#collection .text3 {
	font-size: 14px;
}


div#collection .item {
	width: 191px;
	height: 339px;
	float: left;
	text-align: center;
}

div#collection h4 {
	width: 143px;
	margin: 0 auto;
	text-align: left;
}

div#collection p.itemInfo {
	width: 143px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}


div#collection p.itemInfo2 {
	font-size: 11px;
}


div#collection table.itemInfo {
	width: 143px;
	border: 1px solid white;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	margin-top: 5px;
}
div#collection table.itemInfo th {
	width: 105px;
	border: 1px solid white;
}

div#collection table.itemInfo td {
	width: 38px;
	border: 1px solid white;
}