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

#contanter{
	width:1020px;
	height:auto;
	margin:0 auto;
	background-color:#fff;
}

#head{
	width:1020px;
	height:594px;
	float:left;

}

#tel{
	width:90px;
	height:90px;
	position:fixed;
	top:10px;
	right:8px;
}
#nav{
	width:1020px;
	height:180px;
	float:left;
	background-color:#fff;

}

#nav ul{
	width:934px;
	height:142px;
	float:left;
	margin-top:19px;
	margin-left:34px;
	list-style:none;
	padding:0;
}
#nav ul li{
	float:left;
	margin-left:32px;
}
#nav ul li a{
	text-decoration:none;
	border:0;
	float:left;
	display:block;
}
#head-title{
	width:1020px;
	height:56px;
	float:left;

}

/*トップページ設定区*/
.main-top{
	width:1020px;
	height:auto;
	float:left;

	background-color:#FFBFCF;
}
.top01{
	width:1020px;
	height:493px;
	float:left;
	text-align:center;
}

.top02{
	width:1000px;
	height:578px;
	float:left;
	margin-left:10px;
	background:url(top02.jpg) no-repeat;
}

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

.top04{
	width:994px;
	height:250px;
	float:left;
		margin-left:13px;
		margin-top:8px;
		margin-bottom:12px;
}

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

	text-align:center;
}
.staff-kuang{
	width:976px;
	height:734px;
	float:left;
	margin-left:22px;
	margin-top:10px;
	margin-bottom:10px;
	background:url(staff-bg.jpg) no-repeat;

}




.staff01-img{
	width:476px;
	height:686px;
	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-m{
	width:1020px;
	height:330px;
	float:left;
	background-color:#fff;
	
}
#footer-m ul{
	width:1020px;
	height:330px;
	float:left;
	list-style:none;
	padding:0;
}
#footer-m ul li{
	float:left;
	margin-top:6px;
}
#footer-m ul li a{
	text-decoration:none;
	border:0;
	float:left;
	display:block;
}
#footer{
	width:1020px;
	height:66px;
	float:left;
	font-size:14px;
	font-weight:600;
	line-height:26px;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	background-color:#FF8FAB;
	
}

.foot-navi{
	width:1020px;
	height:60px;
	float:left;
	margin-top:3px;
	color:#fff;
	text-align:center;
	}
.foot-navi a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:600;}
.foot-navi a:hover{
	color:#fff;
	font-size:14px;
	font-weight:600;}


