@charset "UTF-8";
/* 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:#333;
}
img{
	border: none;
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #FFFFFF;
	background-size:cover;
	background-position:top center;
}
#logo{
	width: 720px;
	height: 50px;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../img/top_logo_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#logo a{
	display: block;
	width: 254px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
@-webkit-keyframes BGArea {
	0% {
		-webkit-opacity:0;
	}
	100% {
		-webkit-opacity:1;
	}
}
@-moz-keyframes BGArea {
	0% {
		-moz-opacity:0;
	}
	100% {
		-moz-opacity:1;
	}
}
@keyframes BGArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.img-loaded, #header, #menu, #links{
	-webkit-animation-name: BGArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: BGArea;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 2s;
	-moz-animation-duration: 4s;
	-moz-animation-iteration-count: 1;
	animation-name: BGArea;
	animation-fill-mode:backwards;
	animation-delay: 2s;
	animation-duration: 4s;
	animation-iteration-count: 1;
}
#wrapper{
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	z-index: 100;
	position: relative;
}
#header{
	text-align: center;
	height: 45px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
}

#header a img{
	margin-right: 10px;
	width: 168px;
	opacity: 0.7;
	filter: alpha(opacity=60);
	z-index: 1;
	zoom: 1;
	/* box-shadow */
	box-shadow: rgba(224, 224, 221, 0.76) 0px 0px 4px 2px;
	-webkit-box-shadow: rgba(224, 224, 221, 0.76) 0px 0px 4px 2px;
	-moz-box-shadow: rgba(224, 224, 221, 0.76) 0px 0px 4px 2px;
}
#header a img.last{
	margin-right: 0px;
	clear: both;
}
#header a img:hover{
}
#lead{
	width: 900px;
	height: 275px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-image: url(../img/lead.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#title{
	width: 900px;
	height: 340px;
	display: block;
	position: relative;
	padding: 0px;
	top: 0px;
	z-index: 2000;
	margin-right: auto;
	margin-left: auto;
}

@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;

	}
	100% {
		-webkit-opacity:1;

	}
}
@-moz-keyframes TitleArea {
	0% {
		-moz-opacity:0;
	}
	100% {
		-moz-opacity:1;
	}
}
@keyframes TitleArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#titlebox{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-duration: 3.0s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TitleArea;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 0.1s;
	-moz-animation-duration: 3.0s;
	-moz-animation-iteration-count: 1;
	animation-name: TitleArea;
	animation-fill-mode: backwards;
	animation-delay: 0.1s;
	animation-duration: 3.0s;
	animation-iteration-count: 1;
	width: 900px;
	height: 200px;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 3000;
	top: 0px;
}

h1,#subtitle{
	text-indent:-9999px;
	width:840px;
	height:1px;
}

@-webkit-keyframes Hat{
 0%{
	-webkit-opacity:0;
	-webkit-transform:translate(120px,-65px) rotate(-45deg);
}
50%{
	-webkit-opacity:1;
	-webkit-transform:translate(-10px,-10px) rotate(5deg);
}
100%{
	-webkit-opacity:1;
	-webkit-transform:rotate(0deg);}
}
@-moz-keyframes Hat{
0%{
	-moz-opacity:0;
	-moz-transform:translate(120px,-65px) rotate(-45deg);
}
50%{
	-moz-opacity:1;
	-moz-transform:translate(-10px,-10px) rotate(5deg);
}
100%{
	-moz-opacity:1;
	-moz-transform:rotate(0deg);}
}
@keyframes Hat{
0%{
	opacity:0;
	transform:translate(120px,-65px) rotate(-45deg);
}
50%{
	opacity:1;
	transform:translate(-10px,-10px) rotate(5deg);
}
100%{
	opacity:1;
	transform:rotate(0deg);}
}
#hat{
	-webkit-animation-name:Hat;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 2.0s;
	-webkit-animation-iteration-count: 1;
	-webkit-transition-timing-function:ease-out;
	-moz-animation-name:Hat;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 1s;
	-moz-animation-duration: 2.0s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function:ease-out;
	animation-name:Hat;
	animation-fill-mode: backwards;
	animation-delay: 1s;
	animation-duration: 2.0s;
	animation-iteration-count: 1;
	animation-timing-function:ease-out;
	z-index: 5000;
	position: absolute;
	left: 360px;
	top: 215px;
	background-image: url(../img/hat.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 180px;
}

/* menu */

#menu{
	width: 900px;
	min-height: 300px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1000;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#topics{
	width: 870px;
	background-color: rgba(255,255,255,0.4);
	border: 1px solid #693;
	text-align: center;
	color: #0a703f;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 24px;
	padding-right: 14px;
	padding-bottom: 24px;
	padding-left: 14px;
}
#topics:not(:target){
	background-color: rgba(255,255,255,0.4);
}
#topics p{
}
#topics a{
	color:#fff;
	text-decoration:none;
}
#topics a:hover{
	color: #99FF00;
}
/* Scrooll to Top */
#back-top {
	position: fixed;
	bottom: 23px;
	right: 23px;
	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;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 24px;
	padding-top: 14px;
	line-height: 0.5;
	background-color: #0a703f;
}
#back-top a:hover span {
	background-color: #EEEBE2;
	color: #0a703f;
}

#footer{
	position: fixed;
	z-index: 0;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 267px;
	width: 100%;
}
#links{
	text-align: center;
	margin-bottom: 50px;
	z-index: 9999;
}

#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;
}