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

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

}

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

#tel{
	width:418px;
	height:56px;
	float:right;
	margin-top:32px;
	margin-right:24px;
	text-align:center;
}
#nav{
	width:1020px;
	height:72px;
	float:left;
	background-color:#F07FBF;

}

#nav ul{
	width:1020px;
	height:72px;
	float:left;
	list-style:none;
	padding:0;
}
#nav ul li{
	float:left;
	margin-left:3px;
}
#nav ul li a{
	text-decoration:none;
	border:0;
	float:left;
	display:block;
}

/*トップページ設定区*/
.main-top{
	width:1020px;
	height:auto;
	float:left;
	margin-top:10px;
}
.top01{
	width:1020px;
	height:434px;
	float:left;
	text-align:center;
}

.top02{
	width:1020px;
	height:808px;
	float:left;
	margin-top:8px;

}
.top02-a{
	width:1020px;
	height:456px;
	float:left;
	background:url(top02-a.jpg) no-repeat;

}
.top02-b{
	width:1020px;
	height:363px;
	float:left;
	background:url(top02-b.jpg) no-repeat;

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

}
.top04{
	width:1020px;
	height:238px;
	float:left;


}

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

	text-align:center;
}
.staff-kuang{
	width:940px;
	height:640px;
	float:left;
	margin-left:60px;
	margin-top:15px;
	background-color:#FBE0F1;

}




.staff01-img{
	width:440px;
	height:592px;
	float:left;
	margin-left:30px;
	margin-top:20px;
	}
.staff01-naiyo{
	width:410px;
	height:578px;
	float:left;
	margin-left:10px;

	}

.huabian{
	width:1020px;
	height:10px;
	float:left;
	margin-top:10px;
	}

/*Footer設定区*/
#footer{
	width:1020px;
	height:434px;
	float:left;
	font-size:14px;
	font-weight:600;
	line-height:26px;
	color:#000;
	text-align:center;
	letter-spacing:2px;
	margin-top:10px;
		background:url(foot.jpg) no-repeat;
	
}
.foot-tel{
	width:1020px;
	height:84px;
	float:left;
	margin-top:155px;
	color:#fff;
	text-align:center;
	}
.foot-navi{
	width:1020px;
	height:60px;
	float:left;
	margin-top:30px;
	color:#fff;
	text-align:center;
	}
.foot-navi a{
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight:600;}
.foot-navi a:hover{
	color:#000;
	font-size:14px;
	font-weight:600;}


