@charset "utf-8";
/* Theme02 ブルー */

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

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

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

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

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