﻿* {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
body {
        color: #000000;
    font: 12px "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"メイリオ",Meiryo,"ＭＳ ゴシック","MS Gothic",Osaka,sans-serif;
        text-align: center;
        background-color: #FFFFFF;
}
a {
    text-decoration: none;
    color: #464646;
}
a:hover {
    color: #7ea700;
    text-decoration: underline;
}
img {
    border: 0;
}

.break {
    font-size: 0;
    width: 0; height: 0;
    clear: both;
}
.alignleft {
    float: left;
    margin: 4px 10px 5px 0;
}
.alignright {
    float: right;
    margin: 4px 0 5px 10px;
}
.aligncenter {
    text-align: center;
}
.hidden {
    display: none;
}

/** BEGIN wrapper **/
#wrapper {
    text-align: left;
    margin: auto;
    border-color: #7EA700;
    width: 980px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
    height: 135px;
}
    #header h1 {
        font-size: 0;
        float: left;
        padding: 30px 0 35px;
    }
        #header h1 a {
            display: block;
            width: 433px; height: 33px;
            text-indent: -9999px;
            outline: none;
            background: url(images/logo.png) no-repeat 0 0;
        }
    #header .ad {
        float: right;
        padding: 15px 0;
    }
    #header ul {
        list-style-type: none;
        clear: both;
        height: 30px;
        background-color: #7EA700;
        background-image: url('../newtop/images/bar.jpg');
        background-repeat: repeat-x;
    }
        #header ul li {
            float: left;
            font-weight: bold;
        }
        #header ul li a {
            color: #ffffff;
            display: block;
            padding: 8px 10px 9px;
        }
        #header ul li a:hover {
            background-color: #404618;
            text-decoration: none;
        }
/** END header **/

/** BEGIN content **/
#content {
    padding: 5px 25px;
    float: left;
    width: 613px;
    background-color: #FFFFFF;
}
    #content a {
        color: #7ea700;
    }
    #content .post {
        padding: 16px 5px 6px;
        float: left;
        height: 360px;
        width: 140px;
    }
        #content .post h2 {
            font-size: 1em;
            text-transform: uppercase;
            margin-top: 5px;
            margin-bottom: 5px;
        }
        #content .post .thumb {
            width: 150px; height: 115px;
            overflow: hidden;
            margin-bottom: 5px;
        }
            #content .post .thumb img {
                width: 150px;
            }
        #content .post h3 {
            font-size: 1.2em;
            margin-bottom: 10px;
        }
        #content .post p {
            line-height: 1.4em;
        }
        #content .post .readmore {
            text-indent: -9999px;
            width: 99px; height: 17px;
            outline: none;
            background: url(images/readmore.gif) no-repeat 0 0;
            margin: 10px 0;
            display: block;
        }
    #content h2.title {
        font-size: 1em;
        text-transform: uppercase;
        padding: 10px;
    }
    #content .archive {
        padding: 10px;
        clear: both;
    }
        #content .archive img {
            width: 90px;
            float: left;
            margin: 0 5px 5px 0;
        }
        #content .archive h3 {
            margin-bottom: 5px;
        }
        #content .archive p {
            line-height: 1.5em;
            margin-bottom: 10px;
        }
    #content .single {
        padding: 10px;
    }
        #content .single h2 {
            margin-bottom: 10px;
            font-size: 1.4em;
        }
        #content .single p {
            line-height: 1.5em;
            margin-bottom: 10px;
        }
        #content .single ul, #content .single ol {
            list-style-position: inside;
            margin-bottom: 10px;
        }
        #content .single li {
            line-height: 1.5em;
            padding: 2px 0;
        }
        #content .single blockquote {
            padding: 10px 10px 5px;
            margin-bottom: 10px;
            background-color: #eeeeee;
            border-width: 1px 0;
            border-style: solid;
            border-color: #e0e0e0;
        }
        #content .single h3, #content .single h4, #content .single h5, #content .single h6 {
            font-size: 1.2em;
            margin-bottom: 5px;
        }
    #postnav {
        padding: 10px;
        font-weight: bold;
    }
