@charset "UTF-8";
.alignleft {float: left;}
.alignright {float: right;}
/* メイン */
#content {
 width: 530px;
 float: left;
}
#content .navigation {margin-bottom:1em;}
#content .navigation a {
 color: #303030;
 text-decoration: none;
}
#content .navigation a:hover {
 color: #993030;
 text-decoration: underline;
}
#content .post {clear: both;}
#content .post small {color: #e0e0e0;}
#content h2.pagetitle, 
#content .post h2 {display:none;}
#content .post h3 {
 margin: 1em 0;
 color: #303030;
}
#content .post h3 small {
 font-size: 60%;
 color: #606060;
}
#content .post p {margin: 1em;}
#content .post ol,
#content .post ul {
 list-style: circle;
 margin: 1em 2em;
}
#content .post ul li {
 text-indent: 0;
}

#content .post .entry {}
#content .nocomments,
#content .post .postmetadata {display:none;}

/* サイド */
.topics {
 width: 170px;
 float: right;
}
.topics #sidebar ul {
 list-style:none;
}
.topics #sidebar li.widget {
 display:block;
 border: 1px solid #97cd4e;
 background: #cde88b;
 padding: 4px;
 margin-bottom: 10px;
}
.topics #sidebar li.widget h2.widgettitle {
 font-size: 100%;
 font-weight: bold;
 background: none;
 text-indent: 0em;
}
.topics #sidebar li.widget ul {}
.topics #sidebar li.widget ul li {
 font-size: 95%;
 line-heigh: 1.1em;
 margin-bottom: 4px;
}
.topics #sidebar li.widget ul li a {}
.topics #sidebar li.widget ul li a:hover {}
