@charset "UTF-8";

/* ------ タイトルBox1 ------ */

#body #mainarea #titlebox01 h2 {
	background: transparent url("/solutions/img/title_h2.jpg") no-repeat;
}

/* ------ メイン／インデックス01／ナビBox04（主にソリューションズ） ------ */


#body #mainarea #index01 #navibox04 ul li {
	color: #498125;
}
#body #mainarea #index01 #navibox04 ul li.on {
	background-color: #82cf4f;
	color: #ffffff;
}

/* ------ リンク設定 ------ */

a:link {
	color: #498125;
	text-decoration: none;
}
a:visited {
	color: #498125;
	text-decoration: none;
}
a:active {
	color: #498125;
	text-decoration: none;
}
a:hover {
	color: #498125;
	text-decoration: underline;
}
