/* CSS Document */
*{
	margin:0;
	padding:0;
}
:focus{
	outline:none;
}
.clear{
	overflow:hidden;
	zoom:1;
	clear:both;
}
body{
	font: 15px/1.5 "Hiragino Kaku Gothic ProN",  "MS Mincho", "MS Gothic";
	color: #555;;
	background-color:#1d0118;
	font-family:"MS UI Gothic", "MS Mincho", "MS Gothic";
}
#contanter{
    width:1020px;
	height:auto;

	margin:0 auto;
}


/* ------------------------------------------------------------------------------------ */


#header {
    width:1020px;
	height:576px;
	float:left;

}


#menu-pc{
	width:1010px;
	height:84px;
	float:left;
	margin-left:5px;

}

	
#menu-pc ul{
	width:1010px;
	height:84px;
	float:left;


	list-style:none;
	padding:0;
	background-color:#e8dcee;
}
#menu-pc ul li{
	float:left;
	margin-left:1px;
}
#menu-pc ul li a{
	text-decoration:none;
	border:0;
	float:left;
	display:inline;
	margin-top:0px;
}

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

}

.top01{
	width:1020px;
	height:365px;
	float:left;
	text-align:center;
	}

.top02{
	width:1020px;
	height:646px;
	float:left;
	margin-top:10px;
		text-align:center;
			background:url(top02.jpg) no-repeat;
	}

.girls{
	width:973px;
	height:523px;
	float:left;
	margin-top:94px;
	margin-left:26px;
		text-align:center;
	}	


#newtitle{
	width:110px;
	height:25px;
	display:inline-block;
	font-size:20px;
	line-height:25px;
	text-align:center;
	background-color:#ff7ca3;
	color:#000;
	border:solid 1px #ff7ca3;
	border-radius:8px;
	-moz-border-radius:8px; /* Old Firefox */
	}


.top03{
	width:1020px;
	height:648px;
	float:left;

	text-align:center;

		background:url(top03.jpg) no-repeat;
	}

.top04{
	width:1020px;
	height:558px;
	float:left;

	text-align:center;

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

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

}
.staff-kuang{
	width:982px;
	height:640px;
	float:left;
	margin-left:19px;
	margin-top:15px;


}
.staff01{
	width:424px;
	height:620px;
	float:left;
	margin-top:10px;
	margin-left:20px;

	}
.staff01-bg{
	width:487px;
	height:610px;
	float:left;
	margin-top:12px;
	margin-left:30px;
	background-color:#ffeaec;
}


/*Footer設定区*/
#footer{
	width:1020px;
	height:174px;
	float:left;
	font-size:17px;
	font-weight:600;
	color:#fff;
	text-align:center;
		margin-top:10px;


}

.foot-navi{
	width:1020px;
	height:30px;
	float:left;
	margin-top:30px;
	color:#fff;
	text-align:center;
	line-height:30px;
	}
.foot-navi a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:600;}
.foot-navi a:hover{
	color:#fff;
	font-size:14px;
	font-weight:600;}