/* INDEX */
#bgarea{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	min-height:100%;
	z-index:-1;
	overflow:hidden;
}
#bgleft{
	float:left;
	width:12%;
	max-width:170px;
	height:100%;
	background:url(../img/index_left.jpg) repeat-y right center;
	background-size:cover;
	backface-visibility:hidden;
}
#bgright{
	float:right;
	width:12%;
	max-width:170px;
	height:100%;
	background:url(../img/index_right.jpg) repeat-y left center;
	background-size:cover;
	backface-visibility:hidden;
}


#logo{
	position:absolute;
	top:85px;
	left:50%;
	margin-left:-235px;
	width:470px;
	height:125px;
	background:url(../img/index_logo.png) no-repeat center top;
	text-indent:-9999px;
	backface-visibility:hidden;
}
#logo a{
	display:block;
	width:280px;
	height:45px;
	margin:0 auto;
	overflow:hidden;
}
#title{
	width:540px;
	height:580px;
	margin:120px auto 0 auto;
	text-indent:-9999px;
}
#catch{
	float:right;
	width:55px;
	height:411px;
	background:url(../img/index_catch.png) no-repeat;
	backface-visibility:hidden;
}
h1{
	float:right;
	width:114px;
	height:518px;
	margin-right:-15px;
	background:url(../img/index_title.png) no-repeat;
	backface-visibility:hidden;
}
#lead{
	float:left;
	width:338px;
	height:518px;
	background:url(../img/index_lead.png) no-repeat center;
	backface-visibility:hidden;
}

#imagephoto{
	width:100%;
	height:665px;
	background:url(../img/index_photo.png) no-repeat center;
	position:absolute;
	top:100px;
	left:0;
	backface-visibility:hidden;
}




#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 20px auto;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background:url(img/topics_bg.png);
	border:1px solid #999;
}
#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:#9cf;
}
#links{
	text-align:center;
	margin-bottom:30px;
	letter-spacing:10px;
	z-index:9999;
}