@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;
}


/* 20130227 footerWordLink */
#footerWordLink {
	clear: both;
    margin : 0 auto;
	width: 950px;
}

#footerWordLink dl {
	/* padding: 8px 5px; */
	padding: 8px 0px;
}

#footerWordLink dt {
	color: #313131;
	display: block;
	line-height: 1.3;
	text-align: left;
}

#footerWordLink li {
	float: left;
	line-height: 1.3;
	list-style: none;
	padding-right: 1em;
	white-space: nowrap;
}
