@charset "UTF-8";

/* page common style */
* {
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    line-height: 1.4em;
}

/* tag common style */
body {
    background-color: #ffffff;
    color: #000000;
    position: relative;
    font-size: 12px;
    word-spacing: 3px;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sane-serif;
    text-align: center;
}

form {
    margin: 0;
}

img {
    border: 0;
    padding: 2px;
}

a {
    color: #0000ff;
    text-decoration: underline;
}

a:link {
    color: #0000ff;
}

a:visited {
    color: #0000ff;
}

a:active {
    color: #ffff00;
}

address {
    margin: 10px;
    text-align: left;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
    font-size: 10px;
    font-style: italic;
}

h1.title, div.title {
    margin: 5px;
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
}

h1.title a:link, div.title a:link {
    text-decoration: none;
    color: #696969;
}

h1.title a:visited, div.title a:visited {
    text-decoration: none;
    color: #696969;
}

h1.title a:active, div.title a:active {
    text-decoration: none;
    color: #696969;
}

h3.title {
    padding: 5px;
    margin: 15px 5px 5px 5px;
    border-left: 2px solid #c0c0c0;
    border-bottom: 3px solid #c0c0c0;
}

div.title {
    padding: 0px;
}

ul.sub {
    width: 90%;
    height: 200px;
    overflow: scroll;
    /* white-space: nowrap; */
    margin: 0px;
    padding: 5px;
}

ul.noscroll {
    width: 85%;
    margin: 0px;
    padding: 5px;
}

ul li {
    list-style-type: none;
    line-height: 1.1;
    margin-top: 3px;
    margin-bottom: -3px;
    padding: 3px 5px 1px 5px;
}

dl {
    display: block;
    line-height: 1.2;
    margin: 0 0 0 1em;
}

dt {
    margin: 1em 0 1em 0;
    padding: 0;
    border-bottom: 1px dotted black;
    font-weight: bold;
}

dd {
    margin: 0 0 2em 0;
    padding-left: 1.5em;
    line-height: 1.5;
}

dd p {
  line-height: 1.5;
}

/* id style */
#container {
    margin: 0 auto 0 auto;
    width: 890px;
    text-align: left;
}


#header {
    float: none;
    clear: both;
    width: 870px;
    margin: 5px;
    border-top: 1px solid #696969;
    border-bottom: 2px inset #696969;
    border-right: 2px inset #696969;
    border-left: 1px solid #696969;
}

#navi {
    float: left;
    width: 160px;
}

#content {
    float: left;
    position: relative;
    margin: 5px;
    padding: 5px;
    width: 550px;
}

#link {
    float: left;
    width: 160px;
}

#footer {
    float: none;
    clear: both;
}

#firefox {
    text-align: center;
    vertical-align: middle;
}

/* class style */
.cls {
    clear: both;
}

.top {
    background-color: #808080;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1;
    padding-top: 3px;
    padding-bottom: 5px;
    margin: 5px;
}

.link {
    cursor: pointer;
}

.body {
    margin: 5px 20px;
    padding-bottom: 12px;
}

.time {
    background-color: #808080;
    color: #ffffff;
    margin-top: 3px;
    padding: 3px;
}

.posted {
    margin: 3px;
    padding: 4px;
    border-bottom: 1px dotted #c0c0c0;
}

.tag {
    margin: 3px;
    padding: 4px;
    border-bottom: 1px dotted #c0c0c0;
}

.trackback {
    margin: 3px;
    padding: 4px;
    border-bottom: 1px solid #c0c0c0;
}

.ad {
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.pagelinks {
    background-color: #ffffff;
    color: #808080;
    padding: 5px;
    margin: 5px;
    display: block;
    border-top: none;
    border: 1px dotted #999fff;
    text-align: center;
}


.pagelinks a {
    padding: 0.1em 0.4em;
    margin: 2px;
}

.blink {
    text-decoration: blink;
}

.box {
    color: #33ff33;
    background: #000000;
    margin: 3px;
    padding: 2px;
    line-height: 90%;
    border: solid 1px #c0c0c0;
}

.readme {
    background-color: #ffeeaa;
    color: #000000;
    line-height: 95%;
    padding: 8px;
    margin: 5px;
    border: 1px solid #c0c0c0;
}

.photobox {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blogpeople-main {
    width: 90%;
    height: 200px;
    overflow: scroll;
    /* white-space: nowrap; */
    margin: 0px;
    padding: 5px;
}

.header_left {
    float: left;
    margin: 0px;
    padding: 0px;
}

.header_right {
    float: right;
    margin: 0px;
    padding: 0px;
}


/* comment */
fieldset {
    margin: 10px 0;
    border-width: 0;
    padding: 0;
}

fieldset .setting {
    overflow: hidden;
    width: 100%;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #e4ebda;
    padding-bottom: 10px;
}

fieldset .label {
    float: left;
    width: 90px;
    margin: 4px 5px 0 5px;
    color: #333000;
    text-align: right;
}

fieldset .field {
    float: left;
    width: 445px;
    margin: 0;
}

fieldset .field p {
    margin: 3px 0;
    padding: 1px 0 0 0;
    line-height: 1.2;
    color: #666000;
}

