@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-position: center bottom;
	background-repeat: no-repeat;
}
@-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;
	}
}
 #logo,#lead,#topics,#photoset{
	-webkit-animation-name: BGArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: BGArea;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 1s;
	-moz-animation-duration: 1.0s;
	-moz-animation-iteration-count: 1;
	animation-name: BGArea;
	animation-fill-mode:backwards;
	animation-delay: 1s;
	animation-duration: 1.0s;
	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{
	z-index: 20000;
	text-align: center;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	position: relative;
	background-image: url(../img/head_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#header ul{
	width: 717px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

#header ul li{
	float: left;
	width: 168px;
	height: 50px;
	margin-right: 15px;
	list-style-type: none;
	overflow: hidden;
}
#header ul li.last{margin-right: 0px;}
#header ul li a{
	display:block;
	width:168px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../img/nv.png);
	background-repeat:no-repeat;
}
#nv1{
	background-position:0px 0;
}
#nv2{
	background-position:-168px 0;
}
#nv3{
	background-position:-336px 0;
}
#nv4{
	background-position:-504px 0;
}
#nv5{
	background-position:-672px 0;
}
#nv1:hover{
	background-position:0 -50px;
}
#nv2:hover{
	background-position:-168px -50px;
}
#nv3:hover{
	background-position:-336px -50px;
}
#nv4:hover{
	background-position:-504px -50px;
}
#nv5:hover{
	background-position:-672px -50px;
}


#logo{
	width: 700px;
	height: 50px;
	text-indent: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/top_logo_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5000;
}

#logo a{
	display: block;
	width: 254px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
#lead{
	width: 900px;
	height: 160px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/lead.png);
	background-repeat: no-repeat;
	background-position: center 0;
	clear: both;
	margin-top: 40px;
}
#title{
	width: 900px;
	height: 415px;
	display: block;
	position: relative;
	top: 0px;
	z-index: 5000;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#subtitle,h1{
	text-indent:-9999px;
	width:900px;
	height:1px;
}

#titlebox{
	width: 900px;
	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: 0px 165px;
	height: 415px;
}

#subtitlebox
{
	width: 615px;
	height: 30px;
	background-image: url(../img/subtitle.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2000;
	top: 350px;
	background-position: 0 0;
	text-indent: -9999px;
}


#titlebg{
	width: 410px;
	height: 310px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	background-repeat: no-repeat;
	right: -80px;
	background-position: 0 0%;
	top: 99px;
	z-index: 5000;
}
#titlebg a img{
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#titlebg a img:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
@-webkit-keyframes FUKAN {
	0% {
		-webkit-opacity:0;
		-webkit-transform: scale(2);
	
	}
	100% {
		-webkit-opacity:1;
		-webkit-transform: scale(1);
	
	}
}
@-moz-keyframes FUKAN {
	0% {
		-moz-opacity:0;
		-moz-transform: scale(2);
	
	}
	100% {
		-moz-opacity:1;
		-moz-transform: scale(1);
	
	}
}
@keyframes FUKAN {
	0% {
		opacity:0;
		transform: scale(2);
	}
	100% {
		opacity:1;
		transform: scale(1);
	}
}
#titlebg{
	-webkit-animation-name: FUKAN;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: FUKAN;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 0s;
	-moz-animation-duration: 0.8s;
	-moz-animation-iteration-count: 1;
	animation-name: FUKAN;
	animation-fill-mode: backwards;
	animation-delay: 0s;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}

#photoset{
	width: 900px;
	height: 200px;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
}
#photoset a img{
	margin: 0px;
	width: 180px;
	padding: 0px;
	height: 200px;
	float: left;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#photoset a img:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
@-webkit-keyframes TTL {
	0% {
		-webkit-opacity:0;
		-webkit-transform: translateX(-50px);
	}
	100% {
		-webkit-opacity:1;
		-webkit-transform: translateX(0px);
	}
}
@-moz-keyframes TTL {
	0% {
		-moz-opacity:0;
		-moz-transform: translateX(-50px);
	}
	100% {
		-moz-opacity:1;
		-moz-transform: translateX(0px);
	}
}
@keyframes TTL {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
#titlebox{
	-webkit-animation-name: TTL;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: TTL;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 0s;
	-moz-animation-duration: 0.8s;
	-moz-animation-iteration-count: 1;
	
	animation-name: TTL;
	animation-fill-mode: backwards;
	animation-delay: 0s;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}

@-webkit-keyframes JTTL {
	0% {
		-webkit-opacity:0;
	}
	100% {
		-webkit-opacity:1;
	}
}
@-moz-keyframes JTTL {
	0% {
		-moz-opacity:0;
	}
	100% {
		-moz-opacity:1;
	}
}
@keyframes JTTL {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#subtitlebox{
	-webkit-animation-name: JTTL;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 0.7s;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: JTTL;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 0.7s;
	-moz-animation-duration: 0.5s;
	-moz-animation-iteration-count: 1;
	animation-name: JTTL;
	animation-fill-mode: backwards;
	animation-delay: 0.7s;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}


/* menu */

#menu{
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1000;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	left: 0px;
}

#topics{
	width: 850px;
	background-color: rgba(199,194,192,0.5);
	text-align: left;
	color: #333333;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	border: 1px solid #FFFFFF;
}
#topics:not(:target){
}
#topics p{
}
#topics a{
	color: #A22624;
	text-decoration: none;
}
#topics a:hover{
	color: #934C46;
}
/* 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: #333333;
}
/* 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: #333333;
}
#back-top a:hover span {
	background-color: #eaeaea;
	color: #333333;
}

#footer{
	position: fixed;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 10px;
	width: 100%;
	background-color: #000000;
}

#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;
}
