/* index

	typea.css

	- category

----------------------------------------------- */


/* category
----------------------------------------------- */
#clause .types ul li.typea a:hover {
	background: url(../../shared/img/type.gif) no-repeat;
}

#clause .types ul li.typeb a {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 104px;
	background: url(../../shared/img/type.gif) no-repeat -220px -104px;
	text-indent: -9999px;
}

#clause .types ul li.typeb a:hover {
	background: url(../../shared/img/type.gif) no-repeat -220px 0px;
}

#clause .types ul li.typet a {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 104px;
	background: url(../../shared/img/type.gif) no-repeat -440px -104px;
	text-indent: -9999px;
}

#clause .types ul li.typet a:hover {
	background: url(../../shared/img/type.gif) no-repeat -440px 0px;
}
