<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
/*
Title: tDiary3 default
Revision: $Revision: 1.0 $
Author: TADA Tadashi
Access: t@tdtds.jp
License: GPL
Comment: default theme for tDiary 3.1 or later.

Copyright 2011 (C) TADA Tadashi &lt;t@tdtds.jp&gt;
*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    text-align: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: sans-serif;

    word-wrap: break-word;
    -webkit-text-size-adjust: none;
}

img {
    border: 0;
}

div.adminmenu {
    text-align: right;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity:0.60;
    padding: 8px;
    clear: both;

    position: fixed;
    right: 15px;
    border-radius: 0 0 10px 10px;
}

div.adminmenu span.adminmenu a,
div.adminmenu span.adminmenu a:visited {
    color: #fff;
    text-decoration: none;
}

div.whole-content {
    text-align: left;
    margin: 0px auto;
}

/**************************************
 new elements start
**************************************/
div.sidebar {
    float: left;
    width: 25%;

    text-align: left;
    margin: 0px auto;
    padding: 5px;
    font-size: 88%;
}

div.main {
    text-align: left;
    float: right;
    width: 73%;
}

div.footer {
    clear: both;
}

a {
    text-decoration: none;
    color:#3F59C7;
}
A:link {
}
A:visited {
}
A:hover   {
    text-decoration: underline;
}

/**************************************
 new elements end
**************************************/

h1 {
    height: 210px;
/*    padding-top: 120px; */
    padding-left: 16px;
    margin: 0 10px 16px 10px;
/*    color: #fff; */
    color: transparent;
    background-color: #312034;
    border-radius: 0 0 10px 10px;
    text-align: left;
    font-family:"Times New Roman", Times;

    background-repeat: no-repeat;
    background-image: url("./top.jpg");
    background-position: top;
}

h1 span.header {
    display: none;
}

h1 a, h1 a:visited, h1 a:hover {
    width: 100%;
    height: 90px;
    color: #fff;
    text-decoration: none;
}

hr.sep {
    display: none;
}

