#shop_navi {
	float: left;
	width: 160px;
}

#shop_navi ul {
	list-style-type: none;
}

#shop_body {
	position: relative;
	width: 640px;
	float: right;
}

#shop_top {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 600px;
	height: 400px;
	background: url(../images/shop_top.png) no-repeat;
}

#shop_toptext {
	position: absolute;
	top: 112px;
	left: 15px;
	color: #cbcccd;
}

#shop_toplaw {
	position: absolute;
	top: 415px;
	left: 20px;
}

#shop_list {
	position: absolute;
	top: 5px;
	left: 10px;
}

#shop_list dl {
	float: left;
	width: 140px;
	margin-right: 6px;
	margin-bottom: 12px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #2050B0;
}

#shop_list dd {
	text-align: center;
	margin: 0;
}

#shop_list img {
	text-align: center;
}

#shop_body .sample	{	color: #a000ff;	}
#shop_body .sold	{	color: #e55552;	}
#shop_body .minne	{	color: #a0a0a0;	}
#shop_body .new		{	color: #59ce82;	}

#shop_detailimage {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 400px;
	height: 400px;
}

#shop_detailbutton {
	position: absolute;
	top: 415px;
	left: 20px;
}

#shop_movebutton {
	position: absolute;
	top: 10px;
	left: 440px;
}

#shop_detailtext {
	position: absolute;
	top: 50px;
	left: 440px;
	width: 200px;
	height: 380px;
	padding-bottom: 5px;
}

#shop_detailtext ul {
	list-style-type: none;
}

#shop_detailtext li {
	width: 200px;
	padding-top: 10px;
	border-style: groove;
	border-width: 0px 0px 2px 0px;
	border-color: #808080;
}

#shop_detailtext li .item {
	float: left;
	width: 60px;
	color: #a0a0ff;
}

#shop_detailtext li .sold	{	color: #e55552;	}

#shop_detailtext li .minne	{	color: #a0a0a0;	}

#shop_orderbutton {
	position: absolute;
	top: 436px;
	left: 270px;
}

#shop_law {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 600px;
}

#shop_law h3 {
	border: 1px solid #ffffff;
	padding: 2px 10px 2px 10px;
}

#shop_law .explain {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
}
