/* CSS Document */


h2 {
	padding-bottom: 20px;
}

#listWrap {
	width: 600px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #999;
	text-align: left;
}

#listWrap a.listBox {
	clear: both;
	display: block;
	width: 570px;
	margin: 0 auto;
	padding: 15px;
	background: #fff url(img/back_list_off.gif) no-repeat top left;
	border-top: 1px solid #999;
	color: #000;
	text-decoration: none;
}

#listWrap a.listBox:hover {
	background: #e8e2f0 url(img/back_list_on.gif) no-repeat top left;
}

#listWrap a.listBox h3 {
	float: left;
	width: 400px;
	font-size: 130%;
	letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#listWrap a.listBox img {
	float: right;
}

#listWrap a.listBox ul.bumon {
	float: left;
	width: 360px;
	padding: 10px 20px;
	list-style: none;
}

#listWrap a.listBox ul.bumon li {
	background: url(img/li_prize.gif) left center no-repeat;
	margin: 0;
	padding-left: 15px;
}

#listWrap a.listBox ul.bumon li.theme {
	background: none;
	padding-left: 0;
}
