/*--main menu footer----------------------------------------------------------------------------*/
.main_menu_footer{
	width: 588px;
	height: 70px;
	position: relative;
	z-index: 62;
	/* [disabled]float: right; */
	top: -30px;
	display: block;
	padding-right: 5px;
	margin: 0 auto;
}

.main_menu_footer ul{
	list-style-type: none;
	margin: 0;  
	padding: 0;
}

.main_menu_footer li{
	float: left;
	display: inline;
}
.main_menu_footer li a{
	position: relative;
	top: 0px;
	-webkit-transition: top 0.1s ease-out;
	   -moz-transition: top 0.1s ease-out;
	     -o-transition: top 0.1s ease-out;
		-ms-transition: top 0.1s ease-out;
			transition: top 0.1s ease-out;
}

.main_menu_footer li a:hover {
	position: relative;
	top: -10px;
	-webkit-transition: top 0.3s ease-out;
	   -moz-transition: top 0.3s ease-out;
	     -o-transition: top 0.3s ease-out;
		-ms-transition: top 0.3s ease-out;
			transition: top 0.3s ease-out;
}

/*--footer----------------------------------------------------------------------------*/
.footer_space{
	height:70px;
}

#footer{
	margin: 0 auto;
	background-image: url(../img/common/footer_bg_tile.png);					/*イベントの時は外す*/
	/*background-image: url(../img/common/hf_blue/footer_bg_tile.png);*/	/*イベント用*/
	background-repeat: repeat-x;
	height: 60px;
	bottom: 0px;
	position: fixed;
	width: 100%;
	/* [disabled]margin-top: -80px; */
	z-index: 100;
}

.footer_menu{
	height:60px;
	/*background-image: url(../img/common/footer_bg_tile.png);*/
	/*background-image: url(../img/event/summer2014/footer_bg_tile_s14.png);*/
	/* [disabled]background-image: url(./img/common/footer_bg.png); */
	/* [disabled]background-repeat: no-repeat; */
	margin: 0 auto;
	position: relative;
	width: 572px;
	left: 0px;
	z-index: 66;
}

.footer_list{
	margin: 0px auto;
	/*width: 660px;*/
	width: 572px;
	height: 14px;
	text-align: center;
	padding-top: 13px;
}

.footer_menu ul{
	list-style-type: none;
	margin: 0px auto;
	padding: 0;
}
.footer_menu li{
	float: left;
	display: inline;
	padding-right: 10px;
	text-align:center;
}
.footer_menu li a:hover{
	background-position: 0px bottom;
}

.ftl01 a{
	display: block;
	width: 72px;
	height: 14px;
	background: url(../img/common/footer_nomal/footer_list01.png) no-repeat 0 0;
	/*background: url(../img/common/hf_blue/footer_list01.png) no-repeat 0 0;*/
	overflow:hidden;
}
.ftl02 a{
	display: block;
	width: 83px;
	height: 14px;
	background: url(../img/common/footer_nomal/footer_list02.png) no-repeat 0 0;
	/*background: url(../img/common/hf_blue/footer_list02.png) no-repeat 0 0;*/
	overflow:hidden;
}
.ftl03 a{
	display: block;
	width: 85px;
	height: 14px;
	background: url(../img/common/footer_nomal/footer_list03.png) no-repeat 0 0;
	/*background: url(../img/common/hf_blue/footer_list03.png) no-repeat 0 0;*/
	overflow:hidden;
}
.ftl04 a{
	display: block;
	width: 74px;
	height: 14px;
	background: url(../img/common/footer_nomal/footer_list04.png) no-repeat 0 0;
	/*background: url(../img/common/hf_blue/footer_list04.png) no-repeat 0 0;*/
	overflow:hidden;
}
.ftl05 a{
	display: block;
	width: 74px;
	height: 14px;
	background: url(../img/common/footer_nomal/footer_list05.png) no-repeat 0 0;
	/*background: url(../img/common/hf_blue/footer_list05.png) no-repeat 0 0;*/
	overflow:hidden;
}
.ftl06 a{
	display: block;
	width: 65px;
	height: 14px;
	background: url(../img/common/footer_nomal/footer_list06.png) no-repeat 0 0;
	/*background: url(../img/common/hf_blue/footer_list06.png) no-repeat 0 0;*/
	overflow:hidden;
}
.ftl07 a{
	display: block;
	width: 48px;
	height: 14px;
	background: url(../img/common/footer_nomal/footer_list07.png) no-repeat 0 0;
	/*background: url(../img/common/hf_blue/footer_list07.png) no-repeat 0 0;*/
	overflow:hidden;
}
.ftl08 a{
	display: block;
	width: 74px;
	height: 14px;
	background: url(../img/common/footer_nomal/footer_list08.png) no-repeat 0 0;
	/*background: url(../img/common/hf_blue/footer_list08.png) no-repeat 0 0;*/
	overflow:hidden;
}


.copyright a{
	margin: 0 auto;
	display: block;
	width: 337px;
	height: 14px;
	background: url(../img/common/footer_nomal/copyright.png) no-repeat 0 0;
	/*background: url(../img/common/hf_blue/copyright.png) no-repeat 0 0;*/
	overflow:hidden;
	margin-top:8px;
}
.copyright a:hover{
	background-position: 0px bottom;
}

