@charset "utf-8";


#shop_top {
	 width:648px;
	 height:359px;
	 position:relative;
	 margin:0 0 20px;
}
#shop_top h1 {
	 position:absolute;
	 top:0;
	 left:0;
}
#shop_top ul {
	 position:absolute;
	 top:250px;
	 left:8px;
}

#shop_top li {
	 float:left;
}
#shop_top li a:hover img {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}



#what p {
	background-image:url(../img/shop/shop_img1.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:10px 0 50px 260px;
}

#effect {
	margin:0 0 25px;
}
#effect ul {
	height:440px;
	background-image:url(../img/shop/shop_effect_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
}
#effect  h3 {
	font-weight:bold;
	color:#dc2626;
}
#effect li {
	position:absolute;
	width:260px;
}
#effect #li1 {
	top:211px;
	left:39px;
}
#effect #li2 {
	top:211px;
	right:39px;
}
#effect #li3 {
	top:334px;
	left:39px;
}
#effect #li4 {
	top:334px;
	right:39px;
}


#items h2 {
	margin:0 0 10px;
}
#items .item_box {
	clear:both;
	background-image:url(../img/shop/shop_item_box_mid.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
	zoom:1;
}
#items .inner1 {
	background-image:url(../img/shop/shop_item_box_top.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
#items .inner2 {
	background-image:url(../img/shop/shop_item_box_btm.jpg);
	background-position:0 100%;
	background-repeat:no-repeat;
}
#items .pageup {
	clear:both;
	padding:0 0 15px;
	text-align:right;
}
#items .hd {
	height:73px;
	background-repeat:no-repeat;
	background-position:21px 23px;
}
#item1 .hd { background-image:url(../img/shop/shop_item_num1.gif)}
#item2 .hd { background-image:url(../img/shop/shop_item_num2.gif)}
#item3 .hd { background-image:url(../img/shop/shop_item_num3.gif)}
#item4 .hd { background-image:url(../img/shop/shop_item_num4.gif)}
#item5 .hd { background-image:url(../img/shop/shop_item_num5.gif)}
#item6 .hd { background-image:url(../img/shop/shop_item_num6.gif)}

#items .hd h3 {
	padding-top:18px;
	margin-left:77px;
	font-size:1.14em;
	font-weight:bold;
	color:#dc2626;
}
#items .hd p {
	margin-left:77px;
}
#items .lead {
	width:588px;
	margin:0 auto;
	padding:25px 0 25px;
}
#items .img {
	width:590px;
	margin:0 auto;
	background-color:#000000;
}
#items .detail {
	width:588px;
	margin:0 auto;
	padding:30px 0;
}
#items .price_btn {
	float:left;
	width:260px;
}
#items .price {
	padding:0 0 0 5px;
}
#items .price span {
	font-size:2em;
	font-weight:bold;
	color:#dc2626;
}
#items .detail table {
	width:294px;
	float:right;
	border-top:1px dotted #cccccc;
}
#items .detail th {
	background-color:#e5e5e5;
	white-space:nowrap;
	padding:2px 4px;
	border-bottom:1px dotted #cccccc;
}
#items .detail td {
	background-color:#f1f1f1;
	padding:2px 4px;
	border-bottom:1px dotted #cccccc;
}

#items .ft {
	clear:both;
	font-size:0.85em;
	padding:10px 0 0;
}



