*{
	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;
}
html>/**/body #wrapper{
}
h1{
	height: 140px;
	text-indent: -9999px;
	background-image: url(../img/concept_top.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
h2{
	font-size: 14px;
	letter-spacing: 1px;
	color: #993333;
	margin-bottom: 15px;
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-position: 40px bottom;
	height: 32px;
}
#wrapper p{
	line-height:1.75;
	text-align:justify;
	padding:15px 0;
}

#wrapper h2,
#wrapper p{
	padding-right: 40px;
	padding-left: 40px;
}

.list{
	line-height:3em;
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}

.photo_top{
	margin-bottom:25px;
	margin-left:160px;
}
.photo{
	margin-top: 25px;
	margin-left: 160px;
}u


#wrapper p a{
	color:#fff;
	text-decoration:none;
	background:none;
}
#wrapper p a:hover{
	color:#fff;
	background:none;
	border-bottom:1px solid #feedbf;
}
.right{
	text-align:center;
}
.photoL {
    margin: 25px 0 25px 50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
.mb60{
	margin-bottom:60px;
}
#parse{
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/parse.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 380px;
}
#parse p{
	line-height: 2.2em;
	padding-top: 30px;
	width: 250px;
}
#con01{
	width: 350px;
}
/* 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%;
}
