@charset "UTF-8";

/*ヘッダー固定
header {
	width: 100%;
	height: 100px;
	color: #fff;
	background: #666;
}
header h1 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 20px;
}*/
/*
#menu_yoko {
	width: 100%;
}
*/
#menu_yoko.fixed {
	position: fixed;
	top: 0;
}
/*
#menu_yoko ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	border-right: 1px solid #666;
}
#menu_yoko ul li {
	width: 199px;
	padding: 10px 0;
	border-left: 1px solid #666;
	text-align: center;
	list-style: none;
	float: left;
}
*/
/*ヘッダー固定ここまで*/
/*以下は、フッター固定*/
/*
.all {
	position:relative;
	min-height:100%;
}
.main {
	width:90%;
	margin:0 auto;
	padding-top:80px;
	padding-bottom:150px;
	line-height:1.8;
	font-size:20px;
}

.footer_top {
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:35px;
	background:#000;
	border-bottom:1px solid #555;
	}

.footer_top.static {
	position:static;
	}

.footer_top > p {
	float:left;
	padding-left:15px;
	line-height:35px;
	font-size:18px;
	color: #fff;
	}

.footer_top ul {
	float:right;
	line-height:35px;
	padding-right:15px;
	color: #fff;
	}



.footer_bottom {
	background:#000;
	padding:15px 0;
	}

.footer_bottom .txt {
	font-size:12px;
	margin-bottom:10px;
	color:#fff;
	}

.footer_bottom .copy_right {
	color: #fff;
	font-size:12px;
	}
#footer {
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
	background:#333;
	color:#666;
	text-align:center;
	}
#foot_nav ul {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	border-right: 1px solid #666;
}
#foot_nav ul li {
	width: 100px;
	border-left: 1px solid #666;
	text-align: center;
	list-style: none;
	float: left;
}
*/
/*フッター固定ここまで*/

