@charset "UTF-8";
/*▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼*/
#content h2 {
	color: #c8151d;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 45px;
	background-image: url(../img/h2_red.png);
	background-repeat: no-repeat;
	text-indent: 65px;
	width: 640px;
	height: 40px;
	margin: 0 0 5px;
	display: block; }

#content h6 {
	color: #c8151d;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 25px;
	background-image: url(../img/cmp_blu.png);
	background-repeat: no-repeat;
	text-indent: 40px;
	width: 640px;
	height: 40px;
	margin: 0 0 0px;
	display: block; }

/*▼▼▼▼▼▼ 本文_一覧 ▼▼▼▼▼▼*/
.topic {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaa; }
.topic h3 a {
	color: #6e6e6e;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none; }
.topic h3 a:hover {
	color: #c8151d;
	font-weight: bold;
	text-decoration: none; }
#page_navi {
	text-align: center;
	margin: 0 0 10px; }
.list {
	padding-bottom: 5px;
	 }
h3 .date {
	color: #c8151d; }
/*▼▼▼▼▼▼ 本文 ▼▼▼▼▼▼*/
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 8px solid #c8151d; }
#content .title {
	margin: 0 0 10px; }

#content .body a {
	color: #c8151d;
	text-decoration: none; }

#content a:hover {
	color: #c8151d;
	text-decoration: underline; }

