@charset "UTF-8";

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

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

/* ------ メイン／インデックス01／ナビBox03（主にプロダクト） ------ */

#body #mainarea #index01 #navibox03 ul li {
	width: 292px;
}
#body #mainarea #index01 #navibox03 ul li a {
	width: 257px;
}

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

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