body {
	width : 100%;
	height : 100%;
}
#wrapper {
	height: 100%!important;
	width: 100%;
	overflow: hidden;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#footer {
	background-color: #ffffff;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	position: fixed;
	z-index: 9000;
	height: 42px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
section#footerContainer {
	float: left;
	width: 100%;
	height: 42px;
	position: fixed;
	left: 10px;
	bottom: 0px;
}
h2#footerHosizakiLogo {
	background-image: url(../images/footer_logo.png);
	text-indent: -9999px;
	float: left;
	height: 18px;
	width: 159px;
	margin-top: 10px;
}
nav#footerNavi {
	float: left;
	width: 400px;
	padding-left : 10px;
}
nav#footerNavi li {
	float: left;
	height: 42px;
	margin-right: 5px;
	margin-left: 4px;
}
nav#footerNavi li a {
	background-repeat: no-repeat;
	background-position: center 15px;
	text-indent: -9999px;
	display: block;
	border-bottom-style: solid;
	height: 38px;
	border-bottom-width: 4px;
	-webkit-transition : border-bottom .6s;
	-moz-transition : border-bottom .6s;
	-o-transition : border-bottom .6s;
	-ms-transition : border-bottom .6s;
	transition : border-bottom .6s;
	border-bottom-color: #FFFFFF;
}
nav#footerNavi li a:hover {
	border-bottom-style: solid;
	border-bottom-color: #0F5CFF;
	border-bottom-width: 4px;	
}
nav#footerNavi li.naviTop a{
	background-image: url(../images/footer_navi_1_top.png);
	width: 84px;
}
nav#footerNavi li.naviAbout a{
	background-image: url(../images/footer_navi_2_about.png);
	width: 92px;
}
nav#footerNavi li.naviSitemap a {
	background-image: url(../images/footer_navi_3_map.png);
	width: 66px;
}
address#footerCopyright {
	float: right;
	background-image: url(../images/footer_address.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 10px;
	width: 312px;
	margin-top: 15px;
	margin-right: 10px;
}
#header_navi {}
/*
#topBanner .bannerItem {
	height: 74px;
	width: 70px;
	position: fixed;
	z-index: 990;
	top: -50px;
}
#topBanner .bannerItem a {
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	display: block;
	height: 74px;
	width: 70px;
}
#tbMenu {
	right: 120px;
}
#tbMenu a {
	background-image: url(../images/topBanner1-menu.png);
}
#tbHelp {
	right : 40px;
}
#tbHelp a {
	background-image: url(../images/topBanner2-help.png);
}
*/

/*** SOUND Mute ****/
#soundToggle {
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width : 86px;
	padding-top : 1%;
	padding-left : 1%;
}
#soundToggle a {
	font-size: 10px;
	color: #FFA4A4;
	text-decoration: none;
	display: block;
	background-image: url(../images/sound_banner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 86px;
	text-indent:-9999px;
}
#soundToggle a.mute {
	background-position: left -20px;
}
/**** 戻るボタン定義 ****/
.back a {
	background-image: url(../images/btn_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 56px;
	width: 56px;
}
.back a:hover {
	background-position : left -56px;
}
