@charset "utf-8";
/* (C) galle.jp */

@import "common.css";

/* blog */
#blog {
width:585px;
}
#blog h2 {
padding-left:32px;
line-height:30px;
background:url(../images/blog/ar_category.gif) no-repeat;
font-size:18px;
color:#94A835;
}

.entry {
padding-bottom:50px;
margin:20px 20px 0;
width:545px;
}
.entry h3 {
padding:0 0 5px 18px;
line-height:26px;
background:url(../images/blog/bar_entry_title.gif) no-repeat;
}
.entry h3 a {
font-size:14px;
}

.date {
padding-bottom:20px;
text-align:right;
}

.entry_m {
margin:0 18px 20px;
width:509px;
line-height:16px;
}
.entry_m p {
padding-bottom:8px;
}

.more_link {
padding-bottom:20px;
text-align:right;
}

.entry_f {
text-align:right;
background:url(../images/blog/dot_line.gif) repeat-x 0 top;
}
.entry_f ul {
padding-top:5px;
}
.entry_f ul li {
display:inline;
padding:0 10px 0 5px;
border-right:1px solid #3C4F08;
}

#entry_detail {
width:565px;
margin:0 10px 20px;
}
#blog #entry_detail h2 {
padding:0 0 5px 18px;
line-height:26px;
background:url(../images/blog/bar_entry_detail_title.gif) no-repeat;
}
#entry_detail .entry_m {
margin:0 18px 20px;
width:529px;
}
#entry_detail .entry_more {
margin:0 18px 20px;
width:529px;
line-height:16px;
}
#entry_more p {
padding-bottom:8px;
}

.page_bute {
text-align:center;
padding-bottom:20px;
font-size:14px;
}
.page_bute a {
font-size:14px;
}

/* calendar setteing */
#calendar {
width:200px;
}
.calendarhead {
padding-bottom:5px;
font-size:12px;
letter-spacing:0.2em;
}
#calendar table {
padding:0;
border-collapse:collapse;
}
#calendar th {
padding-bottom:3px;
text-align:center;
font-size:12px;
width:28px;
}
#calendar td {
padding:2px 0;
text-align:center;
font-size:12px;
line-height:120%;
}
.today {
display:block;
border:1px solid #444444;
}
.sunday,.holiday,.holiday a:link,.holiday a:visited {
color:#e50003;
}
.saturday,.saturday a:link,.saturday a:visited {
color:#0000ff;
}


/* side setteing */
#category,#archive {
margin-top:15px;
width:200px;
}
#day {
width:200px;
}
#category h3,#archive h3,#day h3 {
height:50px;
text-indent:-9999px;
}
#category h3 {background:url(../images/blog/bar_side_blog_cate.gif) no-repeat;}
#archive h3 {background:url(../images/blog/bar_side_blog_archive.gif) no-repeat;}
#day h3 {background:url(../images/blog/bar_side_blog_calender.gif) no-repeat;}

#category ul,#archive ul {
padding:0 5px 0 18px;
}
#category ul li,#archive ul li {
padding:0 0 6px 18px;
background:url(../images/blog/folder.gif) no-repeat;
}

#rss {
margin:20px 0 30px;
width:200px;
}
#rss ul {
text-align:center;
}
#rss ul li {
display:inline;
padding:0 5px 0 18px;
background:url(../images/blog/rss.png) no-repeat;
}


/* comments */
#comments {
padding-top:40px;
margin:0 10px 30px;
width:565px;
}
#comments h3 {
padding:0 0 5px 30px;
line-height:18px;
background:url(../images/blog/ar_comment.gif) no-repeat 0 2px;
margin-bottom:15px;
font-size:14px;
color:#3B2213;
}

#comments_open {
margin-top:20px;
}
#comments #comments_open h3 {
padding:0 0 5px 0;
line-height:18px;
background:url(../images/blog/bar_commnet.gif) no-repeat 0 2px;
margin-bottom:15px;
text-indent:-9999px;
}

.comments-content {
padding:0 18px 10px;
margin-bottom:10px;
}
.comments-content .comment {
padding:0 0 10px;
margin-bottom:20px;
}
.comment-content {
padding:5px 20px 0 29px;
line-height:18px;
}

#comment_form {
padding-left:30px;
}
#comment_form dt {
padding-bottom:10px;
line-height:18px;
font-weight:bold;
color:#350900;
width:100px;
float:left;
clear:left;
}
#comment_form dd {
padding-bottom:10px;
}

#comment-author,#comment-email,#comment-url {
width:180px;
}
#comment-text {
width:410px;
height:150px;
}

#comment-form-reply {
padding-left:100px;
}

#comments-open-captcha {
padding:0 0 10px 130px;
}
#comments-open-captcha img,#comments-open-captcha input {
margin-bottom:5px;
}

#comments_ftta {
padding-left:130px;
}

.comment {
margin:15px 0;
}

.comment-header {
padding-bottom:5px;
margin:0 12px;
width:545px;
background:url(../images/blog/dot_line.gif) repeat-x 0 bottom;
}
.comments-content .comment .comment-header {
padding-bottom:5px;
margin:0 12px;
width:505px;
background:url(../images/blog/dot_line.gif) repeat-x 0 bottom;
}


