/* 関連商品 */
div#related-product {
	width: 140px;
	height: 560px;
	border: 1px solid #CCCCCC;
	left: 0px;
	top: 0px;
	padding-left: 0px;
	float: left;
}
div#related-product p#related-product-title {
	text-align: center;
	padding-top: 5px; 
	padding-bottom: 5px; 
}

div#related-product p#related-product-detail {
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 5px; 
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left:8px; 
}

/* 製品情報 */
div#product {
	position: relative;
	left: 0px;
	top: 0px;
	width: 650px;
	height: auto;
	float:left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

/* 製品並び替え */
div#orderby {
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	position: relative;
	width: 100%;
	float:left;
	height: 21px;
	padding: 0px 0px 5px 0px;
	margin-bottom: 0px;
}
#orderby ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#orderby li {
	float: left;
	margin: 0px;
	padding: 0px;
}

/* 製品NAVI */
div#product p#product-navi {
	float:left;
	padding: 0px 0px 5px 0px;
	height: 16px;
	width:  100%;
}

div#product #product-detail {
	left: 0px;
	top: 2px;
	float:left;
	padding: 0px 0px 0px 0px;
	position: relative;
}


/* 検索 */
p#search-box {
	width: 450px;
	height: 24px;
	background-color:#D1E6D1;
	position: relative;
	float:left;
}

/* 検索 */
div#list {
	width:450px;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* ページボタン */
div#page {
	background-repeat: no-repeat;
	left: 0px;
	top: 4px;
	position: relative;
	width: 100%;
	float:left;
	height: 16px;
	padding: 0px 0px 5px 0px;
	margin-bottom: 0px;
}
#page ul {
	text-align: left;
	margin: 0px;
	list-style-type: none;
	padding-left: 5px;
}
#page li {
	margin-right: 5px;
	float: left;
	padding: 0px;
}



/******* 繰り返しテーブル部分 ***********/
.tablelist {
	border-bottom-width: 3px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.table1 {
	padding-bottom: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table2 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.table3 {
	border: 1px solid #000000;
}

.release-date {
	color: #F30;
	font-weight: bold;
	font-size: 12px;
	font-size:medium;
}

.set-tokken {
	text-align:center;
}

p#title {
	font-weight: bold;
	font-size: 13px;
}

p#price {
	font-weight: bold;
}

table {
	border:0px;
}

#search-text {
	width: 75%;
	vertical-align:middle;
}

#search-image {
	vertical-align:middle;
}

.jacket-image a:hover{
	background-color:#FFF;
}

