/*----------------------*/
/* TOPPAGE				*/
/*----------------------*/
#TopImage {
	padding-bottom: 8px;
}
/*----------------------*/
/* 商品カテゴリ			*/
/*----------------------*/
#CategoryTitle{
	padding-bottom: 6px;
	width: 580px;
}
#Category{
	padding-bottom: 10px;
	width: 580px;
	float: left;
}
#Category ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Category li{
	background-image: url(../image/point00.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 115px;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 7px;
}
#Category a:link {
	color: #255BA7;
	text-decoration: none;
}
#Category a:visited {
	color: #255BA7;
	text-decoration: none;
}
#Category a:hover{
	color: #FF0000;
	text-decoration: underline;
}
/*----------------------*/
/* 新着情報				*/
/*----------------------*/
#NewsTitle{
	padding-bottom: 6px;
	width: 580px;
	clear: both;
}
#News{
	padding-bottom: 10px;
	width: 580px;
	float: left;
}
#News ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#News li{
	background-image: url("../image/line.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 220%;
}
/*----------------------*/
/* 人気商品BEST5		*/
/*----------------------*/
#BestTitle{
	padding-bottom: 6px;
	width: 580px;
	clear: both;
}
#Best{
	padding-bottom: 8px;
	width: 580px;
	float: left;
}
#Best ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Best li{
	text-align: center;
	float: left;
	width: 106px;
	padding-right: 3px;
	padding-left: 3px;
}
#Best a:link {
	color: #6368CF;
	text-decoration: underline;
}
#Best a:visited {
	color: #6368CF;
	text-decoration: underline;
}
#Best a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*----------------------*/
/* 　　セール商品		*/
/*----------------------*/
#SaleTitle{
	padding-bottom: 6px;
	width: 580px;
	clear: both;
}
#Sale{
	width: 580px;
	float: left;
}
#Sale ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Sale li{
	float: left;
	width: 135px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 14px;
	text-align: center;
}
#Sale a:link {
	color: #6368CF;
	text-decoration: underline;
}
#Sale a:visited {
	color: #6368CF;
	text-decoration: underline;
}
#Sale a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#SaleOther{
	padding-bottom: 10px;
	width: 580px;
	float: left;
	margin-top: 5px;
}
/*----------------------*/
/* おすすめ商品			*/
/*----------------------*/
#PickUpTitle{
	padding-bottom: 6px;
	width: 580px;
	clear: both;
}
#PickUp{
	padding-bottom: 8px;
	width: 580px;
	float: left;
}
#PickUp a:link {
	color: #6368CF;
	text-decoration: underline;
}
#PickUp a:visited {
	color: #6368CF;
	text-decoration: underline;
}
#PickUp a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.PickMain {
	background-image: url(../image/pickup_backmain.gif);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
}
.Pick1{
	width: 290px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.Pick2{
	width: 290px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.PickP{
	width: 100px;
	padding-right: 5px;
	padding-left: 10px;
	float: left;
}
.PickT{
	width: 165px;
	float: left;
	padding-right: 10px;
	height: 32px;
}
.PickC{
	width: 165px;
	float: right;
	padding-right: 10px;
}
.PickN {
	width: 165px;
	float: right;
	padding-right: 10px;
}
.PickLine{
	width: 580px;
	clear: both;
}
/*----------------------*/
/* LinkColor			*/
/*----------------------*/
/*-------------------------
メイン内容全てのリンクに反映される
#MainContent a:link{
	color: #255BA7;
}
#MainContent a:visited{
	color: #255BA7;
}
#MainContent a:hover{
	color: #CC3333;
}
--------------------------*/