@charset "Shift_JIS";
/* CSS Document */

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
a:hover img.btn,
a:hover img.cart_btn,
a:hover img.nohover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
a:hover img.nohover {
	cursor: default;
}


#wrapper {
	background-image: none;
}


#badges {
	width: 750px;
	margin-left: 40px;
	margin-bottom: 70px;
}
	#badges h2 {
		margin-bottom: 10px;
	}
	#badges li {
		float: left;
		width: 93px;
		padding-right: 32px;
	}
	#badges li .cart_area,
	#badges li .soldout {
		text-align: center;
		padding-top: 5px;
	}
	#badges li.info {
		width: auto;
		padding-top: 20px;
		color: #666;
		font-size: 12px;
		line-height: 20px;
	}

#articles {
	width: 720px;
	margin: 0 auto;
}
	#articles .item {
		margin-bottom: 70px;
	}
		#articles .item h2 {
			margin-bottom: 30px;
		}
		#articles .item .left,
		#articles .item .right {
			float: left;
		}
		#articles .item .left {
			width: 400px;
		}
		#articles .item .right {
			width: 320px;
		}



#title {
	position: absolute;
	top: 220px;
	left: 40px;
}
	.cover {
		top: 135px !important;
	}

#addToCart {
	width: 227px;
}
	#addToCart .top {
	}
	#addToCart .bottom {
	}
	#addToCart .middle {
		background: url(../images2/add_to_cart_middle.gif) repeat-y left top;
		padding: 0 10px;
	}
		#addToCart .middle li {
			float: left;
			padding: 6px;
		}
	#addToCart .middle2 {
		background: url(../images2/add_to_cart_middle2.gif) repeat-y left top;
		padding: 0 10px;
	}
		#addToCart .middle2 li {
			float: left;
			padding: 6px;
		}
		
#addToCart2 {
	width: 143px;
	padding-top: 10px;
}

#leftContent {
	float: left;
	width: 520px;
	padding-left: 40px;
}

#sizeCheck {
	padding-bottom: 30px;
}
	#sizeCheck li {
		line-height: 0;
		padding-bottom: 10px;
	}

#navi {
	float: left;
	width: 200px;
	padding-top: 35px;
}
	#navi li {
		line-height: 0;
		padding-bottom: 20px;
	}
	
	#navi li.sub {
		padding-bottom: 8px;
	}
	
#products {
	clear: both;
	width: 520px;
	padding: 20px 0 20px 40px;
}
	#products li {
		float: left;
		padding-right: 40px;
		line-height: 0;
	}
	
#products2 {
	clear:both;
	width: 730px;
	margin: 0 auto;
	padding-top: 40px;
}
	#products2 ul {
		background: url(../images/products_bg_center.gif) repeat-x center top;
	}
	#products2 ul.short {
		width:228px;
	}
		#products2 li {
			float: left;
			padding: 0 10px;
			line-height: 0;
		}
		#products2 li.edge {
			float: left;
			padding: 0;
			background-color: #FFF;
		}
	
	
#credit {
	width: 730px;
	padding: 15px 10px;
	font-size: 12px;
	text-align:right;
}

	
#specifications {
	padding: 0 40px 40px;
}
	#specifications .midashi {
		padding-bottom: 5px;
	}
	
	#specifications table {
		border-collapse: collapse;
		width: 520px;
	}
	#specifications th, 
	#specifications td  {
		border: 1px solid #9F9F9F;
		padding: 5px 10px;
	}
	#specifications th  {
		width: 100px;
	}





.stock,
.stockso {
	height: 13px;
	padding-top: 3px;
	font-size: 10px;
	line-height: 1em;
	color: #F00;
	text-align: center;
}

#addToCart2 .stock {
	color: #E60000;
}



.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}



.pt35 {
	padding-top: 35px;
}.caption_comment {
	font-size: 12px;
	color: #999;
	padding-top: 10px;
	line-height: 18px;
}
