/*マウスオーバー変化*/
.imgArea	{ width: 100%; margin-bottom: 30px; }
.imgArea:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }
.imgArea li	{ list-style-type: none; float: left; margin-right: 10px; }
.imgArea a	{
	text-decoration: none;

}
.imgArea a:hover	{
	text-decoration: none;

}
