﻿@charset "utf-8";
/* ================================================
フッターcss
================================================ */

/* フッターエリア
----------------------------------------------------------------------------- */
#footer {
	text-align: center;
	clear: both;



	/padding-top: 1px;
	margin-bottom: 30px;
}
#footer #f_kakomi {
	background-image: url(../img/mizuki_20.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 50px;
}
#footer #t_kakomi {
	background-image: url(../img/bg_doc.gif);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 62px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: left;
}
#footer #jimu_adr {
	font-size: 120%;
	background-image: url(../img/mizuki_17.gif);
	background-position: left center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 65px;
	background-repeat: no-repeat;
}
#footer #copy {
	font-size: 88%;
}

