/*----------------------*/
/* TOPPAGE				*/
/*----------------------*/
#TopImage {
	padding-bottom: 15px;
}
/*----------------------*/
/* 商品カテゴリ			*/
/*----------------------*/
#CategoryTitle{
	width: 580px;
}
#Category{
	padding-bottom: 10px;
	padding-top: 10px;
	width: 173px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#Category ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Category li{
	background-image: url(../image/point.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 140px;
	padding-right: 5px;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 7px;
	display: inline-block;
}
#Category a:link {
	color: #505050;
	text-decoration: none;
}
#Category a:visited {
	color: #505050;
	text-decoration: none;
}
#Category a:hover{
	color: #FF6600;
	text-decoration: underline;
}
/*----------------------*/
/* 新着情報				*/
/*----------------------*/
#NewsTitle{
	padding-bottom: 6px;
	width: 390px;
	float: left;
	display: none;
}
#News{
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 390px;
	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: 1.8;
}
/*----------------------*/
/* 人気商品BEST5		*/
/*----------------------*/
#BestTitle{
	padding-bottom: 5px;
	width: 390px;
	float: left;
}
#Best{
	padding-bottom: 8px;
	width: 390px;
	float: left;
}
#Best br{
	display: none;
}
#Best img{
	vertical-align: middle;
	margin-right: 8px;
	float: left;
}
#Best a img{
	border: 1px solid #CCCCCC;
	height: 40px;
}
#Best ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Best li{
	text-align: left;
	width: 384px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 3px;
	background-image: url("../image/line.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: middle;
	clear: both;
	float: left;
}
#Best a:link {
	color: #666666;
	text-decoration: underline;
}
#Best a:visited {
	color: #666666;
	text-decoration: underline;
}
#Best a:hover {
	color: #FF6600;
	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 img{
	border: 1px solid #CCCCCC;
}
#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;
}
#SaleOther a img{
	border: 1px solid #FFFFFF;
}
/*----------------------*/
/* おすすめ商品			*/
/*----------------------*/
#PickUpTitle{
	padding-bottom: 6px;
	width: 580px;
	clear: both;
}
#PickUp{
	padding-bottom: 8px;
	width: 580px;
	float: left;
}
#PickUp a:link {
	color: #555555;
	text-decoration: underline;
}
#PickUp a:visited {
	color: #555555;
	text-decoration: underline;
}
#PickUp a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.PickMain {
	background-image: url(../image/pickup_backmain.gif);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
}
.PickMain img{
	border: 1px solid #CCCCCC;
}
.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: 163px;
	float: left;
	padding-right: 10px;
	height: 32px;
}
.PickC{
	width: 163px;
	float: right;
	padding-right: 10px;
}
.PickN{
	width: 163px;
	float: right;
	padding-right: 10px;
}
.PickLine{
	width: 580px;
	float: left;
}
/*----------------------*/
/* 話題の商品			*/
/*----------------------*/
#PickUp1{
	padding-bottom: 8px;
	width: 580px;
	float: left;
}
/*----------------------*/
/* LinkColor			*/
/*----------------------*/
/*-------------------------
メイン内容全てのリンクに反映される
#MainContent a:link{
	color: #255BA7;
}
#MainContent a:visited{
	color: #255BA7;
}
#MainContent a:hover{
	color: #CC3333;
}
--------------------------*/