/* 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:1024px;
	height:2200px;
	margin:0 auto;
}
#contten-left{
	width:27px;
	height:2300px;
	float:left;
	background:url(left.jpg) repeat-y;
}
#contten-right{
	width:27px;
	height:2300px;
	float:right;
	background:url(right.jpg) repeat-y;
}
#contanter{
	width:970px;
	height:2300px;
	float:left;
}


#head{
	width:970px;
	height:413px;
	float:left;

}


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


}

#nav ul{
	width:970px;
	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:970px;
	height:383px;
	float:left;
	text-align:center;
	
}

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

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

}
.left02{
	width:696px;
	height:401px;
	float:left;
	margin-top:12px;


}
.left03{
	width:696px;
	height:335px;
	float:left;
	margin-top:12px;
	background:url(left03.jpg) repeat-y;
}
.left04{
	width:696px;
	height:371px;
	float:left;
	margin-top:12px;
	background:url(left04.jpg) repeat-y;
}
.top-right{
	width:266px;
	height:auto;
	float:right;
	margin-top:10px;
}
.right01{
	width:266px;
	height:808px;
	float:left;

}
.right02{
	width:266px;
	height:550px;
	float:left;

	margin-top:4px;


}


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

.staff01-bg{
	width:960px;
	height:669px;
	float:left;
	margin-top:10px;
	margin-left:5px;
}
.staff01-img{
	width:414px;
	height:669px;
	float:left;


	}
.staff01-naiyo{
	width:500px;
	height:640px;
	float:left;
	margin-left:30px;
	margin-top:10px;
	background-color:#fccfea;
	}

	
/*Footer設定区*/
#footer{
	width:970px;
	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:970px;
	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;}


