﻿@charset "utf-8";
a {
	text-decoration: none;
	color: #696969;
}
a:hover {
	color: #696969;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
*{
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#art_list a  {
	text-decoration: none;
	color: #696969;
	height: 20px;;
	width: 80px;
}
#art_list a:hover span{
	color: #696969;
	text-decoration: underline;
	height: 20px;;
	width: 80px;
	background-color: #0099FF;
}
#art_list a:visited span{
	height: auto;
	width: 100%;
	text-decoration: none;
}