@charset "utf-8";

#global-nav {
	background-image: url(../img/br-goods.jpg);
	background-repeat: repeat-x;
}
#global-nav .pos {
  background-color: #006600;
}
#local-nav h3 {
	background-color: #003333;
}
#contents .goods {
	float: left;
	display: inline;
	width: 31%;
	width: 234px;
	height: 75px;
	background-color: #EEEEEE;
	border-right:	2px solid #666666;
	border-bottom: 2px solid #666666;
	margin: 1px;
	padding: 5px 5px 3px 5px;
}
#contents .goods img {
	float: left;
  width: 64px;
	height:71px;
  margin-right: 5px;
	border: 1px solid #666666;
}
#contents .goods a {
  color: #990033;
}
#contents .goods p {
  line-height: 1.1em;
}
#contents p.catalog {
  padding:: 10px;
  background: url(../../catalog/img/catalog.gif) no-repeat right;
}
.catalog-icon {
  height: 16px;
	width: 30px;
}
#contents h1 {
	background-color:#003333;
}
#contents h2 {
	background-color:#003333;
	margin-bottom: 0px;
}
#contents-col {
	float: left;
	width: 230px;
	background-color:#FFFFFF;
	padding: 10px 4px 5px 5px;
}
#contents dt {
	line-height: 1.35em;
	text-indent: 1em;
}
#contents dd {
	line-height: 1.35em;
	text-indent: 2em;
}
.clearboth p {
	font-size: 84%;
	text-align: center;
}

