/* INDEX */
*{
	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;
}
#grand {
	width: 100%;
	height: auto;
	background-image: url(../img/top_beachbg.png);
	background-repeat: repeat-x;
	background-position: 50% top;
	min-height: 600px;
}
#logo{
	width:680px;
	height:50px;
	text-indent:-9999px;
	padding:15px;
	background:url(../img/index_logo.png) no-repeat center;
	margin:0 auto 0 auto;
}

#logo a{
	display:block;
	width:270px;
	height:50px;
	overflow:hidden;
}
#wrapper{
	width: 840px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 90px;
	padding-left: 90px;
}
#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;
}
#header a img:hover{
	margin-top:1px;
	margin-bottom:0;
}
#lead{
	width: 500px;
	height: 150px;
	text-indent: -9999px;
	background: url(../img/index_lead.png) no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
		-moz-opacity:0;
	}
	100% {
		-webkit-opacity:1;
		-moz-opacity:1;
	}
}
@-moz-keyframes TitleArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

#title{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TitleArea;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 0.1s;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: 1;
	width: 840px;
	height: 200px;
	padding-top: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 200px;
	margin-left: 0;
	background-image: url(../img/index_title.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

@-webkit-keyframes TitleArea {
	0% {-webkit-opacity:0;
		-webkit-transform: translateY(-25px);
	}
	100% {-webkit-opacity:1;
		-webkit-transform: translateY(0px);
	}
}
@keyframes TitleArea {
	0% {opacity:0;
		transform: translateY(-25px);
	}
	100% {opacity:1;
		transform: translateY(0px);
	}
}


h1,#subtitle{
	text-indent:-9999px;
	width:840px;
	height:1px;
}


/* menu */

#menu{
	width: 840px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	top: 280px;
	z-index: 50;
	left: 0px;
	background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left 50px;
	padding-top: 60px;
	padding-right: 90px;
	padding-left: 90px;
}
#menu a img{
	margin-bottom:1px;
	margin-right:20px;
}
#menu a img.last{
	margin-right: 0px;
}
#menu a img:hover{
	margin-top:1px;
	margin-bottom:0;
}
#photoset{
	width: 680px;
	height: 230px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
#photoset a img{
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: -30px;
	margin-top: -20px;
}
#photoset a img:hover{
	margin-left: -30px;
	margin-top: -20px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
#topics{
	-webkit-animation-name: TopicsArea;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	width: 720px;
	margin: 30px auto;
	padding: 6px 10px 10px 10px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.4);
	background-color: #000\9;
	border: 1px solid #666;
	text-align: left;
}
#topics:not(:target){
	background-color:rgba(0,0,0,0.4);
}
#topics p{
	margin-top:6px;
}
#topics a{
	color:#fff;
	text-decoration:none;
}
#topics a:hover{
	color: #99FF00;
}
/* 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%;
}
#links{
	text-align: center;
	margin-bottom: 80px;
	z-index: 9999;
	bottom: 50px;
}

#links a img.last{
	margin-right: 0px;
}

#links a img{
	margin-bottom: 0px;
	margin-right: 10px;
}
#links a img:hover{
	margin-top:0px;
	margin-bottom: 0;

}
