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

#contanter{
	width:1020px;
	height:3250px;
	margin:0 auto;
	background:url(bg.jpg) top center repeat-y;

}

#head{
	width:1020px;
	height:504px;
	float:left;
}

#tel{
	width:1020px;
	height:150px;
	float:left;
}
#nav{
	width:1020px;
	height:180px;
	float:left;
}

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

}
.top01{
	width:1020px;
	height:556px;
	float:left;
	background:url(top01.png) no-repeat;
}

.top02{
	width:1000px;
	height:478px;
	float:left;
	margin-left:5px;

}

.top03{
	width:1020px;
	height:770px;
	float:left;
	margin-left:5px;
	background:url(top03.png) no-repeat;
}

.top04{
	width:1020px;
	height:444px;
	float:left;
	margin-top:4px;
}

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

	text-align:center;
}
.staff-kuang{
	width:900px;
	height:610px;
	float:left;
	margin-left:60px;
	margin-top:15px;
	margin-bottom:20px;

}




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

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

/*Footer設定区*/
#footer-m{
	width:1020px;
	height:174px;
	float:left;
	margin-top:16px;	
}
#footer-m ul{
	width:950px;
	height:174px;
	float:left;
	list-style:none;
	padding:0;
	margin-left:35px;
}
#footer-m ul li{
	float:left;
}
#footer-m ul li a{
	text-decoration:none;
	border:0;
	float:left;
	display:block;
}

.foot-tel{
	width:1020px;
	height:80px;
	float:left;
	text-align:center;
	}

#footer{
	width:1020px;
	height:90px;
	float:left;
	font-size:14px;
	font-weight:600;
	line-height:26px;
	color:#000;
	margin-top:10px;
	text-align:center;
	letter-spacing:2px;
	
}

