/* CSS Document */
*{
	margin:0;
	padding:0;
}
:focus{
	outline:none;
}
body{
	margin:0 auto;
	background:url(back.jpg) top center  no-repeat #F9E2E9;
	font-family:"Meiryo", "MS Mincho", "MS Gothic";
}

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


#head{
	width:1020px;
	height:470px;
	float:left;
	background:url(head03.jpg) no-repeat;
}
#tel{
	width:450px;
	height:66px;
	float:right;
	margin-top:134px;
	margin-right:10px;
	}

#nav{
	width:1020px;
	height:70px;
	float:left;

	margin-top:185px;
}

#nav ul{
	width:1020px;
	height:70px;
	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;
}
.baner{
	width:1020px;
	height:429px;
	float:left;
	text-align:center;
		margin-top:10px;
}

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

.top-left{
	width:370px;
	height:auto;
	float:left;
	margin-top:12px;
}
.top-left01{
	width:366px;
	height:543px;
	float:left;

}
.top-left02{
	width:360px;
	height:460px;
	float:left;
	margin-top:10px;
	margin-left:5px;
}
.top-right{
	width:644px;
	height:auto;
	float:right;
	margin-top:10px;
}
.top-right01{
	width:644px;
	height:541px;
	float:left;

}
.top-right02{
	width:640px;
	height:470px;
	float:left;
	background:url(topright02.png) no-repeat;
	margin-top:4px;

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

}

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




.staff-k01{
	width:980px;
	height:708px;
	float:left;
	margin-top:20px;
	margin-left:29px;
	margin-top:10px;
	
	margin-bottom:10px;
}
.td1{
	border-right:dashed 1px #FFFFFF;
	}
.td1,.td2{
	border-bottom:dashed 1px #FFFFFF;
	}

.staff01-img{
	width:462px;
	height:695px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	}		
.staff01-naiyo{
	width:428px;
	height:540px;
	float:left;
	margin-top:6px;
	margin-left:15px;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#652840;
	text-align:center;
	}



/*Footer設定区*/
#footer{
	width:1020px;
	height:137px;
	float:left;
	margin-top:8px;
	font-size:13px;
	font-weight:600;
	line-height:26px;
	color:#000;
	text-align:center;
	letter-spacing:2px;
	background:url(foot.png) no-repeat;
	
}
.foot-navi{
	width:1034px;
	height:60px;
	float:left;
	margin-top:6px;
	color:#000;
	text-align:center;
	}
.foot-navi a{
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight:600;}
.foot-navi a:hover{
	color:#F0F;
	font-size:14px;
	font-weight:600;}


