@charset "utf-8";

*{
	margin: 0 auto;
	padding: 0;
}

a:link{
	color: #ffffff;
	text-decoration: none;	
}

a:visited{
	color: #ffffff;
	text-decoration: none;		
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/*--インフォメーション--*/


#container,
#footer{
	width: 440px;
	height: auto;
	font-size: 90%;
	background: #ffffff;
	line-height: 1.5;
	padding: 20px;
	text-align: center;
}

#footer{
	padding: 10px 20px;	
	background: #C62721;
}

#container-wp{
	margin-bottom: 20px;
}

#address ul{
	list-style: none;
	margin-top: 10px;
}

#address ul li{
	text-align: left;
}

#map{
	text-align: center;
}

#footer{
	color: #ffffff;
	text-align: left;
	overflow: hidden;
}

#footer p.close{
	text-align: center;
}