/* 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:#FFF;
	font-family:"MS UI Gothic", "MS Mincho", "MS Gothic";
}


#contanter{
    width:1020px;
	height:auto;
	margin:0 auto;
	background-color:#FFF;;

}

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


#header {
    width:1020px;
	height:662px;
	float:left;
}


#menu-pc{
	width:1020px;
	height:94px;
	float:left;

}

	
#menu-pc ul{
	width:1020px;
	height:94px;
	float:left;

	list-style:none;
	padding:0;
}
#menu-pc ul li{
	float:left;
}
#menu-pc ul li a{
	text-decoration:none;
	border:0;
	float:left;
	display:inline;

}

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

.top01{
	width:1020px;
	height:487px;
	float:left;
	}
.top02{
	width:1020px;
	height:568px;
	float:left;
		margin-top:6px;
	background:url(top02.jpg) no-repeat;
	}


.top03{
	width:1020px;
	height:757px;
	float:left;
		margin-top:6px;
	background:url(top03.jpg) no-repeat;
	}

.top04{
	width:1020px;
	height:624px;
	float:left;
			margin-top:6px;
	}
.top05{
	width:1020px;
	height:738px;
	float:left;
			margin-top:6px;
	}
/*スタッフ詳しい設定区*/
.staff-title{
	width:1020px;
	height:81px;
	float:left;

	text-align:center;
}

.staff01-kuang{
	width:990px;
	height:auto;
	float:left;
	margin-top:15px;
	margin-left:15px;
		margin-bottom:15px;
}

.staff01-img{
	width:479px;
	height:618px;
	float:left;
	}
.staff01-naiyo{
	width:491px;
	height:617px;
	float:left;
	margin-left:17px;
	background:url(staff/naiyo.jpg) no-repeat;
	}

/*system詳しい設定区*/

/*Footer設定区*/
#footer{
	width:1020px;
	height:134px;
	float:left;;
	font-weight:600;
	color:#231815;
	margin-top:6px;
	text-align:center;
	background:url(foot.jpg) no-repeat;
}
.foot-navi{
	width:1020px;
	height:30px;
	float:left;
	margin-top:28px;
	color:#231815;
	text-align:center;
	line-height:30px;
	}
.foot-navi a{
	text-decoration:none;
	color:#231815;
	font-size:14px;
	font-weight:600;}
.foot-navi a:hover{
	color:#231815;
	font-size:14px;
	font-weight:600;}