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

}

#contanter{
	width:1060px;
	margin:0 auto;
}
#head{
	width:1060px;
	height:514px;
	float:left;

}
#p-title{
	width:1060px;
	height:50px;
	float:left;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#FFF;
	}
#tel{
	width:1060px;
	height:70px;
	float:left;
	margin-top:314px;
	text-align:center;
}
#nav{
	width:1060px;
	height:86px;
	float:left;

}

#nav ul{
	width:1060px;
	height:86px;
	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:0px;
}
/*トップページ設定区*/
.main-top{
	width:1020px;
	height:auto;
	float:left;
	margin-left:20px;

}
.top01{
	width:1020px;
	height:368px;
	float:left;
	margin-top:10px;
	}
.top02{
	width:1020px;
	height:498px;
	float:left;
	margin-top:10px;}
.top02-left{
	width:370px;
	height:498px;
	float:left;

	}
.top02-right{
	width:649px;
	height:498px;
	float:left;
	background:url(top02-right.jpg) no-repeat;	
	}
.top03{
	width:1020px;
	height:437px;
	float:left;
	margin-top:10px;}
.top04{
	width:1020px;
	height:641px;
	float:left;
	margin-top:5px;
	background:url(top04.jpg) no-repeat;		
	}

/*スタッフ詳しい設定区*/

.main-staff{
	width:1020px;
	height:auto;
	float:left;
	margin-top:18px;
	background-color:#FFF;

}
.staff-title{
	width:1020px;
	height:71px;
	float:left;
	text-align:center;

	}

.staff01{
	width:908px;
	height:407px;
	float:left;
	margin-left:86px;

	margin-bottom:20px;

	}
.staff01-img{
	width:410px;
	height:380px;
	float:left;
	margin-left:20px;
	margin-top:14px;
	}
.staff01-tb{
	width:356px;
	height:380px;
	float:left;
	margin-left:20px;
	margin-top:14px;
	font-size:15px;
	color:#40220f;
	line-height:25px;
	border:solid 1px #7f4f21;
	}


/*Syste詳しい設定区*/

.system{
	width:1020px;
	height:1100px;
	float:left;
	margin-bottom:20px;
	}


/*Footer設定区*/
#footer{
	width:1060px;
	height:150px;
	float:left;

	font-size:15px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
	background-color:#5B504A;
}
.foot-navi{
	width:1060px;
	height:30px;
	float:left;
	margin-top:15px;
	color:#ffffff;
	text-align:center;
	}
.foot-navi a{
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
}
.foot-navi a:hover{
	color:#F0F;
	font-size:18px;
	font-weight:600;}


