body {
    background-image: url(bgcol.gif);
    margin: 1em;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
/*
    background-image: url(apple.jpg);
    background-position: center right;
    height: 150px;
*/
    color: #000;
    background-color: transparent;

    padding-left: 10px;
    padding-right: 10px;
    border: solid 2px blue;

}

div.main {
    /*margin-right: 200px;*/
    width: 70%;
    float: left;
}

div.day {
    /*background-color: #fff;*/
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-right: 200px;*/
    padding: 10px 20px;
    /*border: solid 1px blue;*/
}

div.day h2 {
    font-size: medium;
    background-image: url(hr.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    /*background-attachment: fixed;*/
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div.body {
}

div.body div.section {
    margin-left: 1em;
    clear: right;
}

div.section {
  margin-left: 3em;
}

div.body div.section h3 {
/*
    border-top: solid 1px blue;
    border-left: solid 1px blue;
*/
    /*margin-left: 0.5em;*/
    font-size: medium;
}

/* for blogkit */
/*
div.body div.section h3:before {
    content: url(kani_section.gif);
}
*/

/* for normal */
span.sanchor {
    background-image: url(kani_section_r.gif);
    padding: 18px 16px 0px 0px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

span.canchor {
/*
    background-image: url(kani_section_b.gif);
    padding: 18px 16px 0px 0px;
*/
    background-position: bottom right;
}

div.body div.section p {
    text-indent: 1em;
}

div.comment {
/*
    border: solid 1px blue;
    padding: 10px 20px;
    margin: 10px 20px;
    font-size: 80%;
    clear: right;
    background-color: #ccc;
*/
	text-align: left;
	line-height: 1em;
	margin: 0em 0em 0em 2em;
	padding: 1em;
	border-style: solid;
	border-color: blue;
	border-width: 1px 0px 1px 1px;
        font-size: 80%;
	background-color: #ccc;
}

div.comment div.caption {
    border-bottom: solid 1px blue;
}

div.comment div.commentshort {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 1em;
    margin-right: 4px;
}

div.comment div.commentshort p {
    margin: 0.5;
}

div.comment div.commentbody {
  margin-left: 4em;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.comment div.commentator {
  margin-left: -2em;
  text-decoration: underline;
}

div.comment div.commentbody p {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

hr.sep {
    display: none;
}

div.calendar {
    border: solid 1px blue;
    padding: 4px 8px;
    font-size: 80%;
    background-color: #ddd;
}

table.calendar {
    margin: auto;
}

div.search {
    text-align: center;
    margin: 4px 8px;
    padding: 4px 8px;
    /*
    border: solid 1px blue;
    background-color: #fff;
    */
}
div.search img {
    display: none;
}

div.adminmenu {
    font-size: 80%;
    clear: both;
}

div.sidebar {
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}

div.footer {
    clear: both;
    font-size: 80%;
    text-align: right;
}

div.refererlist div.caption {
	border-style: solid;
	border-color: blue;
	border-width: 0px 0px 1px 0px;
}

div.referer {
    font-size: 80%;
    text-align: right;
}

div.refererlist {
	background-color: transparent;
	font-size: small;
	text-align: left;
	margin: 0em;
	padding: 0em;
	clear: both;
}

div.form {
    font-size: 80%;
    border: solid 1px blue;
    margin: 10px 20px;
}

div.lm {
    font-size: 80%;
    text-align: right;
}

pre {
    background-color: #ccc;
    border: dashed 1px blue;
    margin-left: 4em;
    padding: 0.5em 1em;
}

blockquote {
    background-color: #bbb;
    border-left: solid 8px blue;
    margin-left: 4em;
    padding: 0.5em 1em;
}

p.readmore {
    font-size: 90%;
    text-align: right;
}

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

div.form div.caption {
        font-size: 90%;
        margin: 0.5em;
}

div.form form.comment {
        font-size: 90%;
}

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

form.comment input {
        background-color: #ddd;
        color: #333;
        margin-left: 1em;
}

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

form.comment textarea {
        display: block;
        background-color: #ddd;
        color: #333;
        margin-left: 1em;
        width: 35em;
        height: 5em;
}

div.button {
        display: block;
        margin-top: 1em;
}

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

form.update input, form.update textarea, form.commentstat input {
        background-color: #ddd;
        color: #333;
}

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;
}

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


