@charset "Shift_JIS";

body {
	background-color: #6e656a;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 15px;
}

img{border:none;}

.top20 {
	margin-top: 20px;
}
.margin12 {
	margin: 12px;
}

/* ----------------左コメントタグ------------------ */
#comment {
	text-align: left;
	width: auto;
	color: #FFFFFF;
	padding-left: 3px;
	font-size: 0.8em;
}

/* ----------------右リンク通常------------------ */
#category a {
	font-size: 12px;
	padding-left: 15px;
	display: block;
	margin-bottom: 10px;
}
#category a:hover, #product a:hover  {
	background-image: url(../img/navi_right.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#product a {
font-size: 0.8em;
	padding-left: 15px;
	display: block;
	margin-bottom: 3px;
}

/* ----------------右リンクカテゴリ選択時------------------ */
#rightbox a.down {
	background-image: url(../img/navi_down.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#rightbox a.down:hover {
	background-image: url(../img/navi_right.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* ----------------右リンク製品選択時------------------ */
#rightbox a.on {
	background-image: url(../img/navi_right.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* ----------------右ボックスマージン------------------ */
#rightbox #category {
	margin-left: 15px;
	font-weight: bold;
}
#category a.margin {
	margin-bottom: 5px;
}
#rightbox #product {
	margin-left: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}


#cart{
	text-align:right;
	margin-top:20px;
}