はいいきてます

昨日はもう何もする気が起きず飲まず食わずで寝ておりました。
今晩実家に帰る予定。

body {
    color: black;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    background-image: url("http://suchi.srs.ne.jp/today/wio2002/warisover320x240en.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
}

a {
    color:#000;
    text-decoration: none;
}

a:hover {
    background-color: #ccc;
}

span.highlight {
    color: black;
    background-color: yellow;
}

img.photo {
    float: right;
    margin: 30px;
    border: 0;
}

h1,h2,h3 {
    font-family: Helvetica,sans-selif;
    font-weight: bold;
    letter-spacing: -0.07em;
}

h1 {
    text-align: left;
    font-size: 200%;
    font-weight: bold;
    font-family: Helvetica,sans-selif;
    letter-spacing: -0.07em;
    margin-top: 100px;
    margin-bottom: 40px;
    margin-left: 5%;
    margin-right: 5%;
}

h2 {
    text-align: right;
}

h2 span.date {
    font-size: 170%;
    letter-spacing: -0.07em;
    margin: 5px 0 0 0;
}

h2 span.title {
    font-size: 100%;
    font-style: normal;
}

h3 {
    font-size: 170%;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3 span.timestamp {
    font-weight: bold;
    font-size: 70%;
}

div.calendar {
    text-align:right;
    margin: 0% 5% 0% 5%;
    font-size:50%;
}

div.day {
    margin: 0% 5% 0% 5%;
    padding: 4px;
}


div.body {
    font-size: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3px 10px 3px 10px;
    line-height: 1.5;
}

div.section {
    margin-top: 2%;
    margin-bottom: 2%;
}

div.day span.sanchor {
    display:none;
}

div.day span.canchor {
    display:none;
}

div.day p {
    margin-bottom: 0.5%;
    margin-top: 0.5%;
    text-indent: 1em;
}

div.section p {
    padding-top: 0.2%;
    padding-bottom: 0.2%;
}

div.comment {
    font-size: 90%;
    line-height: 1.5;
}

div.comment p {
    margin-left: 0em! important;
    text-indent: 0em
}


div.referer {
    font-size: 90%;
    border-top: #5279e7 1px solid;
    border-bottom: #5279e7 1px solid;
    text-align: right;
    line-height: 1.5;
}

div.refererlist {
    font-size: 90%;
    margin: 0px;
    padding: 0px;
}

div.refererlist ul {
    background-color: #eee;
    padding: 5px;
    margin: 0;
    list-style-type: circle;
    list-style-position: inside;
}

div.refererlist ul ul {
    background-color: #edf1fd;
    padding: 0;
    margin: 0 0 0 5%;
    list-style-type: disc;
    list-style-position: inside;
}

div.caption {
    margin: 8px 0 0 0;
    text-align:right;
    font-size:75%;
}

div.footer {
    color: #cccccc;
    margin: 5px;
    font-size: 80%;
    text-align: center;
}

div.footer a {
    color: #cccccc;
}

div.form {
    font-size: 90%;
    line-height: 1.5;
    margin: 1% 5% 1% 5%;
    padding: 1%;
    text-align: center;
}

div.form form {
    width: 100%;
}

input.field {
    color: #06040F;
    background-color: #ffffff;
    text-indent: 0em ! important;

}

input.select { 
    text-indent: 0em ! important;
}

textarea {
    width: 80%;
    height: 50%;
    font-size: 90%;
    color: #06040F;
    background-color: #ffffff;
    text-indent: 0em ! important;
}

p.message {
    color: red;
    background-color: #ffffff;
    font-size: 100%;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: center;
}

pre {
    background-color: #eee;
    padding: 8px;
}

div.body dl {
    margin-left: 2em;
}

div.body dt {
    font-weight: bold;
    margin-bottom: 0.2em;
}
div.body dd {
    margin-left: 1em;
    margin-bottom: 0.5em;
}

div.body blockquote {
    background-color: #eee;
    margin: 1% 2%;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

cite {
    display: block;
    padding-top: 1.2em;
    text-indent: 3em;
    font-size: 90%;
}

cite:before{
    content: 'from  ?00AB';
}

cite:after{
    content: '?00BB';
}

div.section blockquote p {
    margin-left: 0em;
    text-indent: 0em
}

pre,code {
    background-color: #eee;
    margin: 20px;
    padding: 10px;
    font-family: Monaco, Courier, monospace;
    font-size: 75%;
}

/*
ツッコミ省略版本文
 */
div.commentshort {
    margin-bottom: 10px;
}

span.commentator {
    display:none;
}

div.commentshort p {
    margin: 0.2em 0 0.2em 0;
    text-align: right;
    line-height: 2em;
}

/*
ツッコミ本体
 */
div.commentbody {
    margin: 0.5em;
    line-height: 1.2em;
}

/*
ツッコミした人の情報
 */
div.commentator {
    line-height: 1.5em;
    font-weight: bold;
}

/*
ツッコミ本文
 */
div.commentbody p {
    margin: 0.5em;
}

/*
フォームの設定
 */
div.form form {
    margin: 0em;
}

div.field {
    display: inline;
    margin-right: 2em;
}

form.comment input {
    background-color: #ffffff;
    color: #06040F;
}

div.textarea {
    display: block;
    vertical-align: top;
    text-align: center;
}

form.comment textarea {
    display: block;
    background-color: #ffffff;
    color: #06040F;
    width: 30em;
    height: 5em;
    margin-left: auto;
    margin-right: auto;
}

div.button {
    display: block;
}

/*
更新フォーム
 */
form.update {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
    background-color: #ffffff;
    color: #06040F;
}

form.update span.field {
    display: inline;
    margin-left: 0em;
    margin-right: 0.5em;
}

form.update div.field.title {
    display: block;
    margin-top: 1em;
}

form.update div.field.title input {
    margin-left: 0.5em;
}

form.update div.textarea {
    display: block;
    margin-top: 1em;
    text-align: center;
}

form.update textarea {
    display: block;
    margin-bottom: 1em;
    width: 35em;
    height: 15em;
    margin-left: auto;
    margin-right: auto;
}

form.update span.checkbox.hidediary {
    margin-left: 1em;
}

div.day.update div.comment {
    text-align: center;
}

/*
ツッコミ状態変更フォーム
 */
div.comment form{
    margin-top: 0em;
}