/* INDEX */
body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
#logo a{
	display:block;
	width:290px;
	height:55px;
	margin:0 auto;
	overflow:hidden;
}


@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
		-webkit-transform: translateY(-15px);
	}
	100% {
		-webkit-opacity:1;
		-webkit-transform: translateY(0);
	}
}
@keyframes TitleArea {
	0% {
		opacity:0;
		transform: translateY(-15px);
	}
	100% {
		opacity:1;
		transform: translateY(0);
	}
}
#title{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	animation-name: TitleArea;
	animation-fill-mode:backwards;
	animation-delay: 0.5s;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	width:770px;
	height:315px;
	background:url(../img/index_title.png) no-repeat;
	margin:30px auto 0 auto;
	text-indent:-9999px;
}

#imagephoto{
	margin:25px 0 30px 0;
	height:138px;
	background:url(../img/index_scroll.jpg);
}
#lead{
	height:80px;
	background:url(../img/index_lead.png) no-repeat center;
	text-indent:-9999px;
}

#renewal{
	width:720px;
	height:200px;
	margin:35px auto 0;
	background:url(../img/index_renewal.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#renewal h2, #renewal p{
	height:79px;
	margin:0;
	padding:0;
}
#renewal a{
	display:block;
	width:145px;
	height:26px;
	float:left;
	background:none;
}
#renewal a:hover{
	background:#fff;
	opacity:0.5;
}
#ir01{
	margin:0 10px 0 405px;
}

#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:60px auto 20px auto;
	padding:6px 10px 10px 10px;
	border-radius:5px;
	background:url(../img/topics_bg.png);
	border:1px solid #999;
}
#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;
}
#footer{
	position:fixed;
	bottom:0;
	height:20px;
	width:100%;
	background:url(../img/footer_bg.png);
}

#office{
	background:url(../img/index_office.png) no-repeat;
	width:130px;
	height:130px;
	text-indent:-9999px;
	position:absolute;
	top:395px;
	left:50%;
	margin-left:245px;
}