body{
	margin:0;
	padding:0;
	text-align:center;
	background:url(images/body_bg.gif);
}
p{
	margin:0;
}
img{
	border:none;
}
h1{
	margin:0;
	padding:0;}
a{
	outline-style:none;
}
#wrapper{
	width:950px;
	margin:auto;
	text-align:left;
	background:#ffffff;
}

#footer{
	background:#fff7e0;
	zoom:1;
}
#footer:after{
	content:"";
	display:block;
	clear:both;
}
#footer ul{
	float:right;
	list-style:none;
	zoom:1;
}
#footer li{
	float:left;
	font-size:12px;
}
#footer li:after{
	content:"";
	display:block;
	clear:both;
}
#footer li a{
	display:block;
	background:url(images/icon_link.gif) no-repeat left center;
	padding:5px 25px 5px 13px;
	color:#020202;
	text-decoration:none;
}

#contents{
	width:880px;
	margin:48px auto 12px auto;
}

.relative{
	position:relative;
}


.relative a{
	display:block;
	position:absolute;
	
	text-indent:-9999px;
	outline-style:none;
}
.button_header{
	bottom:7px;
	left:289px;
	width:292px;
	height:58px;
	background:url(images/button_header.jpg) no-repeat;
}
.button_header:hover{
	background:url(images/button_header_r.jpg) no-repeat;
}


.button_contents{
	bottom:22px;
	left:256px;
	width:336px;
	height:68px;
	background:url(images/button_contents.jpg) no-repeat;
}

.button_contents:hover{
	background:url(images/button_contents_r.jpg) no-repeat;
}