/** END content **/

/** BEGIN sidebar **/
#sidebar {
    width: 300px;
    float: right;
    margin: 25px 10px 5px 0;
    background-color: #FFFFFF;
}
    #sidebar .box {
        padding: 0px;
    }

    #sidebar form {
        height: 30px;
        background: url(images/search.gif) no-repeat 0 0;
    }
        #sidebar form input {
            border: 0;
            float: left;
            width: 125px;
            margin: 7px 10px 0 5px;
            font-size: 12px;
        }
        #sidebar form button {
            float: left;
            border: 0;
            text-transform: uppercase;
            color: #ffffff;
            font-family: Verdana;
            font-size: 10px;
            font-weight: bold;
            width: 77px; height: 30px;
            background-color: transparent;
        }

    #sidebar .subscribe {
        padding-left: 65px;
        background: url(images/U_heart_mas.png) no-repeat 0 0;
        height: 70px;
    }
        #sidebar .subscribe h2 {
            text-transform: none;
            padding: 14px 0 10px;
        }
            #sidebar .subscribe h2 a {
                color: #676042;
                margin: 0 0 0 10px;
            }
        #sidebar .subscribe p {
            font-size: 0.9em;
            margin-left: 10px;
        }
        #sidebar .subscribe a {
            margin: 0 2px;
        }
    #sidebar .flickr {
        text-align: left;
        padding: 0px 10px 5px;
    }
        #sidebar .flickr img {
            margin: 5px;
        }
    #sidebar .video {
        padding: 10px;
        text-align: center;
    }
    #sidebar .tags {
        padding: 10px;
    }
        #sidebar .tags {

        }
    #sidebar h2 {
        font-size: 1.2em;
        color: #676042;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px 10px;
        background-image: url('../newtop/images/base01.gif');
        background-repeat: repeat-x;
    }
    #sidebar ul {
        padding: 0px 10px;
        list-style-type: disc;
    }
        #sidebar ul li {
            line-height: 1.4em;
            padding: 0;
        }
        #sidebar ul li a {
            color: #68645A;
        }
        #sidebar ul li a:hover, #sidebar ul li strong {
            color: #7ea700;
        }
    #sidebar .l {
        float: left;
        width: 145px;
        padding-top: 5px;
    }
    #sidebar .r {
        float: right;
        width: 145px;
        padding-top: 5px;
    }
        #sidebar .l ul, #sidebar .r ul {
            background: none;
            padding-bottom: 0px;
        }
        #sidebar .l h2, #sidebar .r h2 {
            padding: 5px 10px;
        }
        #sidebar ul .LIn_date{ display: none; }

/** END sidebar **/
/** BEGIN footer **/
#footer {
    clear: both;
    padding: 10px;
    color: #ffffff;
    background-color: #7EA700;
    height: 16px;
    margin-top: 10px;
}
    #footer .l {
        float: left;
    }
    #footer .r {
        float: right;
    }
    #footer a {
        color: #ffffff;
        text-decoration: underline;
    }
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
    padding: 10px;
}
    #comments a {
        text-decoration: none;
    }
    #comments h2 {
        font-size: 1.4em;
        margin: 10px 0;
    }
    #comments p {
        margin-bottom: 10px;
        line-height: 1.6em;
    }
    #comments form {

    }
    #comments form p {
        margin-bottom: 5px;
    }
        #comments form input {
            margin-right: 5px;
        }
        #comments form input, textarea {
            border: 1px solid #cccccc;
            font-size: 0.9em;
            font-family: Verdana;
            padding: 4px;
            background-position: 4px 4px;
            background-repeat: no-repeat;
        }
        #comments form input {
            width: 260px;
            border: 1px solid #cccccc;
        }
        #comments form textarea {
            width: 350px;
            padding: 4px 4px !important;
            border: 1px solid #cccccc;
        }
        #comments form button {
            border: 1px solid #a0a0a0;
            font-size: 1em;
            font-family: Verdana;
            padding: 2px 6px;
        }
    .commentdetails {
        margin-top: 25px;
    }
    .commentauthor {
        margin-bottom: 5px !important;
        font-weight: bold;
    }
    .commentdate {
        font-size: 0.8em;
        margin-bottom: 5px;
        color: #909090;
    }
    .required {
        color: #ff0000;
    }
