*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
img{
	border:none;
}

body{
	/*background-size: cover;*/
	background-position: left top;
	background-color: #F1E9D2;
	background-image: url(../img/sand_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#grand {
	width: 100%;
	height: auto;
	background-image: url(../img/top_beachbg.png);
	background-repeat: repeat-x;
	background-position: 50% top;
	min-height: 600px;
}

#header{
	margin-top: 5px;
	text-align: center;
	height: 50px;
}

#header a img{
	margin-bottom: 1px;
	margin-right: 5px;
}
#header a img.last{
	margin-right: 0px;
	clear: both;
}
#header a img:hover{
	margin-top:1px;
	margin-bottom:0;
}
#wrapper{
	width: 680px;
	color: #333;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	background-image: url(../img/popuppage_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
}
html>/**/body #wrapper{
}
h1{
	height: 120px;
	text-indent: -9999px;
	background-image: url(../img/reno_top.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
h2{
	height: 70px;
	text-indent: -9999px;
	background-image: url(../img/reno_title.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
h3{
	font-size: 14px;
	letter-spacing: 1px;
	color: #993333;
	margin-bottom: 10px;
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-position: 40px bottom;
	margin-top: 10px;
	text-indent: -9999px;
}
#wrapper p{
	border: 1px dashed #997F46;
	line-height: 1.6em;
	margin-top: 20px;
	padding: 15px;
	text-align: center;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper p.read{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #816646;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.62;
	margin-bottom: 30px;
	padding: 0px;
	text-align: center;
	width: 640px;
}
#wrapper p img{
	margin-bottom: 20px;
}
#wrapper p img.snap{
	border: 2px solid #FFF;
	box-shadow: 0 3px 3px -3px #777777;
}
/* SCALE */

/* Scrooll to Top */
#back-top {
	position: fixed;
	 bottom: 23px;
	right: 8px;
	z-index:10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 40px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#ffffff;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #eee;
    color:#999;
}

#footer{
	position: fixed;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/btm_green.png);
	background-repeat: repeat-x;
	background-position: center 5px;
	display: block;
	height: 50px;
	width: 100%;
}
