<!DOCTYPE html>
<html lang="en">

<head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>世界日報のリンク集</title>
        <!-- <script src="https://cdn.tailwindcss.com"></script> -->
        <script src="menu.js" defer></script>
        <script src="main.js" defer></script>
        <link rel="stylesheet" href="./coutput.css">
        <link rel="stylesheet" href="./cseisyo.css">
        <style>
                #vdbanner {
                        transform: scale(0);
                }
        </style>
</head>

<body class="w-full overflow-hidden">

        <div class="flex flex-col min-h-screen">
                <!-- First div with fixed height -->
                <div class="h-[64px] mt-[5px]">
                        <nav class="bg-white border-gray-200 dark:bg-gray-900 w-full">
                                <div
                                        class="max-md:bg-white max-md:relative max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
                                        <a href="#" class="flex items-center space-x-3 rtl:space-x-reverse">
                                                <!-- <img src="https://flowbite.com/docs/images/logo.svg" class="h-8" alt="Flowbite Logo" /> -->
                                                <span
                                                        class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white"></span>
                                        </a>
                                        <button data-collapse-toggle="navbar-default"
                                                class="md:hidden transition duration-300 ease-in-out">

                                                <!-- <button data-collapse-toggle="navbar-default" type="button"
                        class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
                        aria-controls="navbar-default" aria-expanded="false"> -->
                                                <span class="sr-only">Open main menu</span>
                                                <svg class="w-5 h-5" aria-hidden="true"
                                                        xmlns="http://www.w3.org/2000/svg" fill="none"
                                                        viewBox="0 0 17 14">
                                                        <path stroke="currentColor" stroke-linecap="round"
                                                                stroke-linejoin="round" stroke-width="2"
                                                                d="M1 1h15M1 7h15M1 13h15" />
                                                </svg>
                                        </button>
                                        <div class="hidden w-full md:block md:w-auto pl-[50px]" id="navbar-default">
                                                <ul
                                                        class=" font-medium flex flex-col p-4 md:p-0 mt-4 border border-gray-100 rounded-lg bg-gray-50 md:flex-row md:space-x-8 rtl:space-x-reverse md:mt-0 md:border-0 md:bg-white dark:bg-gray-800 md:dark:bg-gray-900 dark:border-gray-700">
                                                        <li><a href="http://key-ok.s2.xrea.com/sekai/"
                                                                        class="block py-2 px-3 text-white bg-blue-700 rounded md:bg-transparent md:text-blue-700 md:p-0 dark:text-white md:dark:text-blue-500"
                                                                        aria-current="page">世界日報のリンク集</a></li>
                                                        <li><a href="http://key-ok.s2.xrea.com/naka/"
                                                                        class="block py-2 px-3 text-white bg-blue-700 rounded md:bg-transparent md:text-blue-700 md:p-0 dark:text-white md:dark:text-blue-500"
                                                                        aria-current="page">中山達樹先生のブログのリンク集</a></li>
                                                        <li><a href="http://key-ok.s2.xrea.com/turi/"
                                                                        class="block py-2 px-3 text-white bg-blue-700 rounded md:bg-transparent md:text-blue-700 md:p-0 dark:text-white md:dark:text-blue-500">吊りしのぶ
                                                                        さんのブログのリンク集</a>
                                                        </li>
                                                        <li><a href="http://key-ok.s2.xrea.com/aida/"
                                                                class="block py-2 px-3 text-white bg-blue-700 rounded md:bg-transparent md:text-blue-700 md:p-0 dark:text-white md:dark:text-blue-500">あいだ けいこ さんのブログのリンク集</a>
                                                        </li>
                                                </ul>
                                        </div>
                                </div>
                        </nav>
                </div>

                <!-- Second div taking up the remaining height -->
                <div class="container111 flex-1 flex h-full">
                        <div class="w-[86px] h-[calc(100vh-70px)]">
                                <ul class="p-[10px] overflow-y-auto overflow-x-hidden h-[calc(100vh-70px)]">
