@charset "SHIFT_JIS";

/*
	01. Footer
	
*/


/* 01 FOOTER FOR NORMAL WINDOW
----------------------------------------*/

#footer {
	background: #EEEEEE;
	width: 980px;
	margin:0 auto;
	padding:0px;
	line-height:160%;
	font-size: 83%;
	clear:both;
	}
	
	
.ftr_top {
 text-indent:-9999px;
	background: url("../../common/images/parts/footer_top.gif") repeat-x #EEEEEE top left;
	width: 980px;
	margin:0 0 0 0 ;
	padding-bottom:5px;
}

.ftr_btm {
 text-indent:-9999px;
	background: url("../../common/images/parts/footer_btm.gif") repeat-x #EEEEEE top left;
	width: 980px;
	margin:0px;
	padding:0px;
}


.fotlink ul {
		padding:4px 15px 8px 15px;
		margin:0px;
		width: 950px;
	  list-style: none;
	  text-align: left;
		float: left;
}

.fotlink li {
  display: inline;
  padding-left: 1em;
  vertical-align: top;
}

.fotlink a:link {
	color: #666666;
	text-decoration: none;
}

.fotlink a:visited {
	color: #666666;
	text-decoration: none;
}

.fotlink a:hover {
	color: #000000;
	text-decoration: underline;
}
.fotlink a:visited:hover {
	color: #000000;
	text-decoration: underline;
}