/* This is the StyleCatcher theme addition. Do not remove this block. */
/* @import url(http://www.spicebox.jp/mt-static/themes/base-weblog.css); */
/* @import url(http://www.spicebox.jp/mt-static/themes/mt-modoki/mt-modoki.css); */
/* end StyleCatcher imports */

.entry-body
{
   font-size: 14px;
}

.date-header
{
   background-color: orange;
}

.module-header
{
   background-color: brown;
}

.trackback{
  margin-top:10px;
}

.module-content p{
  margin-top:10px;
}

body.blog #side .archive_block ul{
	margin:0px;
}
body.blog #side .archive_block li{
	margin:7px 0 0;
	border-bottom:#eee solid 1px;
	background:url(http://labs.spicebox.jp/common/images/ico_arw02.gif) 2px 5px no-repeat;
	line-height:1.1;
}
body.blog #side .archive_block li a{
	padding:0 0 7px 15px;
	color:#000;
	text-decoration:none;
	width:160px;
	display:block;
}
body.blog #side .archive_block li a:hover{
	color:#ff4300;
	text-decoration:underline;
}

.comment-content {
        border: 1px solid black;
        padding: 5px;
}
.comment-header{
        background-color:black;
        color:white;
        font-weight:bold;
}
.comment-inner{
        margin-bottom:10px;
}

.trackback-content {
        border: 1px solid black;
        padding: 5px;
}
.trackback-footer{
        background-color:black;
        color:white;
        font-weight:bold;
        margin-bottom:10px;
}

strong{
        font-weight:bold !important;
        font-size: 14px !important;
        color: red !important;
}

b{
        font-weight:bold !important;
}

