@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #fff;
}

body {
	color: #666;
	font: 12px Verdana, sans-serif;
	line-height: 18px;
}

a, img, a img {
	text-decoration: none;
	border: none;
}

a:link, a:visited {
	color: #666;
}

a:hover, a:active {
	color: #666;
	border-bottom: 1px dotted #666;
}

ul {
	margin: 5px 0;
	list-style: square inside url('item.gif');
}

.category {
	margin-bottom: 30px ;
}

.contents {
	clear: both;
}

.contents .images {
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}

.contents .images img {
	border: 1px solid #999;
}

.contents .name {
	font-weight: bold;
}

.contents .quotation {
}

