body {
	background-color: #000000;
	/*background-image: url(images/Top@2x.jpg);*/
	background-repeat: no-repeat;
	margin: 0px;
/*	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
}
.Full_HP {	/*バック画像を前面にする！*/
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url("images/background_00.jpg")
	center / cover;
}
.Top_Title {
	z-index: 100;
	position: relative;
	top: 60px;
	text-align: center;
}
.Sub_Title {
	z-index: 110;
	position: relative;
	top: -280px;
	text-align: center;
	left: 0px;
}
.Center_Bottom {
/*	position: relative;*/
	position: relative;
	bottom: 0px;
	margin: auto;
	display: block;
	text-align: center;
}
.Banner_File {
/*	z-index: 1;
	position: absolute;*/
/*	bottom: 0px;*/
	margin: auto;
	display: block;
	font-size: 14px;
}
/*.Count_File {
	z-index: 1;
	position: relative;
	text-align: center;
	bottom: 0px;
	width: 100%;
}*/
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FFDAA5;
}
a:active {
	color: #DFDFDF;
}
a:visited {
	color: #FFFFFF;
}
