@charset "UTF-8";

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

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

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

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