@charset "UTF-8";

#shop {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#txt1 {
	background-image: url(../shop/img/shop_p.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 470px;
	vertical-align: top;
	height: 320px;
}
#item {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	background-image: url(../shop/img/item_bg.gif);
	background-repeat: repeat;
	font-weight: bold;
	padding: 5px;
}
#shop_info {
	background-image: url(../shop/img/item_bg.gif);
	background-repeat: repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 100px;
}
#access {
	background-color: #FFF;
	padding: 30px;
}
#access dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#access dt {
	font-weight: bold;
	width: 8em;
	float: left;
}
#access dd {
	margin-left: 8em;
	margin-bottom: 5px;
}
