@charset "utf-8";
.foot_bg {
	background-image: url(../image/foot_bg.jpg);
	background-repeat: no-repeat;
}
.foot01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #0670d3;
}
.foot02 {
	font-size: 10px;
	font-weight: normal;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

a.foot:link {
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.foot:visited {
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.foot:hover {
	font-size: 11px;
	color: black;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.background_foot {
	/*background-image: url(../image/background_foot.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
}
a.foot01:link {
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
a.foot01:visited {
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
a.foot01:hover {
	font-size: 13px;
	color: black;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
