body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { padding:0; margin:0;}
img{ border:none; padding: 0; margin: 0;}

/*歸零*/
  
body {
	text-align:center;
	background: #f3e9c6 url(img/bg.png) repeat-y 50% 50% ;
	}
a {
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
	}
a:link {
	color:#ff6f21;
	}
a:visited {
	color:#ff6f21;
	}
a:hover {
	color:#f9767c;
	}
a:active{
	color:#ff6f21;
	}


#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffedcd;
	overflow: hidden;
	}
	#top,#menu,#content,#footer {
		width: 1000px;
	}

#top {
	height: 605px;
	}

#menu {
	height: 82px;
	background-color: #fff9e1;
	}
	#menu img {
		float: left;
	}

#footer {
	height: 50px;
	}


/*MAP*/
.info img {
	float: left;
	}
	.info a.map {
		background: url(discount/info_map.png) no-repeat;
		height: 50px;
		width: 100px;
		*width: 100px;
		display: block;
		float: left;
		text-indent: -50000px;
	}	
	.info a.map:hover {
		background-position: 0 -50px;
	}

/*MAP back to top*/
.back {
	background: url(img/back.png) no-repeat;
	height: 40px;
	width: 1000px;
	*width: 1000px;
	display: block;
	text-indent: -50000px;
	}	
	a.back:hover {
		background-position: 0 -40px;
	}


/*author+value*/
#author_back, #value_link{
	padding: 15px 0 0 0;
	}
	a.author, a.value_more{
		height: 50px;
		width: 190px;
		*width: 190px;
		display: block;
		text-indent: -50000px;
		margin-right: auto;
		margin-left: auto;
	}
	a.author {
		background: url(author/back.png) no-repeat;
	}
	a.value_more {
		background: url(value/more.png) no-repeat;
	}
	a.author:hover, a.value_more:hover {
		background-position: 0 -50px;
	}



.rare_more{
	background-color: #f5eae3;
	width: 1000px;
}
	.more, .more_back{
		margin: auto;
		position: relative;
		top: -30px;
		height: 60px;
		width: 200px;
		*width: 200px;
		display: block;
		text-indent: -2000px;
	}
	.more{
		background: url(img/rare/more.gif) no-repeat;
		}
	.more_back {
		top: -10px;
		background: url(img/rare2/back.gif) no-repeat;
	}
	.more:hover, .more_back:hover{
		background-position: 0 -60px;
	}
