/*未訪問*/
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;
}


/*小塚編集*/
.boxa{
	
}
.photo {
	float: left;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:50px;
}.eria {
	clear: both;
	float: none;
	width: auto;
	margin-top:30px;
	margin-bottom:50px;
}
.boxa {
	margin: 50px;
}
#aa{
padding:25px;
}
