@charset "utf-8";
/* CSS Document */

.lightboxarea{
	width:718px;
	background:#FBFCE4;
	border:#FC3 1px solid;
	padding:5px 0 40px 0;
	margin:0 0 30px 0;
}

ul.lightbox{
	width:550px;
	height:200px;
	margin:10px 0 0 84px;
	padding:20px 0 0 0;
	clear:both;
}

ul.lightbox li{
	width:275px;
	height:200px;
	float:left;
	margin:0 0 0 0px;
	list-style:none;
	text-align:center;
}

ul.lightboxtext{
	width:550px;
	margin:0 0 0 84px;
	text-align:center;
}

ul.lightboxtext li{
	width:275px;
	float:left;
	list-style:none;
	margin:3px 0 0 0px;
	line-height:1.2;
}

p.explanation{
	text-indent:1em;
	font-size:95%;
}


.itembox{
	width:720px;
	padding-bottom:5px;
	margin:0 0 5px 0;
	clear:both;
}

p.itemname{
	font-size:130%;
	font-weight:bold;
	color:#478750;
	margin:2px 0 5px 0;
}


p.itemleft{
	width:270px;
	float:left;
	margin:5px 20px 5px 0;
	border:#CCC 1px solid;
	padding:2px;
}


