@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("base.css");
@import url("navi.css");
@import url("common.css");
@import url("font.css");
@import url("contents.css");
@import url("popup.css");

/*カテゴリーにより色や画像を指定する（ナビ関連）*/
#mainR #mainRlnavi {
	background-image: url(../result/img/linebg_pub2.gif);
}
#mainRlnavi a {
	color: #00470A;
	background-image: url(../common_img/arrow_publicity.gif);
}
#localNavi h3 a,.currentCategory a,.currentCategory a:hover  {
	color: #01650E;
}
#mainL #localNavi h3 a {
	background-image: url(../common_img/arrow_publicity.gif);
}
#localNavi .currentCategory {
	background-image: url(../result/img/linebg_pub2.gif);
}
.currentCategory  dl {
	border-right-color: #01650E;
	border-left-color: #01650E;
}
.currentCategory  dt a {
	background-color: #01650E;
}
.currentCategory dd {
	border-top-color: #00630D;
}
.currentCategory dd a {
	background-image: url(../common_img/arrow_publicity_s.gif);
}
.currentCategory dd a:hover {
	background-color: #E8F1E9;
}
.currentCategory .current {
	background-image: url(../result/img/linebg_pub3.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}

/*カテゴリーにより色や画像を指定する（ページ内容）*/

#mainR #h1title {
	border-top-color: #01650E;
}
#mainR #h1title h1 {
	background-color: #01650E;
}
#mainR .tableType1 h2 {
	background-color: #5CAF43;
}
.tableType1 th {
	background-color: #C6ECA5;
}
#mainR .categoryBgBlock {
	background-image: url(../result/img/linebg_pub4.gif);
}

#mainR .textBlock h2 {
	color: #01650E;
	border-left-color: #02BD1A;
}

strong {
	font-weight: bolder;
}
