body{

	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	color: #423833;

}

a:link{
	color: #423833;
	text-decoration: none;
}
 
a:visited{
	color: #423833;
	text-decoration: none;
}
 
a:hover{
	color: #FFE100;
	text-decoration: none;
}
 
a:active{
	color: #FFE100;
	text-decoration: none;
} 

#footer {
	clear:both;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	height:67px;
	background-image: url(../bg/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


