@charset "UTF-8";
/* CSS Document */

/*取扱商品画像イメージ*/
#shopping_list{
	height:200px;
	width:960px;
	margin:10px auto 15px auto;
}

/*左カラム*/
#index_left{
	width:585px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

#shop_link{
	height:228px;
	width:595px;
	background: url(../img/shop_link.jpg) top;
	overflow:hidden;
	margin-bottom:15px;
	cursor:pointer;
}

#shop_link:hover{
	background-position:bottom;
}

#rakuten_link{
	background: url(../img/rakuten_link.jpg) top;
	height:150px;
	width:595px;
	overflow:hidden;
	cursor:pointer;
}

#rakuten_link:hover{
	background-position:bottom;
}

/*右カラム*/
#index_right{
	background: url("../img/news_bg.jpg") no-repeat scroll 0 0 transparent;
    color: #1E1E1E;
    float: right;
    font-size: 14px;
    height: 323px;
    padding-left: 35px;
    padding-top: 90px;
    width: 335px;
}

.arti{
	width:290px;
}

.hiduke{
	background:url(../img/news.jpg) left no-repeat;
	padding-left:30px;
	margin-bottom:5px;
	line-height: 20px;
}

.text_con{
	margin-bottom:10px;
	line-height:20px;
}

.text_con a{
	color:#004d00;
}