/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    padding-left: 8px;
    color: #666666;
    background: transparent;
    font-size: 83.3%;
    font-weight: normal;
    line-height: 2.0;
}
/* ブログ記事日付 */
.date {
    padding-left: 8px;
    color: #999999;
    background: transparent;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0px 0px;
    padding: 15px 0 15px 60px;
    background: url(achami_normal.jpg) no-repeat;
    font-size: 120%;
    font-weight: normal;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}
.entry-content {
    width: 100%;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px #d3d3d3 dotted;
    background: #f7f7f7;
    font-size: 90%;
    line-height: 1.7;
}

/* 引用文タイトル */
.quotetitle { 
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* タイトル下カテゴリ */
.entry-cat {
    background-color: transparent;
    margin: 0px 0px 10px 0px;
    padding-top: 0px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* 投稿者 */
.entry-footer {
    margin: 15px 0px 30px 0px;
    padding-top: 3px;
    border-top: 0px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}
/* readmore */
.ajax-entry-more-link {
    font-size: 80%;
}
/* ページ分割 */
.PageBute {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 0px dotted #36414d;
    font-size: 83.3%;
    text-align: center;
}
/* info */
.info {
    margin: 10px 0 10px 0px;
    padding: 0px 0 0px 20px;
    color: #666666;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 1.8;
}

.info a:link		{ color: #a7d28d; background-color: transparent; }
.info a:visited	{ color: #669999; background-color: transparent; }
.info a:active	{ color: #000000; background-color: transparent; }
.info a:hover	{ color: #66cc00; background-color: transparent; }

.info ul,
.info ol {
   list-style-image: url("common/infodot.gif")
}

/* form */
.formtitle {
    margin: 10px 0 0px 0px;
    padding: 0px 0 0px 0px;
    color: #666666;
    font-size: 105%;
    font-weight: bold;
    line-height: 1.8;
}
.formtext {
    margin: 0px 0 15px 0px;
    padding: 0px 0 0px 0px;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.8;
}