@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: #f3eae9;
	background-size: cover;
	background-position: top center;
}
@-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, #titlebg, #logo, #menu, #links{
	-webkit-animation-name: BGArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: BGArea;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 0s;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	animation-name: BGArea;
	animation-fill-mode:backwards;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
@-webkit-keyframes HDArea {
	0% {
		-webkit-opacity:0;
	}
	100% {
		-webkit-opacity:1;
	}
}
@-moz-keyframes HDArea {
	0% {
		-moz-opacity:0;
	}
	100% {
		-moz-opacity:1;
	}
}
@keyframes HDArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#header{
	-webkit-animation-name: HDArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: HDArea;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 1.5s;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	animation-name: HDArea;
	animation-fill-mode:backwards;
	animation-delay: 1.5s;
	animation-duration: 1s;
	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: 50px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#header a img{
	margin-right: 10px;
	width: 168px;
	opacity: 0.5;
	filter: alpha(opacity=60);
	z-index: 0.6;
	zoom: 1;
}
#header a img.last{
	margin-right: 0px;
	clear: both;
}
#header a img:hover{
	background-color: #E3DDE0;
}

#logo{
	width: 720px;
	height: 50px;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	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;
}
#lead{
	width: 900px;
	height: 160px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../img/lead.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#titlebg{
	z-index: 0;
	width: 100%;
	height: 498px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	position: absolute;
	/*left: 0px;*/
	background-image: url(../img/titilebg.jpg);
	background-position: left top;
}
#title{
	width: 900px;
	height: 498px;
	display: block;
	position: relative;
	top: 0px;
	z-index: 2000;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

@-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: 1s;
	-webkit-animation-duration: 3.0s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TitleArea;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 1s;
	-moz-animation-duration: 3.0s;
	-moz-animation-iteration-count: 1;
	animation-name: TitleArea;
	animation-fill-mode: backwards;
	animation-delay: 1s;
	animation-duration: 3.0s;
	animation-iteration-count: 1;
	width: 900px;
	height: 498px;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 3000;
	top: 0px;
	background-position: left 70px;
}

h1,#subtitle{
	text-indent:-9999px;
	width:840px;
	height:1px;
}


/* 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 #AEA3A8;
	text-align: center;
	color: #787584;
	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: #9893ae;
}
#back-top a:hover span {
	background-color: #eeeeee;
	color: #9893ae;
}

#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;
}
