@charset "UTF-8";

/* =join */

#category{
	background: #e6f2f8; 
	color:#113837; 
	}

#category .sum{
	text-align: right; 
	}

/* =goods */
#goods_list{
	margin:10px 15px; 
	}
#goods_list li{
	position: relative; 
	display: block; 
	height: 160px; 
	background:url(/img/layout/col.png) 0 0 no-repeat; 
	}
#goods_list img,
#goods_list .year,
#goods_list .item{
	position: absolute; 
	left:220px; 
	}
#goods_list img{
	top:30px; 
	left:30px; 
	width: 160px; 
	height: 120px; 
	}
#goods_list .year{
	top:40px; 
	color:#275759; 
	}
#goods_list .item{
	top:65px; 
	font-weight: bold; 
	font-size: 1.1em; 
	}
#goods_list .item .notes{
	margin: 10px 0; 
	padding: 0; 
	text-align: left; 
	font-weight: normal; 
	}


