.foot {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.foot ul {
}
.foot li {
	float: left;
}
.foot li a {
	display: block;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.foot li a:hover {
	background-color: #00ffff;
}
.foot li img {
	width: 120px;
}
.link {
	color: #FFF;
}
.link h4 {
	font-size: 11pt;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 6px;
	line-height: 20pt;
	font-weight: 500;
}
.link  ul {
	font-size: 9pt;
	line-height: 16pt;
	overflow: hidden;
}
.link li a {
	float: left;
	padding: 2px 10px;
	margin: 5px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	-s-border-radius: 10px;	/* Firefox用 */
	-ms-border-radius: 10px;	/* Firefox用 */
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	z-index: 1000;
	color: #FFFFFF;
	text-decoration: none;
}
.link li a:hover {
	color: #000000;
	background-color: #ffff66;
}
.link li a:visited {
	background-color: #666666;
	color: #FFFFFF;
}
.linkneko {
	position: absolute;
	left: 880px;
	top: -70px;
}
.sns_button {
	margin-top: 50px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	margin-left: 75px;
}
.sns_button ul {
}

.sns_button li {
	float: left;
	border: 1px solid #FFF;
	margin: 10px;
	position: relative;
}
.sns_button li img {
	width: 150px;
}
.sns_button li a {
	display: block;
	background-color: #FFC;
}

.sns_button li a:hover {
	background-color: #FF6;
}
