@charset "UTF-8";
@import url(../../css/common.css);

p.banner {
	margin-bottom: 1em ;
}
p.rect {
	padding: 0.5em;
	border: solid 1px #999;
	width: 28em;
}
#main div {
	margin-bottom: 12px;
	padding-top: 4px;
	background-image: url(../img/list_top.gif);
}
#main table {
	border-collapse: collapse;
	width: 100%;
}
#main td.title {
	padding: 0 0 0 85px;
	background-image: none;
	height: 28px;
}
#main h2 {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	background-image: url(../img/shopname_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 163px;
	height: 28px;
	float: left;
}
a.go-shop {
	text-indent: -999em;
	background-image: url(../img/go_shop.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	width: 38px;
	height: 28px;
	float: left;
}
a:hover.go-shop {
	background-position: bottom right;
}
#main td.date {
	font-size: 10px;
	padding: 0 0 4px 85px;
	background-image: none;
}
#main th {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	padding-left: 12px;
	background-image: none;
}
#main td {
	vertical-align: top;
	padding: 0 12px 12px 12px;
	background-image: url(../img/list_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	word-break: break-all;
}
#main td img {
	float: right;
	margin-left: 5px;
}
#main td ul {
	padding-left: 2em;
}