@charset "UTF-8";

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

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

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

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