@charset "utf-8";

/* posts box */
#posts {
display:inline;
float:left;
width:610px;
margin-left:25px;
}

/* each post box */
#posts .post {
position:relative;
height:100%;
margin-bottom:29px;
padding-top:2px;
padding-bottom:24px;
border-bottom:1px dotted #999;
background:url(../img/report_bg_01.png) no-repeat;
}
#posts h2 {
margin-bottom:14px;
padding:3px 15px;
background:url(../img/report_bg_04.png);
font-size:1.4em;
font-weight:bold;
}
#posts .post h3 {
min-height:33px;
height:auto !important;
height:33px;
margin-bottom:20px;
padding:10px 9.8em 0 14px;
background:url(../img/report_bg_02.png) left bottom no-repeat;
color:#300;
font-size:1.4em;
font-weight:bold;
}
#posts .post p {
margin-bottom:20px;
font-size:1.4em;
}
#posts .post p.date {
position:absolute;
top:10px;
right:14px;
margin-bottom:0;
}
#posts .post span.image-left {
float:left;
padding-left:15px;
}
#posts .post span.image-right {
float:right;
padding-right:15px;
}
#posts .post span.image-left img,
#posts .post span.image-right img {
width:280px;
}

/* sidebar box */
#sidebar {
display:inline;
float:right;
width:265px;
margin-right:25px;
}
#sidebar h2 {
margin-bottom:20px;
}

/* calendar */
#sidebar p.cal-nav {
margin-bottom:15px;
font-size:1.4em;
text-align:center;
}
#sidebar table {
width:100%;
margin-bottom:24px;
border-bottom:1px dotted #999;
font-size:1.4em;
text-align:center;
}
#sidebar th,
#sidebar td {
padding:3px;
}
#sidebar th {
font-weight:bold;
}
#sidebar th.sunday {
color:#f00;
}
#sidebar th.saturday {
color:#69c;
}
#sidebar td.current {
color:#B8213C;
font-weight:bold;
}
#sidebar td a {
text-decoration:underline;
}
#sidebar tfoot td {
padding:0;
}

/* category & resent posts list */
#sidebar ul {
margin:0 9px 19px;
border-bottom:1px dotted #999;
padding-bottom:15px;
font-size:1.4em;
}
#sidebar ul li {
height:100%;
margin-bottom:5px;
padding-left:11px;
background:url(../img/report_bg_03.png) left 0.4em no-repeat;
}

/* backnumber */
#sidebar select {
display:block;
width:180px;
margin:0 auto;
font-size:1.4em;
}
