<!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: 'Helvetica Neue', sans-serif;

      line-height: 1.6;

      margin: 0;

      padding: 0;

      background: #f9f9f9;

      color: #333;

    }

    header {

      background: #20232a;

      color: white;

      padding: 1rem;

      text-align: center;

    }

    nav {

      background: #eee;

      padding: 0.5rem;

      text-align: center;

    }

    nav a {

      margin: 0 1rem;

      text-decoration: none;

      color: #333;

    }

    .container {

      max-width: 960px;

      margin: 2rem auto;

      padding: 1rem;

      background: white;

      border-radius: 8px;

      box-shadow: 0 0 10px rgba(0,0,0,0.05);

    }

    h2 {

      border-bottom: 2px solid #ccc;

      padding-bottom: 0.25rem;

    }

    ul {

      list-style: none;

      padding: 0;

    }

    li {

      margin-bottom: 1rem;

    }

    footer {

      background: #20232a;

      color: white;

      text-align: center;

      padding: 1rem;

      margin-top: 2rem;

    }

  </style>

</head>

<body>

  <header>

    <h1>赤尾秀一 論文全集</h1>

    <p>分野別に分類された研究・評論・論文アーカイブ</p>

  </header>


  <nav>

    <a href="#philosophy">哲学</a>

    <a href="#politics">政治</a>

    <a href="#law">法哲学</a>

    <a href="#literature">文学・詩歌</a>

    <a href="#others">その他</a>

  </nav>


  <div class="container">

    <section id="philosophy">

      <h2>哲学</h2>

      <ul>

        <li><strong>ヘーゲル国家論と現代日本</strong><br>2025年4月1日公開<br><a href="#">▶ 論文を読む</a></li>

        <li><strong>理念の構造と自由の概念</strong><br>2025年3月15日公開<br><a href="#">▶ 論文を読む</a></li>

      </ul>

    </section>


    <section id="politics">

      <h2>政治</h2>

      <ul>

        <li><strong>日本における主権国家の再構築</strong><br>2025年4月12日公開<br><a href="#">▶ 論文を読む</a></li>

      </ul>

    </section>


    <section id="law">

      <h2>法哲学</h2>

      <ul>

        <li><strong>法の理念と現行憲法の矛盾</strong><br>2025年2月20日公開<br><a href="#">▶ 論文を読む</a></li>

      </ul>

    </section>


    <section id="literature">

      <h2>文学・詩歌</h2>

      <ul>

        <li><strong>西行和歌の理念構造</strong><br>2025年3月1日公開<br><a href="#">▶ 論文を読む</a></li>

      </ul>

    </section>


    <section id="others">

      <h2>その他</h2>

      <ul>

        <li><strong>AI倫理と哲学の対話</strong><br>2025年4月5日公開<br><a href="#">▶ 論文を読む</a></li>

      </ul>

    </section>

  </div>


  <footer>

    <p>&copy; 2025 赤尾秀一. All rights reserved.</p>

  </footer>

</body>

</html>