h2.title {
    font-size: 1em !important;
    text-transform: uppercase;
    padding: 10px;
    color: #565656;
}
.notfound {
    padding: 40px;
}
    .notfound h2 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
    }
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
    list-style-type: none;
    clear: both;
    padding: 0;
    margin: 0;
}
    #comments .buffer {
        padding: 10px;
    }
    #comments h2 {

    }
    #comments ol li {
        margin-bottom: 10px;
    }
    #comments ol li ul li {
        border: 1px solid #e0e0e0;
        padding: 10px;
    }
    #comments ol li .avatar {
        float: right;
    }
    #comments ol li .comment-author {

    }
        #comments ol li .comment-author .fn {
            font-weight: bold;
            font-size: 1.2em;
        }
    #comments ol li .comment-meta {
        font-size: 0.9em;
        color: #999999;
        margin: 5px 0 10px;
    }
    #comments ol li .reply {
        font-size: 0.9em;
        font-weight: bold;
        padding-bottom: 10px;
    }
    #comments .children {
        list-style-type: none;
    }
#comments .navigation {
    padding: 0 10px 20px;
    font-size: 0.9em;
}
    #comments .navigation a {
        color: #999999;
        padding: 3px 8px;
        border: 1px solid #cccccc;
    }
    #comments .navigation a:hover {
        color: #000000;
        border-color: #000000;

        text-decoration: none;
    }
#comments .says {
    display: none;
}
/** END wordpress 2.7 comments **/


/** 追加 **/
.dittio_ownerphoto {
    float: right;
}

.o_photo {
    margin-top: 5px;
    margin-right: 0px;
    float: right;
}

    #content .post .readmore {
            text-indent: -9999px;
            margin: 10px 0;
            height: 17px;
            width: 99px;
            background: url(images/readmore.gif) no-repeat 0 0;
            display: block;
            overflow: hidden;
            outline: none;
        }

/* SEARCH */
    #search { color: #ffffff; font-weight: bold; width: auto; }
    #search form { margin-left: 670px; }
    #search input { margin: 0px; height: auto; width: 100px; }
    #search label {padding:5px 0 0;display:inline}
    #search input.FSF_submit {width:60px;font-size:81%;margin-left:10px;height:auto}

.tw img {
float: left;
}

#twit-ticker {
margin-left: 25px;
}

.twlog div {
font-size: 1em;
color: #000000;
margin-bottom: 10px;
padding: 5px 10px 0px;
border-bottom-width: 1px;
border-bottom-color: #CCCCCC;
border-bottom-style: dotted;
list-style-type: square;
}

.twlog a {
color: #7EA700;
}

.twdate {
font-size: 1.2em;
vertical-align: middle;
padding: 2px;
border-width: 2px;
border-color: #32CCFF;
border-style: solid;
background-color: #e1e1e1;
background-image: url('../../images/admin/imageicon.png');
background-repeat: no-repeat;
background-position: 4px 4px;
}

.twdate a {
color: #444444;
padding-left: 24px;
}

.twdate a:hover {
color: #7EA700;
}

/*SCROLLBAR*/
div.scroll {
color: #555555;
height: 480px;
width: auto;
background-image: url('images/twilogbk.png');
background-repeat: repeat-x;
overflow: auto;
}

