@charset "UTF-8";
 /* 左サイドサブナビゲーション */
#side ul.topics {
	list-style-type: none;
	margin-left: 20px;
	width: 220px;
	background-image: url(../img/topilist_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
#side ul.topics a {
	display: block;
	height: 22px;
	width: 192px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/topics_list_bg.png);
	background-repeat: no-repeat;
	margin-left: 8px;
	padding-top: 8px;
	padding-left: 12px;
	margin-bottom: 4px;
}
#side ul.topics a:link {
}
#side ul.topics a:visited {
}
#side ul.topics a:hover {
	color: #26a995;
	background-image: url(../img/topics_list_bg_on.png);
	background-repeat: no-repeat;
}
#side ul.topics a:active {
	color: #26a995;
	background-image: url(../img/topics_list_bg_on.png);
	background-repeat: no-repeat;
}

 /* 見出しグリーンに */
div#main h2 {
	background-image: url(../img/midasi_g.gif);
	background-repeat: no-repeat;
	color: #2abd97;
}
div#main h2 em {
	font-style: normal;
	font-weight: normal;
	color: #2abd97;
}
