@charset "utf-8";


/* --------------------------------------------------------------------------------------
 footer.css
--------------------------------------------------------------------------------------- */

#foot_navi {
 width: 950px;
 clear: both;
 margin-top: 15px;
 padding-bottom: 30px;
 border-bottom: 1px solid #999;
}
#foot_navi ul {
 width: 950px;
 text-align: center;
}
#foot_navi ul li {
 display: inline;
 font-size: 12px;
}

#footer {
 text-align: center;
 padding-top: 15px;
 padding-bottom: 40px;
 font-size: 93%;
 line-height: 1.4em;
}

#footer02 {
 text-align: center;
 padding-top: 15px;
 padding-bottom: 40px;
 font-size: 93%;
 line-height: 1.4em;
 border-top: 1px solid #b5b5b5;
 clear: both;
}
