body {
	background:url('images/background.jpg') top center repeat-y;
}

.bg1 {
	position:absolute;
	background:url('images/bg1.jpg');
	top:0px;
	height:140px;
	width:880px;
	left:50%;
	margin-left:-440px;
}

.bg2 {
	position:absolute;
	background:url('images/bg2.jpg');
	top:140px;
	height:140px;
	width:880px;
	left:50%;
	margin-left:-440px;
}

.bg3 {
	position:absolute;
	background:url('images/bg3.jpg');
	top:280px;
	height:120px;
	width:880px;
	left:50%;
	margin-left:-440px;
}

.menu {
	position:absolute;
	left:50%;
	margin-left:230px;
	top:100px;
}
.menu a {
	display:block;
	text-decoration:none;
	background:url('images/item.jpg');
	width:177px;
	color:#600;
	height:27px;
	padding:3px;
	padding-top:4px;
	padding-right:10px;
	font:20px Georgia, "Times New Roman", Times, serif;
	text-align:right;
	margin-bottom:5px;
	font-weight:normal;
}
.menu a:hover {
	background:url('images/item_hi.jpg');
}

.data {
	font:12px/18px Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:105px;
	width:470px;
	left:50%;
	margin-left:-260px;
}
.data a {
	text-decoration:none;
	color:#660000;
}
.data a:hover {
	text-decoration:underline;
	color:#990000;
}

h1 {
	margin:0px;
	text-decoration:none;
	font:18px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
h2 {
	margin:0px;
	text-decoration:none;
	font:14px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.data strong {
	font-weight:normal;
}

/* shop style */
.shop-item {
	clear:both;
	border:1px solid #888;
	margin:3px;
	padding:3px;
	color:#333;
}
.shop-item h2 {
	color:#600;
}
.shop-image {
	float:right;
	clear:both;
}
.shop-image img {
	border:1px solid #955;
}
.shop-price {
	font-size:14px;
	font-weight:bold;
}

.footer {
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#500;
	text-align:left;
	position:fixed;
	bottom:10px;
}
.footer a {
	text-decoration:none;	
	color:#500;
}
.footer a:hover {
	text-decoration:underline;	
	color:#500;
}
