@charset "utf-8";

/* CSS Document */
.descri {
	margin-left:3em;
	font-size:0.8em;
	font-weight: normal;
}

#galleryIndex {
	margin:0px auto;
	width:580px;
}

#galleryIndex ul {
	display:inline;
	width: 580px;
	float: left;
	padding-left: 10px;
}

#galleryIndex li {
	width:250px;
	display:block;
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 10px;
	border:dotted 1px #666666;
	padding:3px;
}
#galleryIndex h2 {
	font-size:1.3em;
	font-weight:bold;
}
#galleryIndex a{text-decoration:none;}
#galleryIndex a:hover{text-decoration:underline;}
#leftBox p {
	padding:1em 2em 1em 0.5em;
	margin-bottom:1em;
}
#stocklist a:hover{
position:relative;
top:-1px;
}