@charset "Shift_JIS";

/*
===== CONTENTS ==============================
	1:#footer
		#asisstNav
=============================================
*/

/*
===== 1:#footer =====
*/
#footer {
	border-top: 2px solid #CCCCCC;
}

/* link color */
#footer a:link {
	color:#666666;
}
#footer a:visited {
	color:#999999;
}
#footer a:hover {
	color:#666666;
}
#footer a:active {
	color:#666666;
}

#footer address {
	margin:0 auto;
	text-align:center;
	font-style:normal;
	font-size:10px;
}

/* ul */
#footer #asisstNav {
	margin:8px auto;
	text-align:center;
}

#footer #asisstNav li {
	font-size:12px;
	margin:0;
	display:inline;
}
