@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
}

a{/*リンクされた文字*/
    color:#6E6E6E;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#6E6E6E;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#6E6E6E;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#000;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}



.head {
	text-align: center;
	height: auto;
	width: auto;
	margin-bottom: 5px;
}

.warp{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}



.menu{
	width: 1000px;
	height: 50px;

}


.menu ul{
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu li{
	list-style: none;
	display: inline;
}


.sub01 ul{
	width: 1035px;
	margin: 10px 0 0 0;
	padding: 0;
}

.sub01 li{
	list-style: none;
	float: left;
	margin: 0 35px 20px 0;
}

.footer_content{
	width: 1000px;
	margin: auto;
	display: flex;
}

.footer_iteam{
	width: 215px;
	}

.footer_sns {
	padding-left: 20px;
	margin-top: -8px;
}

.footer_sns li{
	list-style: none;
	display: inline;
}

.btm_menu{
	margin-left: 315px;
	
}

.btm_menu ul{
	width: 530px;
   margin: 100px 0 0 0;
   padding: 0 ;
}


.btm_menu li{
	list-style: none;
    display: inline;
}


.copy{
	width: 1000px;
	margin: auto;
	text-align: center;
}



