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

#contanter{
	width:1020px;
	height:1925px;
	margin:0 auto;
}
#head{
	width:1020px;
	height:555px;
	margin:0 auto;
	background:url(head.jpg) no-repeat;
}
#tel{
	width:417px;
	height:69px;
	float:left;
	margin-top:460px;
	margin-left:280px;
}
#nav{
	width:1020px;
	height:60px;
	margin:0 auto;
}

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

}
.topleft01{
	width:350px;
	height:473px;
	float:left;
}
.topleft02{
	width:351px;
	height:313px;
	float:left;
	margin-top:6px;
}


.topright{
	width:656px;
	height:auto;
	float:right;
}


.topright01{
	width:654px;
	height:350px;
	float:left;
	}

.topright02{
	width:656px;
	height:420px;
	float:left;
	margin-top:10px;
	background:url(topright02.png) no-repeat;
}

.news{
	width:350px;
	height:481px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	}


.top02{
	width:1020px;
	height:295px;
	float:left;
	margin-top:4px;
}
.top02{
	width:1020px;
	height:390px;
	float:left;
	margin-top:4px;
}
.top02-title{
	width:1020px;
	height:55px;
	float:left;
}
.girls{
	width:1004px;
	height:330px;
	float:left;
	margin-top:10px;
	margin-left:8px;}
/*スタッフ詳しい設定区*/

.main-staff{
	width:1020px;
	height:1300px;
	float:left;
	background:url(staff-bg.jpg) no-repeat;
}

.staff-kuang{
	width:860px;
	height:auto;
	float:left;
	margin-left:80px;
	margin-top:20px;
}

.staff01{
	width:264px;
	height:370px;
	float:left;
	margin-top:8px;
	margin-left:16px;
}
.staff01-kuang{
	width:840px;
	height:486px;
	float:left;
	margin-left:95px;
	margin-top:120px;
	}
.staff01-img{
	width:394px;
	height:917px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	}
.staff01-naiyo{
	width:372px;
	height:951px;
	float:left;
	margin-left:16px;
	background:url(staff/naiyo-bg.png) no-repeat;
	}

/*Syste詳しい設定区*/

.main-system{
	width:1020px;
	height:1100px;
	margin:0 auto;
	margin-top:4px;
}


/*Footer設定区*/
#footer{
	width:1020px;
	height:268px;
	float:left;
	margin-top:8px;
	font-size:16px;
	line-height:24px;
	color:#000;
	text-align:center;
	background:url(foot.jpg) no-repeat;
}
.foot-navi{
	width:1020px;
	height:30px;
	float:left;
	margin-top:8px;
	color:#000;
	font-weight:500;
	text-align:center;
	}
.foot-navi a{
	text-decoration:none;
	color:#000;
	font-size:15px;
}
.foot-navi a:hover{
	color:#000;;
	font-size:15px;
	font-weight:600;}


