@charset "utf-8";

.clear {clear:both;}

/* ローダー設定 */
.square {
	position:absolute;
	top:330px;
	left:50%;
	height:46px;
	color: #CCC;
	z-index:905;
	padding:0px;
	margin-left: -115px;
	font-size:20px;
	text-align:center;
	width: 150px;
}
#busy1{
	font-family: 'Nunito', sans-serif;
	font-size:15px;
}
#load-text {
	font-family: 'Nunito', sans-serif;
	position:absolute;
	top:330px;
	left:50%;
	width:60px;
	z-index:905;
	padding:0px;
	color:#CCC;
	margin-left:10px;
	text-align:center;
	font-size:15px;
}
body > .square {height: auto;}


#fade {
	background: #FFF; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; z-index: 901; min-height: 100%;
}

#fade2 {
	background: #FFF; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; min-height: 100%; z-index: 1;
}

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;}


/*-----------------------
navigation
------------------------*/
/*
#header{
	position:absolute;
	width:100%;
	min-width:1000px;
	height:70px;
	left:0;
	top:0;
	z-index:1;
	text-align:center;
	overflow:hidden;
}

#header_base{
	position:absolute;
	width:100%;
	height:70px;
	background:#202020;
}

#navigation{
	width:725px;
	height:40px;
	margin:15px auto;
}
#navigation li{
	float:left;
	height:40px;
	position:relative;
	overflow: hidden;
}
#navigation li+li{
	margin-left:15px;
}
*/