.event_item {
	margin-top: 10px;
	font-size: 10pt;
}

.event_item .photo {	
	width: 220px;
	text-align: center;
	vertical-align: top;
	background: url('http://static.sunnypages.jp/imgn/event_item_left.gif') no-repeat top;
}

.event_item .photo img {
	margin-top: 8px;
	border: solid 2px #dddddd;
}	

.event_item .detail {
	width: 370px;
	text-align: left;
	vertical-align: top;
}

.event_item .detail li.title{
	font-size: 12pt;
	font-weight: bold;
	border-bottom: solid 1px black;
}

.event_item .detail li.area_category{
	color: gray;
}

.event_item .detail li.date{
	color: green;
}

.event_item .detail li.description{
	margin-top: 10px;`
}

.event_item .detail div.desc_top{
	width: 368px;
	height: 6px;
	background: url('http://static.sunnypages.jp/imgn/event_item_desc_top.gif') no-repeat bottom;
	font-size: 1px;
}

.event_item .detail div.desc_middle{
	padding: 10px;
	color: gray;
	font-size: 10pt;
	background: url('http://static.sunnypages.jp/imgn/event_item_desc_middle.gif') repeat-y left;
}

.event_item .detail div.desc_bottom{
	width: 368px;
	height: 6px;
	background: url('http://static.sunnypages.jp/imgn/event_item_desc_bottom.gif') no-repeat bottom;
	font-size: 1px;
}