@charset "utf-8";
div#footer-bk
{
	background-color: #222;   /* 背景色(黒) */
	width: 100%;               /* 横の幅を100% */
	height: 120px;            /* 縦の幅を120px */
	position: absolute;       /* 絶対位置指定することを定義 */
	bottom: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

div#footer{
	height: 120px;          /* 縦幅の指定100px */
	width: auto;           /* 横の幅970px */
	margin: auto;
	background-color: #000;
}
#footer_img {
	left: 10px;
	top: 10px;
	height: 70px;
	width: 100px;
	padding-top: 10px;
	padding-left: 93px;
}
#footer #footer_img p {
	position: absolute;
	left: 213px;
	top: 8px;
	color: #FFF;
	font-size: 12px;
	width: 376px;
	line-height: 17px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.size {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
