/* CSS file http://voi.0101.co.jp/voi/top/css/recommendPants.css*/

.recommendPrice {
	font-size: 11px;
	color: #707070;
}
.salesPrice {
	font-size: 11px;
	color: #ff0000;
}



.recommendLink {
	font-size: 11px;
}

.recommendTitle {
	font-size: 11px;
	font-weight:bold;
}

a {
	text-decoration: none;
}
a:link {
	color: #707070;
}
a:visited {
	color: #707070;
}
a:active {
	color: #707070;
}
a:hover {
	color:#aaaaaa;
	text-decoration:none;
}
a.under {
	text-decoration:underline;
}