body{
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-image: url(../img/body_bg.gif);
}

#container {
	margin: auto;
	padding: 10px;
	width: 780px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8B4513;
	border-left-color: #8B4513;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B4513;
}
#header {
	color: #FFFFFF;
	font-size: medium;
	white-space: nowrap;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #8B4513;
	margin-bottom: 10px;
	background-color: #8B4513;
}
#main {
	float: left;
	width: 560px;
	background-color: #FFFFFF;
}
#side_right {
	float: right;
	width: 210px;
	background-color: #FFFFFF;
}
h1 {
	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	background-color: #8B4513;
}
h2 {
	color: #666699;
	font-size: medium;
}
table, tr, td {
	border-collapse:collapse;
}

/*ガイド*/
.guide {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding: 10px;
}

/*メニュー*/
.menu {
	margin-bottom: 5px;
}
.menu a {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}

/*ディレクトリ関連*/
.dir ul {
	margin: 0px;
	padding: 10px;
}
.dir li {
	width: 180px;
	float: left;
	list-style-position: inside;
	list-style-image: url(../img/folder.gif);
}

/*サイト関連*/
.site {
	border: 1px solid #666699;
	margin-bottom: 10px;
}
.site p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}
.site_title {
	font-size: medium;
}
.site_url {
	color: #009900;
}

/*ショップ関連*/
.item {
	margin-bottom: 5px;
	clear:both;
	font-size: small;
}
.item a {
	text-decoration: none;
}
.item a:hover {
	text-decoration: underline;
}
.price {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.sort {
	margin-top: 10px;
}
.select {
	float: left;
	height: 200px;
	width: 130px;
	margin-right: 5px;
}
/*新着サイト*/
.new_arrival li {
	list-style-type: circle;
}
/*Q&A*/
.qa {
	font-size: large;
}
/*その他*/
.date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666699;
}
.ent_time {
	font-size: x-small;
}
