@charset "utf-8";
/* Theme01 レッド */

/* header
++++++++++++++++++++++++++++++*/
header h1{border-bottom:3px solid #8C0000;}

/* index
++++++++++++++++++++++++++++++*/
#title-index-blog{
	color:#FFF;
	font-weight:bold;
	background:#8C0000;
}

/* title
++++++++++++++++++++++++++++++*/
.square-top,.square-bottom{display:none;}

/* individual
++++++++++++++++++++++++++++++*/
#entry-body h2{
	border-bottom:2px dotted #8C0000;
}
#entry-body table th{background:#ECE9F7;}
.related-box h2{
	color:#FFF;
	font-weight:bold;
	background:#8C0000;
}

/* side
++++++++++++++++++++++++++++++*/
.side-box h2{
	color:#FFF;
	background:#8C0000;
}
.side-box h3{
	color:#8C0000;
}
