/*-------------------------------
コンテンツ大枠
---------------------------------*/
body {
	font-size:12px;
}

#SLRAcceBody {
	width:580px;
	text-align: center;
	background-color:#000000;
}

/*-------------------------------
CSS初期化
---------------------------------*/
#SLRAcceBody h2,h3,h4,h5,h6,p {
  margin: 0px;
  padding: 0px;
}


/*-------------------------------
タイトル部分
---------------------------------*/
#SLRAcceBody #SLRAcceTitle {
  margin: 0px;
  padding: 0px;
  clear: both;
}

/*-------------------------------
コンテンツ部分
---------------------------------*/
#SLRAcceBody #SLRAcceMenu {
	width: 580px;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
}
#SLRAcceBody #SLRAcceMenu ul{
	width: 580px;
	margin: 0;
	padding: 0;
}
#SLRAcceBody #SLRAcceMenu ul li{
	width: 116px;
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
	list-style: none;
}

#SLRAcceBody #SLRAcceContents {
	width: 580px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#SLRAcceBody #SLRAcceContents .subtitle{
  width: 580px;
  margin: 10px 0 0 0;
  text-align: center;
  padding: 0;
}
#SLRAcceBody #SLRAcceContents .category{
  width: 575px;
  height: auto;
  margin: 0 0 0 5px;
  text-align: center;
  padding: 0;
}
#SLRAcceBody #SLRAcceContents .items{
  width: 108px;
  margin: 10px 1px 0 0;
  float: left;
  text-align: center;
  padding: 3px;
}
#SLRAcceBody #SLRAcceContents .items .itemimg{
  margin: 0 0 2px 0;
  padding: 0;
}

#SLRAcceBody #SLRAcceContents .items .itemno{
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#SLRAcceBody #SLRAcceContents .items .itemno span{
	font-weight: normal;
}
#SLRAcceBody #SLRAcceContents a, #SLRAcceBody #SLRAcceContents a:link, #SLRAcceBody #SLRAcceContents a:visited, #SLRAcceBody #SLRAcceContents a:active{
	color: #99CCFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#SLRAcceBody #SLRAcceContents a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#SLRAcceBody .price {
	color: #FF9999;
	font-size: 12px;
	font-weight: bold;
}


/*-------------------------------
その他
---------------------------------*/
.toTop {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding-top: 15px;
	margin: 3px;
}
.toTop a, .toTop a:link, .toTop a:visited, .toTop a:active{
	color: #FFFFFF;
}
.toTop a:hover {
	color: #FFCC00;
}
