﻿@charset "utf-8";

.container header, .container header a,
.content h2, .content h3, .sidebar1 aside h3 { color: #FFF; }
.container header { background-color: #00B0EA; }
.content h2, .content h3, .sidebar1 aside h3 { background-color: #00B0EA; }


/* カテゴリー一覧 */
.sidebar1 ul.sidemenu > li > a,
.section_inner ul.category > li > a {
	background: url(../../images/arrow/blue.png) no-repeat 2px 11px;
}
.section_inner ul.category li .children li a {
	background: url(../../images/arrow/blue02.png) no-repeat 4px 8px;
}

.content .posttitle { border-left: 5px solid #00B0EA; }

