@charset "utf-8";

/* エントリー全体 */
.blog {
    padding: 4px 8px;
    font-size: small;
    color: #333333;
    background: none;
}

/* エントリー日付 */
.date { 
	margin: 0 0 8px;
	padding-left: 4px;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	line-height: 2.0;
	border-bottom: 2px solid #79B724;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 0 15px;
    color: #333333;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}

/*.entry img {
    display:block;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #666666;
    text-align: center;
}*/

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

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

/* エントリータイトル */
.entry-header {
	margin: 6px 0 10px;
	padding: 4px 4px 4px 26px;
	background: url("/blog/images/title_icon.gif") left top no-repeat;
    line-height: 150%;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.entry-content {
	padding: 4px;
}
.entry-content img {
	margin: 0 3px 0 1px;
	vertical-align: middle;
	border:none;
}

.entry-more {
	margin-top:12px;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #79B724;
    text-align: right;
    color: #36414d;
    font-size: 9px;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin:0 auto 10px;
    text-align: center;
    font-size: 12px;
}

/* サイドメニュータイトル */
.sidetitle {
    margin: 0;
	padding:6px;
    color: #FFFFFF;
	font-weight:bold;
	letter-spacing: 1px;
	background: url("/blog/images/blog_sidetitle.gif") no-repeat;
}

/* サイドメニュー */
.side {
    margin: 0 0 15px;
	padding:6px;
	border-right:1px solid #B1D53F;
	border-bottom:1px solid #B1D53F;
	border-left:1px solid #B1D53F;
    background: none;
    color: #333333;
    font-size: 12px;
    /*_font-size: 9px;*/
    line-height: 150%;
}
.side dt {
	margin: 0 0 3px;
	padding:0 0 0 12px;
	background:url(../images/list_icon.gif) no-repeat 0 0.5em;
	line-height: 140%;
}
.side dt a {
	font-weight:bold;
}
.side dd {
	margin: 0 0 8px 12px;
	padding: 0;
	line-height: 130%;
}
.side dd span {
	font-size:10px;
}
.side dd span img {
	margin: 1px 0 0 2px;
	vertical-align: middle;
	border:none;
}
.side .bottom .rss {
	float:left;
	text-align:left;
}
.side .bottom .rss img {
	margin:0 3px 0 0;
	vertical-align:middle;
}
.side .bottom .goto_blog {
	float:right;
	text-align:right;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

.side ul,
.side ol {
	padding-left: 18px;
}
html>body .side ul {
	padding-left: 14px;
}
.side ul li {
	list-style-type: circle;
}
.side ul li ul {
	padding-left: 0px;
}
.side li li {
	list-style-type: none;
}

