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