﻿@charset "utf-8";

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


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

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

