/*/*/*/**/*/*/*/@charset "utf-8";
*{
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}


/* ローダー設定 */
.square {
	position:absolute;
	top:330px;
	left:50%;
	height:46px;
	color: #d2dae6;
	z-index:905;
	padding:0px;
	margin-left: -115px;
	font-size:20px;
	text-align:center;
	width: 150px;
}


#fade {
	background: #000; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; z-index: 901; min-height: 100%;
}

#fade2 {
	background: #000; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; z-index: 901; min-height: 100%;
}


body > #fade {height: auto;}



/* リンク設定 */

a:link {color: #8b826a; text-decoration: underline;}

a:active {color: #8b826a; text-decoration: underline;}

a:visited {color: #8b826a; text-decoration: underline;}

a:hover {color: #8b826a; text-decoration: underline;}



/*-----------------------
footer
------------------------*/

#footer{
	clear: both;
	position: absolute;
	width: 100%;
	height: 25px;	
	min-width: 1000px;
}


/* コピーライト */

.credits{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
	color:#b1b1b1;
	letter-spacing:0.1em;

}

.credits a{
	color:#b1b1b1;
	text-decoration: none;
	font-size:9px;

}

.credits a:hover{
	color:#ffffff;
	font-size:9px;
	text-decoration: none;
}

.credits p{
	color:#b1b1b1;
	text-align:center;
	margin-bottom:15px;
	height:9px;
	letter-spacing:0;
	font-size:9px;

}

.credits #links{

	position:absolute;
	right:10px;
	height:9px;
	font-size:9px;
}

span{
	margin:0 7px;	
	
}



