@charset "EUC-JP";

/*
	01. Footer
	
*/


/* 01 FOOTER FOR NORMAL WINDOW
----------------------------------------*/

#footer {
	background: #EEEEEE;
	width: 980px;
	margin:0;
	padding:0px;
	line-height:170%;
	font-size: 75%;
	text-align:center;
	clear:both;
	}
	
	
.ftr_top {
 text-indent:-9999px;
	background: url("../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("../images/parts/footer_btm.gif") repeat-x #EEEEEE top left;
	width: 980px;
	margin:0px;
	padding:0px;
}


.fotlink ul {
	padding:4px 15px 6px 15px;
	margin:0px;
	width: 950px;
	list-style: none;
}

.fotlink li {
  display: inline;
  padding-left:0.3em;
  vertical-align: top;
}

.fotlink a:link {
	color: #666666;
	text-decoration: underline;
}

.fotlink a:visited {
	color: #666666;
	text-decoration: underline;
}

.fotlink a:hover {
	color: #000000;
	text-decoration: none;
}
.fotlink a:visited:hover {
	color: #000000;
	text-decoration: none;
}
