/* ---------------------------------- */
/* フッタ定義                         */
/* ---------------------------------- */

.footer		{
		width: auto;
		height: 36px;
		margin: 0px;
		padding: 0px;
		display: block;
		clear: both;
		position: relative;
		}

.footer h3	{
		height: 1em;
		width: auto;
		margin: 0px;
		padding: 3px 5px 3px 50px;
		font-size: 12px;
		line-height: 110%;
		text-align: right;
		color: #FFFFFF;
		float: right;
		position: relative;
		  top: 0px;
		  right: 0px;
		z-index: 10;
		}
.footer h3 a	{
		text-decoration: none;
		color: #FFFFFF;
		}
.footer h3 a:hover	{
		text-decoration: none;
		color: #FFFFFF;
		}
.footer h3 a:active	{
		text-decoration: none;
		color: #FFFFFF;
		}
/* フッター内サイトロゴ */
.footer img	{
		float: left;
		position: absolute;
		  top: 0px;
		  left: 0px;
		z-index: 1;
		width: 760px;
		height: 36px;
		}


/* ---------------------------------- */
/* テキストメニューバー定義(フッタ)   */
/* ---------------------------------- */

.menuBarFooter	{
		width: auto;
		margin: 0px;
		padding: 5px;
		font-size: 11px;
		text-align: center;
		overflow: hidden;
		clear: both;
		background-color: #FFFFFF;
		}
.menuBarFooter a	{
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		white-space: nowrap;
		}
.menuBarFooter a:hover	{
		}
.menuBarFooter strong	{
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		white-space: nowrap;
		}
