@charset "shift_jis";

/*////////////////////////////////////////////*/
/*　　　　　　　　　　　　　　　　　　　　　　*/
/*                 トップ背景　               */
/*　　　　　　　　　　　　　　　　　　　　 　 */
/*////////////////////////////////////////////*/

#footer_bg{
	background-color: #4d281b;
	height: 66px !important;
	color:#fff;
}
.fotter {
    margin: 0 auto;
    width: 950px;
    height: 36px;
    padding: 15px 25px 0 25px;
    min-width: 950px;
}
/* ------------------------------------------

フッターリンクカラー

------------------------------------------ */
#fotter a:link {
	color: #fff !important;
	text-decoration: none !important;
}
#fotter a:visited {
	text-decoration: none !important;
	color: #cccccc !important;
}
#fotter a:hover {
	text-decoration: none !important;
	color: #cccccc !important;
}
#fotter a:active {
	text-decoration: none !important;
	color: #cccccc !important;
}
.fotter .copyright {
	color: #fff !important;
	text-decoration: none !important;
}
