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

#contanter{
	width:1060px;
	margin:0 auto;
}
#head{
	width:1060px;
	height:241px;
	float:left;
	background:url(head.jpg) no-repeat;
}
#tel{
	width:406px;
	height:181px;
	float:right;
	margin-top:26px;
	margin-right:14px;
}
#nav{
	width:1060px;
	height:48px;
	float:left;

}

#nav ul{
	width:1060px;
	height:48px;
	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;
}
#baner{
	width:1060px;
	height:763px;
	float:left;
		background:url(baner.gif) no-repeat;
}
#cam{
	width:849px;
	height:363px;
	float:left;
	margin-top:400px;
}
/*トップページ設定区*/
.main-top{
	width:1020px;
	height:auto;
	float:left;
	margin-left:20px;
		margin-top:10px;
}
.top01{
	width:1020px;
	height:584px;
	float:left;
}
.top01-left{
	width:366px;
	height:580px;
	float:left;
	}
.top01-right{
	width:636px;
	height:584px;
	float:right;
	background:url(top01-right.jpg) no-repeat;
	}
.top02{
	width:1020px;
	height:334px;
	float:left;
	margin-top:6px;
	}

.top03{
	width:1020px;
	height:48px;
	float:left;
	margin-top:6px;
	}
.girs{
	width:980px;
	height:358px;
	float:left;
	margin-top:6px;
		margin-left:16px;
	}

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

.staff-title{
	width:1060px;
	height:82px;
	float:left;
	margin-top:430px;
	
	}
	.staff{
	width:1060px;
	height:auto;
	float:left;
	margin-top:10px;
	background:url(staff-bg.png) repeat-y;
	
	}
.staff-kuang{
	width:900px;
	height:570px;
	float:left;
	margin-left:90px;
	margin-top:12px;
		margin-bottom:12px;
	border-bottom:1px dotted #6A3906;
}


.staff01-img{
	width:396px;
	height:558px;
	float:left;
	margin-left:20px;
	}
.staff01-naiyo{
	width:396px;
	height:556px;
	float:left;
	margin-left:20px;
	color:#40220F;
	background:url(staff/naiyo.png) no-repeat;
	}



/*Syste詳しい設定区*/

.main-system{
	width:1060px;
	height:auto;
	float:left;

		background:url(naiyo-bg.jpg) no-repeat;
}
/*Footer設定区*/
#footer{
	width:1060px;
	height:150px;
	float:left;
	margin-top:10px;
	font-size:15px;
	line-height:23px;
	color:#231815;
	text-align:center;
	background-color:#F9B2CF;
}
.foot-navi{
	width:1060px;
	height:30px;
	float:left;
	color:#231815;
	text-align:center;
	}
.foot-navi a{
	text-decoration:none;
	color:#231815;
	font-size:18px;
}
.foot-navi a:hover{
	color:#231815;
	font-size:18px;
	font-weight:600;}


