@charset "utf-8";

* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	margin: 0;
	color:#000000;
	padding: 0;
	font-size: 93%;
	line-height: 1.4;
	text-align:center;
}
img{ border:none; vertical-align:top;}

#page{
	width:100%;
	background:url(../images/page_bg.jpg) no-repeat center 0;
}


body{
	background:#86bee4 url(../images/bg_sky.jpg) repeat-x center 0;
}

#mainbody{
	background-image: url(../images/shop_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width:864px;
}

#kensaku {
    margin: 0 auto;
    padding: 470px 0 45px;
    text-align: center;
}

p.txt-info{
	text-align:left;
	padding-left:159px;
}

.close {
	margin: 40px auto 60px;
	text-align: center;
}

a.btn_close{
	display:block;
	width:120px;
	height:34px;
	background:url(../images/btn_close.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
a.btn_close:hover{
	background-position:0 -34px;
}

