@charset "shift_jis";
/* CSS Document */


form {
	padding:0;
  margin:0;
}

#categorylist {
	padding:0;
  margin:0 0 15px 0;
}

#contents {
	width:970px;
  background-image:url(../IMAGE/bg_v.jpg);
  background-repeat:repeat-y;
}

#phLrg {
  margin-top:30px;
  margin-bottom:10px;
}
#cart{
	width:150px;
  height:23px;
  display:block;
}
#cart a {
	background-image:url(../IMAGE/cart_of.jpg);
  background-position:0 0;
	width:150px;
  height:23px;
  display:block;
  overflow:hidden;
  text-indent:-9999px;
  text-align:left;
  margin-left:440px;
}
#cart a:hover {
	background-image:url(../IMAGE/cart_on.jpg);
}
#cart p {
	/*background-image:url(../IMAGE/cart_of.jpg);*/
  background-position:0 0;
	width:150px;
  height:23px;
  display:block;
  overflow:hidden;
  text-indent:-9999px;
  text-align:left;
  margin-left:440px;
}
#category {
	/*height:127px;*/
	margin-bottom:10px;
}

#name {
	/*height:30px;*/
	margin-bottom:3px;
}

#info {
	font-size:11px;
	line-height: 180%;
	font-style: normal;
	font-family:"Arial", "Helvetica", "sans-serif";
	color:#888888;
	text-align: justify;
}

.detail {
	font-size:11px;
	line-height: 180%;
	font-style: normal;
	font-family:"Arial", "Helvetica", "sans-serif";
}