@charset "EUC-JP";

#head_content {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 51px;
	background-image: url(../images/share/head_back_02.png);
}
#head_content h1 a {
	background-repeat: no-repeat;
	height: 51px;
	width: 419px;
	display: block;
	text-indent: -700em;
	background-image: url(../images/share/head_logo.png);
}
/* フッタ */
#footer {
	width: 100%;
	clear: both;
	bottom: 0px;
	margin: 0px;
	min-width: 970px;

}
@media screen and (max-width:970x) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
#footer {
	width: 100%;
	min-width: 970px;
	clear: both;
	bottom: 0px;
	margin: 0px;
}
}
p {
	background-image:url(../images/space.gif);
}
#footer h5  {
	font-weight: normal;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 100%;
	color: #FFF;
}
#footer h5 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer h5 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer h5 a:hover {
	color: #FF8232;
	text-decoration: underline;
}
#foot_link  {
	margin-right: auto;
	margin-left: auto;
	height: 23px;
	background-color: #23C1B6;
	width: 100%;
	min-width: 970px;
	
}
@media screen and (max-width:970px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
#foot_link  {
	margin-right: auto;
	margin-left: auto;
	height: 23px;
	background-color: #23C1B6;
	width: 500px;
	min-width: 970px;
}
}

#footer ul {
	font-size: 90%;
	width: 39em;
	margin-right: auto;
	margin-left: auto;
}
#footer li {
	list-style-type: none;
	float: left;
	color: #333333;
}
#copyright {
	clear: both;
	background-color: #BFBFBF;
	height: 20px;
}
#copyright h6 {
	text-align: center;
	font-size: 95%;
	color: #333333;
}
#copyright p {
	text-align: center;
	font-size: 80%;
	color: #666666;
}
/* ページのトップへ */

.goto_top {
	clear: both;
}
.goto_top p a {
	background-image: url(http://koganei-sponavi.net/images/share/page_top.png);
	float: right;
	height: 26px;
	width: 139px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 13px;
	text-indent: -700em;
	margin-bottom: 15px;
}
#tab {
	margin-top: 10px;
	width: 731px;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 90%;
}
#page-top a {
	background: #999;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}