/* CSS Document */

#shop {
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(../images/bg_string.gif) repeat-x;
}
#shop div.body{
	width: 800px;
	margin: 0 auto;
}

#shop div.cart{
	width:600px;
	margin: 0 auto 300px auto;
	padding:30px 0 50px 0;
	text-align: left;
}
#shop div.cart form{
	color: #000000;
}


#shop a{
	color:#FF3333;
}

#shop h1{
	margin: 0 0 0 350px;

}

#shop h2{
	margin:0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", Meiryo;
	font-size: 200%;
	color: #FFFFFF;
}
#shop h3{
	margin:10px 0 0 0;
	padding: 0px 0 20px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#shop p{
	padding: 0px 0 20px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:150%;
}




#shop div.item{
	position:relative;
	width:266px;
	background:url(images/bg_item.gif) no-repeat;
	height: 190px;
	float: left;
}

#shop div.item img{
	position:absolute;
	top:12px;
	left;0px;
	width:232px;
	height:158px;
	left: 16px;
	border: none;
}

#shop div.item h2{
	position:absolute;
	top:142px;
	left:19px;
	z-index:100;
	background-color: #000000;
	margin: 0;
	padding: 5px;
	font-size: 10px;
}

#shop div.item a{
	color:#FFFFFF;
	text-decoration:none;
}


#shop div.photos{
	position:relative;
	width:266px;
	float: left;
}

#shop div.detail{
	width:500px;
	float:right;
}

#shop div.detail table{
	width: 100%;
	border-spacing: 0px;
	line-height: 150%;
}

#shop div.detail th{
	padding: 5px;
	border-bottom: 4px double #D3D8C5;
	text-align: left;
	width: 150px;
}

#shop div.detail td{
	padding: 5px;
	border-bottom: 4px double #D3D8C5;
}
#shop div.btn{
	margin:20px 0 0 0;
}

#shop div.btn span{
	display:none;
}
#shop div.btn input{
	display:block;
	width:193px;
	height:30px;
	background:url(images/add_cart.gif) no-repeat 0% 0%;
	margin: 0 auto;
	border: none;
	color: #CADE8E;
	font-size: 1px;
	cursor:pointer;
}

#shop div.btn input:hover{
	background:url(images/add_cart.gif) no-repeat 0% -30px;
	cursor:pointer;

}

#shop input.qty{
	width:30px;
	text-align: center;
}





#shop div.cart table{
	margin:auto;
	width: 100%;
	border-collapse: collapse;
	line-height: 150%;
	border: 3px solid #D87418;
}

#shop div.cart th{
	background-color: #001A31;
	border: 1px solid #D87418;
	padding: 5px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	border-color: #D87418;
}
#shop div.cart th.red{
	background-color:#DC321E;
}

#shop div.cart td{
	background-color: #FFFFFF;
	border: 1px solid #D87418;
	padding: 5px;
	color: #000000;
}
#shop div.cart td.red{
	background-color: #DC321E;
	color: #FFFFFF;
}


#shop div.cart input#submit6{
	background-color: #FF3333;
	color: #FFFFFF;

}

#shop div.cart input#submit6:hover{
	background-color: #CC0033;
}

#shop div.cart input.large{
	width:300px;
}

#shop div.cart p.small{
	font-size:10px;
}

#shop div.cart p.small a{
	color: #9EA487;
}

#shop div.cart li{
	margin:6px 0;
	list-style-image:url(../images/li.gif);
	color: #E1F0C4;
	line-height: 150%;
}



#shop div#cart {
	position:absolute;
	top: 76px;
	left: 666px;
	width:126px;
	height:30px;
	z-index: 500;
}

#shop div#cart span{
	display:none;
}
#shop div#cart a{
	display:block;
	width:126px;
	height:30px;
	background:url(images/cart.gif) no-repeat 0% 0%;
}

#shop div#cart a:hover{
	background:url(images/cart.gif) no-repeat 0% -30px;
	cursor:pointer;
}




#shop hr{
	border-top:1px solid #000000;
	border-bottom:1px solid #D87418;
}


#shop #footer{
	clear:both;
}
#shop #footer p{
	margin: 0;
	padding: 10px 0 0;
	line-height: 110%;
}









textarea{
	width:550px;
	margin:auto;
}








.red{
	color:#FF0000;
}
