@charset "utf-8";

/* メイン　左 */
#main_left {
	width:650px;
	float:left;display:inline;
}


/* サブ　右 */

#sub_right {
	width:200px;
	float:right;display:inline;
}

/* メニュー */
#sub_right div.menu_list_area {
	width:190px;
	margin:0 auto;padding:0 0 55px 0;
}

#sub_right div.menu_list_area div.menu_list {
	width:176px;
	margin:0 auto;
}

#sub_right div.menu_list_area div.menu_list ul {
	text-align:left;
}

#sub_right div.menu_list_area div.menu_list ul li {
	border-bottom:2px dotted #ccc;
	padding:0 0 0 7px;
}

#sub_right div.menu_list_area div.menu_list li a{
	display:block;
	background:url(../image/top_link_back.gif) no-repeat top left;
	line-height:20px;
	font-size:13px;
	padding:0 0 0 25px;
	color:#8292d1;
	text-decoration:none;
}

#sub_right div.menu_list_area div.menu_list li a:hover {
	text-decoration:underline;
}

/* お薦め */
#sub_right div#shop_goods div#shop_banner {
	margin-top:5px;
	height:66px;
}

#sub_right div#okayama_fruit_banner {
	padding:5px 0;
	text-align:center;
}

#sub_right div#shop_goods {
	width:190px;
	text-align:center;
	margin:0 auto;padding:31px 0 0 0;
}

#sub_right div#shop_goods p#goods_price{
	color:#cc95af;
	font-size:10px;
	line-height:150%;
}

#sub_right div#shop_goods p#goods_price strong{
	color:#cc95af;
	font-size:14px;
}

#sub_right div#shop_goods p#goods_name {
	padding:0 5px;
	line-height:1.2em;
	margin-bottom:5px;
}

#sub_right div#shop_goods p#goods_name a {
	text-decoration:none;
	color:#8292D1;
	font-size:14px;
}

#sub_right div#shop_goods p#goods_name a:hover {
	text-decoration:underline;
	color:#E36095;
}

/* お薦め(2コ以上） */
#sub_right div#shop_banner {
	width:190px;
	text-align:center;
	margin:0 auto;
	padding-top:5px;
	height:66px;
	background-color:#000;
}

#sub_right div#shop_goods_wrapper {
	width:190px;
	text-align:center;
	margin:0 auto;
	padding:0;
}

#sub_right div#shop_goods_wrapper p.goods_price{
	color:#cc95af;
	font-size:10px;
	line-height:150%;
}

#sub_right div#shop_goods_wrapper p.goods_price strong{
	color:#cc95af;
	font-size:14px;
}

#sub_right div#shop_goods_wrapper p.goods_name {
	padding:0 5px;
	line-height:1.2em;
	margin-bottom:5px;
}

#sub_right div#shop_goods_wrapper p.goods_name a {
	text-decoration:none;
	color:#8292D1;
	font-size:14px;
}

#sub_right div#shop_goods_wrapper p.goods_name a:hover {
	text-decoration:underline;
	color:#E36095;
}

/*
div#shop_goods a img {
	border:1px solid white;
}

div#shop_goods a:hover img {
	border:1px solid #E36095;
}
*/


/* ピックアップ商品 */
#sub_right div#pickup_list {
	width:190px;
	background:#fcfcfc;
	margin:0 auto;	
}

#sub_right div#pickup_list img.pickup-bottom {
	display:block;
}























