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: #1b1c26 url(img/bg.png) repeat-x 0% 0% fixed;
	}
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: #36526d;
	overflow: hidden;
	}
	#top,#menu,#content,#footer {
		width: 1000px;
		clear: both;
	}

#top {
	height: 678px;
	}

#menu {
	height: 65px;
	background-color: #fff;
	}
	.menu_m{
		display: block;
		float: left;
	}
	#menu a{
		display: block;
		float: left;
		height: 65px;
		background-color: #63beb2;
	}
	#menu a:hover {
		background-color: #afdada;
	}
	#menu a.here {
		background-color: #fff;
	}

#footer {
	height: 60px;
	}

.space{
	background-color: #36526d;
	height: 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;
	}

/*value*/
#value_link, #last_link{
	margin: 20px 0 0 0;
	}
	a.value_more, a.last_more{
		height: 50px;
		width: 250px;
		*width: 250px;
		display: block;
		text-indent: -50000px;
		margin-right: auto;
		margin-left: auto;
	}
	a.value_more {
		background: url(value/more.png) no-repeat;
	}
	a.last_more {
		background: url(last/more.png) no-repeat;
	}
	a.value_more:hover, a.last_more:hover {
		background-position: 0 -50px;
	}

#gotop {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 20px 25px;
	font-size: 18px;
	cursor: pointer;
	border: #63beb2 2px solid;
	color: #63beb2;
	background-color: #1b1c26;
	border-radius: 8px;
	}
	#gotop:hover {
		cursor: pointer;
		border: #63beb2 2px solid;
		color: #000;
		background-color: #63beb2;
		border-radius: 8px;
	}