/*未訪問*/
a:link {
	text-decoration: underline;
	color:#F70074;
}
/*マウスオーバー時*/
a:hover {
	text-decoration: underline;
	color:#FE56B7;
}
/*訪問済み*/
a:visited {
	text-decoration: underline;
	color:#F23984;
}
/*打ち消し線*/
.line {
	text-decoration: line-through;
}
/*テキスト装飾*/
.subtitle {
	color: #FF0099;
}
.subtitle-bold {
	color: #FF0099;font-weight: bold;
}
.shopping  {
	font-size: 10px;
	}
.title  {
	font-size: 14px;
	color:#FF0099;
	font-weight: bold;
	}
img {
border: 0px;
}