@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------- 

 個別ページだけに存在するセレクタ・プロパティを記述
 
-------------------------------------------------------------------------- */

	
/* footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#foot{
	width:905px;
	text-align:left!important;
	border-top:dotted 1px #cccccc;
	margin:auto;
	margin-top:18px;
	padding: 10px 0px 0px 0px;
}

	#foot #bnrList{
	float:left;
	width:515px;
	border-right:1px solid #e6e6e6;
	padding: 0px;
	margin: 0px;
	height:80px;
	text-align:left!important;}
	
	#foot #bnrList li{
		display:inline;
		float:left;
		list-style:none;
		margin-right:5px;
		_margin-right:2px;
		margin-bottom:5px;
	}

#foot #linkList{
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 13px;
}

#foot #linkList li{
	display:inline;
	float:left;
	list-style:none;
	margin-right:5px;
	_margin-right:2px;
	margin-bottom:5px;
}

.m0{
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}
	
	
/* copyRight
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#copyRight{
	clear:both;
	width:100%;
	border-top:1px solid #e6e6e6;
	margin-top:95px;
	_margin-top:10px;
	padding: 6px 0px 0px 0px;
}

#copyRight #fMenu{
	width:905px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
}

#copyRight #fMenu li{
	
	line-height:1em;
	list-style:none;
	float:left;
}

#copyTxt{
	text-align:right;
	clear:both;
	width:905px;
	margin:0px auto;
	
}
	
		
