<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ルジェンテリベル練馬北町管理組合</title>
    <style>
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 40px;
            background-color: #f4f4f4;
            color: #333;
            line-height: 1.6;
        }
        .container {
            background-color: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            max-width: 800px;
            margin: auto;
        }
        h1 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 30px;
        }
        p {
            margin-bottom: 15px;
        }
        .contact-info {
            background-color: #e9ecef;
            padding: 15px;
            border-radius: 5px;
            margin-top: 30px;
        }
        .contact-info p {
            margin: 5px 0;
        }
        a {
            color: #007bff;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>ルジェンテリベル練馬北町管理組合</h1>
        <p>
            こちらは**ルジェンテリベル練馬北町管理組合**のウェブサイトです。
            管理組合員の皆様への情報提供、および円滑なマンション運営を目的としています。
        </p>
        <p>
            現在、ウェブサイトはテスト運用中です。今後、以下の情報を掲載していく予定です。
        </p>
        <ul>
            <li>管理組合からのお知らせ</li>
            <li>総会・理事会の議事録</li>
            <li>各種申請書類のダウンロード</li>
            <li>マンションの規則・規約</li>
            <li>Q&A</li>
        </ul>
        <p>
            ご不便をおかけいたしますが、今しばらくお待ちください。
        </p>
        <div class="contact-info">
            <p><strong>お問い合わせ先:</strong></p>
            <p>管理組合事務局</p>
            <p>電話番号: XXX-XXXX-XXXX (テスト用)</p>
            <p>メール: <a href="mailto:info@example.com">info@example.com</a> (テスト用)</p>
        </div>
        <p style="text-align: center; margin-top: 40px; font-size: 0.9em; color: #777;">
            &copy; 2025 ルジェンテリベル練馬北町管理組合. All rights reserved.
        </p>
    </div>
</body>
</html>