/* BLOG用 Document */

/* エントリー */
.entry {
    width: 485px;
    margin: 0 5px 15px;
    color: #36414d;
    background: #ffffff;
	background:url(/img/wallmiddle.gif);
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}

.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* エントリータイトル */
.entry-header {
	width:485px;
    margin-top:0px;
	padding:15px 10px 20px 10px;
	background:url(/img/walltop.gif) no-repeat;
}

h2.header-text a {
    color: #444;
    font-size: 15px;
    font-weight: bold;
}


.header-text img {
	margin-top:3px;
	margin-right:5px;
	margin-bottom:0;
	float:left;
}

/* エントリー本文 */

.entry-content{
	width:485px;
	padding:0 10px;
	padding-left:25px;
}

.entry-body{
	width:450px;
}

.entry-more{
	width:450px;
}

/* 投稿者 */
.entry-footer {
	width:485px;
	margin-botom:20px;
	padding-bottom:10px;
	padding-right:15px;
	text-align: right;
	color: #36414d;
	font-size: 9px;
	background:url(/img/wallbottom.gif) no-repeat left bottom;
}

.entry-content a,
.entry-footer a {
	color: #844440;
}

.entry-content a:hover,
.entry-footer a:hover {
    color: #006699;
    text-decoration: underline;
	border:none;
}


/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

.date { 
    margin: 6px 5px 20px;
    padding: 1px 0 1px 5px;
	width:485px;
    font-size: 11px;
    font-weight: bold;
}

/* トラックバック */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #a52c00;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 6px 0px 20px;
    padding: 1px 0 1px 5px;
	width:485px;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 5px;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #a52c00;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}


/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url {
   width: 300px;
}

#comment-author, #comment-email, #comment-url {
   width: 300px;
   height:25px;
}

#comment-text {
    width: 380px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
	width:485px;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* side_bar */
#pr_search {
	width:100px;
	height:20px;
	}

#pr_btn {
	width:40px;
	height:25px;
	color:#fff;
	background:#c60;
	text-align:center;
	}

/* left_bar */
#blog_left {
	float:left;
	width:170px;
	background:#ffe url(/img/back_menu.gif);
	margin:0 5px;
	border:solid 1px #ffd
}

#blog_left .blog_div a {
	color: #844440;
}

#blog_left .blog_div a:hover {
    color: #006699;
    text-decoration: underline;
	border:none;
}

.blogtitle {
	color:#ffe;
	font-weight:bold;
	font-size:13px;
  _font-size:12px;
	background:url(/img/sidetitle_03.gif) no-repeat;
	border-bottom:1px solid #260000;
	padding:3px 0 3px 13px;
	margin:5px 10px 0 5px;
　line-height: 140%;
	border-bottom:1px solid #a5a08e;
}

#blog_left .blog_div{
	margin:0 10px 10px 5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	background:#fff;
	border:1px #ddd solid;
  font-size: 12px;
  _font-size: 11px;
  line-height: 150%;
}

.blog_div #categories ul {
	padding-left: 4px;
}

.blog_div #categories ul ul {
	padding-left: 8px;
}

.blog_div #categories li {
	list-style-type: circle;
}

.blog_div select {
	width:130px;
}