<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.btn_item a, .btn_item a:hover {
	background: url(../images/navi.gif) no-repeat -160px -40px;
}
.itemmenu {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
}
/*-----インデックス-------*/
.itemcategory {
	width: 710px;
	margin-bottom: 10px;
	overflow: auto;
	float: left;
}
/*-----カテゴリ内-------*/
.item {
	width: 220px;
	height: 350px;
	margin: 10px;
	float: left;
	border: #202020 solid 1px;
}
.itemleft {
	width: 220px;
	height: 350px;
	margin: 10px;
	float: left;
	clear:both;
	border: #202020 solid 1px;
}


.itemphoto {
	width: 210px;
	height: 210px;
	margin: 5px;
	background: #f9f3e7;
	float: left;
}
.itemlist {
	line-height: 20px;
	margin: 10px;
}

.itemlist dt {
	font-size: 16px;
	font-weight: bold;
	color: #996c33;
	padding: 0 0 5px 0;
}
.itemlist dd {
	padding: 5px 0;
}
</pre></body></html>