@charset "UTF-8";
/*▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼*/
#content h2 {
	color: #571db8;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 45px;
	background-image: url(../img/h2_purple.png);
	background-repeat: no-repeat;
	text-indent: 65px;
	width: 640px;
	height: 40px;
	margin: 0 0 10px;
	display: block; }
/*▼▼▼▼▼▼ 本文 ▼▼▼▼▼▼*/
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 8px solid #571db8; }
#content h4 {
	color: #571db8;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px; }
#content h5 {
	color: #571db8;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 5px; }
/*▼▼▼▼▼▼ 本文_一覧 ▼▼▼▼▼▼*/
.topic {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaa; }
.topic h3 a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none; }

.topic h3 a:hover {
	color: #571db8;
	font-weight: bold;
	text-decoration: none; }
#page_navi {
	text-align: center;
	margin: 0 0 10px; }
.list {
	padding-bottom: 5px;
	 }
h3 .date {
	color: #571db8; }
.center {
	text-align: center; }
