@charset "UTF-8";
/* CSS Document */

.picbox {
	border: 1px solid #000;
	font-family: "Comic Sans MS", cursive, Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.picbox a:hover{
	text-decoration: underline;
	color: #999;
}
.navOn {
	font-family: "Comic Sans MS", cursive, Verdana, Geneva, sans-serif;
	color: #FF9;
	text-decoration:none;
	font-weight: bold;
}
.desc {
	font-size: 10px;
	text-decoration: none;
	color: #000;
}
.desc a:link{
	font-size: 10px;
	text-decoration: none;
	color: #000;
}
.desc a:visited{
	text-decoration: none;
	color: #000;
}
.desc a:hover{
	text-decoration: underline;
	color: #999;
}
.desc a:active{
	text-decoration: none;
	color: #000;
}

.price {
	text-decoration: none;
	color: #000;
}
.price a:link{
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.price a:visited{
	text-decoration: none;
	color: #000;
}
.price a:hover{
	text-decoration: underline;
	color: #999;
}
.price a:active{
	text-decoration: none;
	color: #000;
}
#hider            {
	visibility: hidden;
}
.hider            {
	background-image: url(im/loading/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
