/* CSS Document */
*{
	margin:0;
	padding:0;
}
:focus{
	outline:none;
}
body{
	margin:0 auto;
	background:url(back.jpg) top center  no-repeat #FCF9FA;
	font-family:"Meiryo", "MS Mincho", "MS Gothic";
}
#contten{
	width:1020px;
	height:2200px;
	margin:0 auto;
}
#contten-left{
	width:27px;
	height:2200px;
	float:left;
	background:url(left.jpg) repeat-y;
}
#contten-right{
	width:27px;
	height:2200px;
	float:left;
	background:url(right.jpg) repeat-y;
}
#contanter{
	width:964px;
	height:1736px;
	float:left;
}


#head{
	width:964px;
	height:278px;
	float:left;
	background:url(head.jpg) no-repeat;
}
#tel{
	width:273px;
	height:86px;
	float:right;
	margin-top:182px;
	}

#nav{
	width:964px;
	height:60px;
	float:left;


}

#nav ul{
	width:964px;
	height:60px;
	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:964px;
	height:435px;
	float:left;
	text-align:center;
		margin-top:10px;
}

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

.top-left{
	width:362px;
	height:auto;
	float:left;
	margin-top:10px;
}
.top-left01{
	width:362px;
	height:554px;
	float:left;

}
.top-left02{
	width:362px;
	height:658px;
	float:left;
	margin-top:10px;
	background:url(top-left02.jpg) no-repeat;

}
.top-right{
	width:593px;
	height:auto;
	float:right;
	margin-top:10px;
}
.top-right01{
	width:593px;
	height:553px;
	float:left;

}
.top-right02{
	width:588px;
	height:658px;
	float:left;
	background:url(top-right02.jpg) no-repeat;
	margin-top:4px;
	margin-left:2px;

}


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

.staff01-bg{
	width:954px;
	height:570px;
	float:left;
	margin-top:15px;
	margin-left:5px;
}
.staff01-img{
	width:417px;
	height:564px;
	float:left;
	margin-left:30px;

	}
.staff01-naiyo{
	width:462px;
	height:556px;
	float:left;
	margin-top:4px;
	margin-left:20px;
	background:url(staff/naiyo.jpg) no-repeat;
	}

	
/*Footer設定区*/
#footer{
	width:964px;
	height:196px;
	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.jpg) no-repeat;
	
}
.foot-navi{
	width:964px;
	height:60px;
	float:left;
	margin-top:25px;
	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;}


