@charset "UTF-8";



/* 全体構造
---------------------------------------------------- */
.wrapper {
	width: 100%;
	padding: 0px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


.header {
	width: 960px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}



.space960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
}



/* フッター
---------------------------------------------------- */
.footer {
	width: 100%;
	background-image: url(../image_parts/back/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	margin-top: 30px;
	overflow: hidden;
}

.menu_footer_back{
	background-color: #414A39;
	width: 100%;
	}

.menu_footer{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	height: 230px;
	}
	
.copy_box100{
	width: 100%;
	background-color: #192112;
}

.copy_box{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	color: #aaa;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.8em;
	line-height: 1.8em;
}

