/*----------------------*/
/* TOPPAGE				*/
/*----------------------*/
#TopImage {
	width: 580px;
	margin-bottom: 10px;
	text-align: center;
}
/*----------------------*/
/* 商品カテゴリ			*/
/*----------------------*/
#CategoryTitle{
	width: 580px;
}
#Category{
	padding-bottom: 8px;
	width: 580px;
	float: left;
	background: url(../image/menu_bottom.jpg) bottom no-repeat;
	margin-bottom: 20px;
	font-size: 12px;
}
#Category ul{
    width: 578px;
	margin: 0px;
	padding: 4px 0 3px 0;
	list-style-type: none;
	border-left: solid 1px #510000;
	border-right: solid 1px #510000;
	float: left; 
}
#Category li{
	background-image: url(../image/point00.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 121px;
	white-space: nowrap;
	padding-right: 0px;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 7px;
}
#Category li a{
	font-size: 14px;
	font-weight: bold;
}	

/*----------------------*/
/* 新着情報				*/
/*----------------------*/
#NewsTitle{
	width: 580px;
	clear: both;
}
#News{
	padding-bottom: 8px;
	width: 580px;
	float: left;
	background: url(../image/menu_bottom.jpg) bottom no-repeat;
	margin-bottom: 10px;
}
#News ul{
    width: 577px;
	margin: 0px;
	padding: 4px 0 3px 1px;
	list-style-type: none;
	border-left: solid 1px #510000;
	border-right: solid 1px #510000;
}
#News li{
	background-image: url(../image/tensen.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.8;
}
/*----------------------*/
/* 人気商品BEST5		*/
/*----------------------*/
#BestTitle{
	width: 580px;
	clear: both;
}
#Best{
	padding-bottom: 8px;
	width: 580px;
	float: left;
	background: url(../image/menu_bottom.jpg) bottom no-repeat;
	margin-bottom: 10px;
}
#Best ul{
    width: 578px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-left: solid 1px #510000;
	border-right: solid 1px #510000;
	float: left;
}
#Best li{
	text-align: center;
	float: left;
	width: 115px;
	padding: 10px 0 10px 0;
	font-size: 12px;
}
/*----------------------*/
/* 期間限定セール		*/
/*----------------------*/
#SaleTitle{
	width: 580px;
	clear: both;
}
#Sale{
	padding-bottom: 8px;
	width: 580px;
	float: left;
	background: url(../image/menu_bottom.jpg) bottom no-repeat;
	margin-bottom: 10px;
	text-align: center;
}
#Sale ul{
    width: 578px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-left: solid 1px #510000;
	border-right: solid 1px #510000;
	float: left;
}
#Sale li{
	text-align: center;
	float: left;
	width: 130px;
	padding: 10px 0 10px 14px;
	font-size: 12px;
	text-align: left;
}
#SaleOther{
    width: 564px;
	margin: 0px;
	padding: 5px 0 5px 14px;
	border-left: solid 1px #510000;
	border-right: solid 1px #510000;
	text-align: left;
}
/*----------------------*/
/* 話題の商品			*/
/*----------------------*/
#PickUpTitle1{
	width: 580px;
	clear: both;
}
#PickUp1{
	padding-bottom: 8px;
	width: 578px;
	float: left;
	margin-bottom: 10px;
	border-left: solid 1px #510000;
	border-right: solid 1px #510000;
	border-bottom: solid 1px #510000;
	
}
/*----------------------*/
/* おすすめ商品			*/
/*----------------------*/
#PickUpTitle{
	width: 580px;
	clear: both;
}
#PickUp{
	padding-bottom: 8px;
	width: 578px;
	float: left;
	margin-bottom: 10px;
	border-left: solid 1px #510000;
	border-right: solid 1px #510000;
	border-bottom: solid 1px #510000;
	font-size: 12px;
	
}
#PickUp li{
	font-size: 12px;
}


#PickUp1{
	padding-bottom: 8px;
	width: 578px;
	float: left;
	margin-bottom: 10px;
	border-left: solid 1px #000D51;
	border-right: solid 1px #000D51;
	border-bottom: solid 1px #000D51;
	font-size: 12px;
	
}


.PickMain {
 background-image: url(../image/pickup_backmain.gif);
 background-repeat: repeat-y;
 background-position: right top;
 float: left;
}
.Pick1{
    width: 289px;
    float: left;
	padding: 20px 0 6px 0;
} 

.Pick2{
	width: 289px;
	float: left;
	padding: 20px 0 6px 0;
}
.PickP{
	width: 100px;
	padding-right: 5px;
	padding-left: 10px;
	float: left;
}
.PickT{
	width: 164px;
	float: left;
	padding-right: 10px;
	height: 20px;
}
.PickC{
	width: 164px;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #000;
}
.PickN{
	width: 164px;
	float: right;
	padding-right: 10px;
}
.PickLine{
	width: 578px;
	float: left;
}
/*----------------------*/
/* LinkColor			*/
/*----------------------*/
/*-------------------------
メイン内容全てのリンクに反映される
#MainContent a:link{
	color: #255BA7;
}
#MainContent a:visited{
	color: #255BA7;
}
#MainContent a:hover{
	color: #CC3333;
}
--------------------------*/