﻿@charset "utf-8";

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

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

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