div.day {
    line-height: 150%;
    color: #000;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

div.day h2 {
    text-align: left;
    padding: 8px;

    font-size: 150%;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #A789C1;
    color: white;
    font-family:"Times New Roman", Times;

    text-shadow:2px 2px 5px #171717;
}

div.day h2 a,
div.day h2 a:visited {
    color: white;
    text-decoration :none;
}

div.day h2 a:hover {
    color: white;
    text-decoration : underline;
}

div.body,
div.comment,
div.day div.form,
div.referer,
div.refererlist {
    margin: 16px;
}

div.section {
    margin-top: 30px;
    margin-bottom: 50px;
}

div.section h3 {
    margin-bottom: 1em;
    margin-left: 16px;
    text-indent: -16px;

    border-bottom: 1px dashed #E3A8C0;
}

div.section h3 a,
div.section h3 a:visited,
div.section h3 a:hover {
    text-decoration :none;
}

/**************************************
 Addition-start (Left Navigation)
**************************************/
div.sidebar h2 {
    font-size: 110%;
    letter-spacing: 0.2em;
    margin-bottom: 5px;

    border-bottom: 1px dashed #999;
    text-shadow:2px 2px 8px #A9A1F7;
}

div.sidebar div.sect {
    padding: 5px;
    margin-bottom: 20px;
}

div.sidebar form {
    font-size: 100%;
}

/**************************************
 Addition-end
**************************************/

.sanchor {
    color: #E3A8C0;
    background-color: #E3A8C0;
    padding-right: 0.5em;
    height: 1px;
    width: 1px;
}

div.section h4 {
    margin-top: 2em;
    margin-left: 10px;
    margin-bottom: 1em;
}

div.section p {
    margin: 1em 0px 1em 10px;
}

div.section pre {
    margin: 1em 10px 1em 30px;
    padding: 8px;
    background-color: #eee;
    border-radius: 8px;
}

div.section blockquote {
    margin: 1em 10px 1em 30px;
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 8px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #555;
}

div.section ul,
div.section ol {
    margin-left: 50px;
}

div.section dl {
    margin: 1em 0px 1em 30px;
}

div.section dt {
    float: left;
    clear: left;
    font-weight: bold;
    width: 5em;
}

div.section dd {
    overflow: auto;
    margin-bottom: 10px;
}

div.section table {
    margin: 1em 0px 1em 30px;
    width: 90%;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
}

div.section th {
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    color: #fff;
    background-color: #555;
    padding: 0.3em 0.5em;
    text-align: left;
}

div.section td {
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 0.3em 1em;
}

div.section img {
    border-style: solid;
    border-color: #888;
    border-width: 1px;
}

div.section img.right, img.amazon {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

div.section img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.section img.photo {
    display: block;
    float: none;
    margin: 0px auto;
    margin-bottom: 10px;
}

div.section div.footnote {
    margin-top: 20px;
    margin-left: 20px;
}

div.section hr {
    border-style: outset;
    width: 80%;
    color: #555;
    margin: 3em auto 3em 10%;
}

a.amazon-detail,
a.amazon-detail:visited,
a.amazon-detail:hover {
    color: #000;
    text-decoration: none;
}

span.amazon-detail {
    display: block;
    margin: 1em 10px 1em 30px;
    border-radius: 8px;
    background-color: #fff;
    padding: 8px;
}

img.amazon-detail {
    float: left !important;
    margin-right: 10px !important;
    border: none !important;
}

span.amazon-detail-desc {
    display: block;
    overflow: auto;
}

div.sequel {
    font-size: small;
    text-align: right;
}

div.profile {
    text-align: center;
    border: none;
    width: 70%;
    margin: 0px auto;
}

div.profile a {
    color: #000;
}

div.profile img {
    border: none;
}

div.profile span {
    display: block;
}

div.profile span.profile-name {
    font-weight: bold;
}

div.profile span.profile-description {
    text-align: left;
}

div.section div.everytrail {
    text-align: center;
}

div.section object.youtube {
    display: block;
    margin: 10px auto;
    text-align: center;
}

div.section object.ustream {
    display: block;
    text-align: center;
    margin: 10px auto;
}

form.search div {
    width: 100%;
}

form.search input.text {
    font-size: medium;
    width: 160px;
    max-width: 80%;
}

form.search input.button {
    width: 32px;
}

div.commentbody .commentator {
    margin-top: 10px;
}

div.comment .caption,
div.refererlist .caption,
div.day div.form .caption {
    margin-top: 50px;
    font-weight: bold;
}

div.comment .caption a {
    font-weight: normal;
}

div.comment a,
div.comment a:visited,
div.comment a:hover {
    text-decoration :none;
}

div.commentshort {
    margin-left: 16px;
}

.canchor {
    color: #888;
/*
    background-color: #888;
    padding-right: 0.5em;
    height: 1px;
    width: 1px;
*/
}

div.commentbody p {
    margin-left: 20px;
}

div.day div.form div.title input {
    display: block;
}

div.day div.form div {
    margin-bottom: 10px;
}

div.day div.form div.name {
    width: 48%;
/*    float: left; */
    margin-right: 2%;
}
div.day div.form div.name input {
    width: 100%;
}

div.day div.form div.mail {
    overflow: auto;
}
div.day div.form div.mail input {
    width: 98%;
}

div.day div.form div.textarea {
    width: 100%;
    clear: left;
}
div.day div.form div.textarea textarea {
    width: 100%;
}

div.day div.form input,
div.day div.form textarea {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 8px;
}

div.day div.form .button input {
    display: inline;
    padding: 8px;
    padding-right: 20px;
    padding-left: 20px;
}

div.day div.form .button {
    text-align: right;
}

div.refererlist ul,
div.refererlist li {
    margin-left: 20px;
}

div.sidebar {
    overflow: auto;
    color: #000;
    background-color: #fff;
    zoom: 1;
    border-radius: 8px;
}

div.sidebar-item {
    margin-bottom: 10px;
    font-size: 90%;
}

div.sidebar h3 {
    font-size: small;
    background-color: #ddd;
    padding: 10px;
    padding-bottom: 8px;
    margin-top: 10px;
}

div.sidebar h3:first-child {
    margin-top: 0px;
}

div.sidebar-item ul {
    list-style-type: none;
    margin: 0px;
}

div.sidebar-item a,
div.sidebar-item a:visited,
div.sidebar-item a:hover {
    text-decoration: none;
}

div.sidebar-item img.amazon {
    display: none;
}

div.footer {
    text-align: right;
    padding: 4px;
    clear: both;
    background-color: #000;
    color: #fff;
    filter: alpha(opacity=80);
    opacity:0.80;
    font-size: small;
}
div.footer a,
div.footer a:visited,
div.footer a:hover {
    color: #55e;
}

body.update {
    background-image: url(body.png);
    background-position: left top;
    background-repeat: repeat;
    background-color: #fff;
}

body.update h1 {
    height: 1em;
    padding: 16px;
}

body.update div.autopagerize_page_element {
    max-width: 900px;
    margin: 10px auto 10px auto;
    text-align: left;
}

div.update {
    text-align: left;
    margin: 10px auto 0px auto;
    max-width: 900px;
}

div.update div.caption {
    font-size: large;
    padding-top: 10px;
}

div.update h3.subtitle {
    font-size: medium;
}

span.year input,
span.month input,
span.day input {
    text-align: center;
}

form.update div.title {
    margin-top: 10px;
}
form.update div.title input {
    padding-left: 10px;
    width: 100%;
}

div.update div.form .button input {
    padding: 2px;
}

p.message {
    color: #fff;
    background-color: #800;
    width: 100%;
    margin: 0px auto;
    border-radius: 8px;
    font-weight: bold;
}

dl.search-result dt {
    margin-top: 1em;
}

dl.search-result dd {
    margin-left: 2em;
}

div.search-navi {
    text-align: center;
    margin: 10px 0px;
}

div.category {
    text-align: left;
    margin: 0px auto;
    width: 900px;
}

div.category ul {
    list-style-type: none;
}

/*
 * for some plugins
 */

/* weather */
h2 span.weather {
    font-weight: none;
}

/* calendar */
/*
div.calendar {
    padding: 16px;
    margin-bottom: 16px;
    color: #000;
    background-color: #ddd;
    border-radius: 8px;
    text-align: left;
}
*/

/* calendar2 */
table.calendar {
    margin-left: auto;
    margin-right: auto;
}

table.calendar td {
    margin: 0px;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
    text-align: center;
}

/* recent_list */
p.recentitem {
    font-size: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.recentsubtitles {
    font-size: 90%;
    margin-top: 0px;
    margin-bottom: 1em;
    margin-left: 1em;
}

/* footnote */
div.body span.footnote {
    vertical-align: super;
    font-size: 70%;
}

div.footnote {
    font-size: 90%;
    border-style: solid;
    border-color: #ddf;
    border-width: 1px 0px 0px 0px;
    padding: 0em;
    margin-left: 6em;
}

div.day div.footnote {
    clear: both;
}

p.footnote {
    margin: 0.5em;
    padding: 0em;
}

/* amazon plugin */
img.left {
    border-width: 1px;
    border-color: #008;
    float: left;
    margin: 0.5em;
}

img.right {
    border-width: 1px;
    border-color: #008;
    float: right;
    margin: 0.5em;
}

/* booklog */
div.booklog_html {
    margin-left: 1em;
}

/*
 for insert dropdown calendar into adminmenu
 */
div.adminmenu div,
div.adminmenu form,
div.adminmenu select {
    background-color: transparent;
    display: inline;
}

span.adminmenu,
div.adminmenu form {
    font-size: 80%;
/*
    background-color: #000;
    color: #fff;
*/
    filter: alpha(opacity=100);
    opacity:1.00;
    padding-left: 0.5em;
}

div.sidebar div.calendar {
    background-color: transparent;
}


/*
 design for smart phones
 */
@media screen and (max-device-width: 480px) {
    body {
        font-size: 90%;
    }

    div.adminmenu {
        font-size: x-small;
        margin: 0px;
        width: 100%;
    }

    h1 {
        zoom: 0.5;
    }

    div.whole-content {
        width: 100%;
    }

    div.main {
        float: none;
        width: 100%;
    }

    div.section img {
        max-width: 240px !important;
        height: auto;
    }

    div.section img.left,
    div.section img.right,
    div.section img.photo {
        display: block;
        float: none;
        margin: 10px auto;
        max-width: 300px !important;
    }

    div.section img.amazon {
        max-width: 150px !important;
    }

    body.update h1 {
        background-image: none;
        height: auto;
        display: block;
        padding: 0px;
    }

    body.update div.autopagerize_page_element {
        width: 100%;
    }

    div.update {
        width: 100%;
    }

    textarea {
        font-size: 110%;
    }
}
</pre></body></html>