/* 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:auto;
	margin:0 auto;
}


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

#tel img{
	float:right;}
#nav{
	width:1020px;
	height:210px;
	float:left;
	margin-top:62px;
}

#nav ul{
	width:1020px;
	height:210px;
	float:left;
	list-style:none;
	padding:0;
}
#nav ul li{
	float:left;
	
}
#nav ul li a{
	text-decoration:none;
	border:0;
	float:left;
	display:block;
	margin-top:180px;
}
#tel{
	width:540px;
	height:70px;
	float:left;
	text-align:center;
	margin-top:575px;
	margin-left:330px;

	}

/*トップページ設定区*/
.main{
	width:1020px;
	height:auto;
	float:left;
	margin-top:8px;
}
.top01{
	width:1020px;
	height:451px;
	float:left;
	text-align:center;
}
.top02{
	width:1020px;
	height:386px;
	float:left;
	margin-top:8px;
	background:url(top02.jpg) no-repeat;
}
.top03{
	width:1020px;
	height:630px;
	float:left;
	margin-top:10px;

	background:url(top03.jpg) no-repeat;
}

.top04{
	width:1020px;
	height:388px;
	float:left;
	margin-top:10px;
	text-align:center;
}

/*スタッフ詳しい設定区*/
.staff-title{
	width:1020px;
	height:74px;
	float:left;
	text-align:center;
	}
	

.staff01-bg{
	width:980px;
	height:610px;
	float:left;
	margin-top:12px;
	margin-left:20px;
}
.staff01-img{
	width:439px;
	height:616px;
	float:left;

	}
.staff01-naiyo{
	width:507px;
	height:608px;
	float:left;
	margin-top:4px;
	margin-left:12px;
	background:url(staff/naiyo.jpg) no-repeat;
	}


/*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:988px;
	height:862px;
	float:left;
	margin-top:6px;
	margin-left:16px;
	font-size:15px;
	font-weight:600;
	line-height:18px;
	background-color:#fdf6f6;
	text-align:center;

}
.foot-concent{
	width:988px;
	height:388px;
	float:left;

	text-align:center;
	}
.foot-tel{
	width:988px;
	height:220px;
	float:left;
	text-align:center;
	}
.foot-tel img{
	border:0;
	float:left;
	}
.foot-menu{
	width:988px;
	height:170px;
	float:left;

	text-align:center;
	}

.foot-navi{
	width:988px;
	height:72px;
	float:left;
	line-height:28px;
	color:#450647;;
	text-align:center;
	border-top:2px solid #fed9d6;
	}
.foot-navi a{
	text-decoration:none;
	color:#000000;;
	font-size:15px;
	font-weight:600;}
.foot-navi a:hover{
	color:#000000;
	font-size:15px;
	font-weight:600;}


