<html>
<head>
<title>Audioleaf Web Magazine</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
body {
background-color: #efefef;
font-size: 14px;
color: #000;
text-align: center;
}
#content {
background-color: #ffffff;
margin: 50px auto;
width: 400px;
}
.box {
border: 1px solid #999999;
padding: 20px;
}
h1 {
font-size: 18px;
color: #990000;
}
</style>
</head>
<body>
	<div id="content">
		<div class="box">
			<p>Audioleaf Web Magazineは終了しました。</p>
			<p>
				<a href="https://www.audioleaf.com">Audioleafへ</a><br />
			</p>
		</div>
	</div>
</body>
</html>
