/* CSS Document */
*{
	margin:0;
	padding:0;
}
:focus{
	outline:none;
}
body{
	margin:0 auto;
	background-color:#FFF;
	font-family:"MS UI Gothic", "MS Mincho", "MS Gothic";
}


#contanter{
	width:1020px;
	height:2834px;
	margin:0 auto;
}


#head{
	width:1020px;
	height:784px;
	float:left;
	background:url(head.gif) no-repeat;
}

#tel img{
	float:right;
	}
	
#nav{
	width:572px;
	height:110px;
	float:right;
	margin-top:475px;
	margin-right:36px;
}
#tel{
	width:980px;
	height:106px;
	float:left;
	text-align:center;
	margin-top:16px;

	}

/*トップページ設定区*/
.main{
	width:1020px;
	height:auto;
	float:left;
	margin-top:18px;
}
.top01{
	width:1020px;
	height:408px;
	float:left;
	text-align:center;
}
.top02{
	width:1010px;
	height:596px;
	float:left;
	margin-top:10px;
	margin-left:4px;
	background:url(top02.png) no-repeat;
}
.top02-left{
	width:460px;
	height:784px;
	float:left;
	text-align:center;

}
.top03{
	width:1020px;
	height:530px;
	float:left;
	margin-top:10px;
	background:url(top03.jpg) no-repeat;
}


/*スタッフ詳しい設定区*/
.main-staff{
	width:1020px;
	height:auto;
	float:left;
	}
.staff{
	width:1020px;
	height:784px;
	float:left;
	}
.staff01{
	width:285px;
	height:404px;
	float:left;
	margin-top:16px;
	margin-left:18px;
	}

.staff01-img{
	width:478px;
	height:675px;
	float:left;
	margin-top:50px;
		margin-left:40px;
	}
.staff01-naiyo{
	width:400px;
	height:548px;
	float:left;
	margin-top:80px;
	margin-left:20px;
	}

/*Syste詳しい設定区*/
.main-system{
	width:1020px;
	height:1100px;
	float:left;
	margin-top:6px;
	}

/*詳しい設定区*/
.main-server{
	width:1020px;
	height:1720px;
	float:left;
	margin-top:6px;
	}
.main-qna{
	width:1020px;
	height:2448px;
	float:left;
	margin-top:6px;
	}



/*Footer設定区*/
#footer{
	width:989px;
	height:258px;
	float:left;
	margin-top:6px;
	margin-left:15px;
	font-size:15px;
	font-weight:600;
	line-height:18px;
	color:#231815;
	text-align:center;
	background:url(foot.jpg) no-repeat;

}
#footer h1{
	font-size:12px;}
	
.foot-navi{
	width:1020px;
	height:70px;
	float:left;
	margin-top:26px;
	color:#231815;
	text-align:center;
	}
.foot-navi a{
	text-decoration:none;
	color:#231815;
	font-size:15px;
	font-weight:600;}
.foot-navi a:hover{
	color:#7F4F21;
	font-size:15px;
	font-weight:600;}


