.bg_wrap{
	background: url(../images/sw_bg.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	background-size: cover;
	background-attachment: fixed;

}

/*メニュー*/
div#footerArea {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 118px;
	z-index: 1000;
}  
.menubox{
	width: 100%;
	height: 118px;
	background-repeat: repeat-x;
	background-image: url(../images/navi_waku.png);
}
.menu01{
	width: 100%;
	height: 118px;
	margin: 0px auto;	/*background-color: #189af0;*/
}
.menu_ss{
	width: 1313px;
	height: 117px;
	float: clear;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../images/navi_waku_02.png);
}
.menu_title{
	width: 186px;
	height: 118px;
	/*background-color: #AF840B;*/
	float: left;
}
.menu_navi{
	width: 801px;
	height: 85px;
	float: left;
	background-repeat: no-repeat;
	/*background-color: #FF57FF;*/
}
.menu_sns{
	background: url(../images/copy.png) no-repeat;
	width: 200px;
	height: 98px;
	/*background-color: #608861;*/
	float: left;
	position: relative;
	top: 22px;
}
/*ナビゲーション*/

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
} 
li {
    display: inline;
}
li ul{
	paddimg: 0;
}
li img{
	float:left;
	
}
