@charset "utf-8";

/* aside */
#aside {
width:195px;
margin-bottom:20px;
background-color:#EAECEF;
}
#aside h3 {
background:url(../../user_data/packages/default/img/imacbc/category_bg_01.png) repeat-y;
font-size:1.2em;
}
#aside h3 span {
display:block;
padding:7px 7px 7px 15px;
background:url(../../user_data/packages/default/img/imacbc/category_bg_02.png) no-repeat;
}
#aside ul {
padding:8px 18px 7px;
background:url(../../user_data/packages/default/img/imacbc/common_bg_shadow.png) repeat-x;
font-size:1.2em;
}
#aside li {
margin-bottom:3px;
}
#aside .archives {
padding:9px 14px 15px;
background:url(../../user_data/packages/default/img/imacbc/common_bg_shadow.png) repeat-x;
}

/* article */
#article {
}
#article h2 {
margin-bottom:15px;
}

/* each post */
#article .post {
margin:0 11px;
margin-bottom:60px;

}
#article .post .date {
margin-bottom:5px;
}
#article .post h3 {
margin-bottom:10px;
color:#464279;
font-size:1.6em;
}
#article .post .area {
margin-bottom:19px;
padding-bottom:5px;
border-bottom:1px dotted #C0C5CF;
font-size:1.2em;
}

/* WYSIWYG area */
#article .post .body {
border-bottom:1px dotted #C0C5CF;
font-size:1.2em;
padding-bottom:30px;
}
#article .post .body big {
font-size:larger;
}
#article .post .body small {
font-size:smaller;
}
#article .post .body b,
#article .post .body strong {
font-weight:bold;
}
#article .post .body i {
font-style:italic;
}
#article .post .body u {
text-decoration:underline;
}
#article .post .body s,
#article .post .body strike {
text-decoration:line-through;
}
#article .post .body ul,
#article .post .body ol {
list-style-position:outside;
margin-left:2em;
}
#article .post .body ul {
list-style-type:disc;
}
#article .post .body ul li {
padding:0;
border-bottom:none;
}
#article .post .body ol {
list-style-type:decimal;
}
#article .post .body blockquote {
background:#E7ECF4;
border:1px solid #C4D0DA;
padding:9px;
}


/* pagination */
#article .pagination {
padding-top:19px;
}
#article .pagination ul {
font-size:1.2em;
text-align:center;
line-height:1.2;
}
#article .pagination li {
display:inline;
padding:0 14px;
}
#article .pagination ul .prev {
padding-right:13px;
border-right:1px solid #424352;
}
