@import url("system.css");

/* background:#333; border:1px solid #333;
*/

#headline { margin:0 0 55px 0; clear:both; }
.promo { width:900px; margin: 40px 0 0 0; }
.promo:first-child { margin: 0 0 0 0; } /* for FF */
.promo { margin: expression((this.parentNode.firstChild == this)? "0 0 0 0" : "40px 0 0 0"); } /* for IE */
.promo:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	* html .promo { height:1%; }
	.promo .year { width:900px; border-bottom:3px solid #000; margin: 0 0 20px 0; padding: 0 0 5px 0; clear:both; }
	.promo .dates { width:900px; clear:both; }
		.promo .dates .item_date { width:400px; float:left; color:#333; }
			.promo .dates .item_date img { display:block; padding: 0 0 10px 0; }
			.promo .dates .item_date p { margin: 0 0 15px 0; line-height:14px;  }
			.promo .dates .item_date .size { color:#999; }
			
