﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
	display:none;
}

body {	
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	text-align: center;
	width: 100%;
}


ul li { display: inline; }


img {
    border: 0px;
}


/* #wrapper
-------------------------------- */
#wrapper {
	margin: 0 auto;
	width:998px;
	text-align: center;
	position:relative;
}


#images1 {
	background:url(../images/a1.jpg) center 0 no-repeat;
	height:1435px;
	position:relative;

}

/* 購入ページbtn
-------------------------------- */
.btn01 a {
	display:block;
	position:absolute;
	top:843px;
	left:412px;
	width:172px;
	height:58px;
	background-image:url(../images/b1.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	outline:none;
}
.btn01 a:hover {
	background-image:url(../images/b1o.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.btn02 a {
	display:block;
	position:absolute;
	top:1170px;
	left:694px;
	width:172px;
	height:58px;
	background-image:url(../images/b2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	outline:none;
}
.btn02 a:hover {
	background-image:url(../images/b2o.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}



/*--- GotoTop jQuery ---*/

#pageTop{
	background:#FF8737;
	border-radius:20px;
	color:#fff;
	padding:12px;
	position:fixed;
	bottom:20px;
	right:20px;
	outline:none;
	text-decoration: none;
	font-size:10px;
	z-index: 1;
	}
#pageTop:hover{
	background:#FFB380;
	}
