@charset "utf-8";

/* news box - home page - BEGIN */
#news-box
{
	width: 180px; /* 190px - 2* 5px padding */
	height: 308px; /* 343px - 35px padding */
	background-image: url("news_box_bgr_en.png");
	background-repeat: no-repeat;
	padding: 35px 5px 0px 5px;
	margin: 24px auto auto auto;
}
/* news box - home page - END */

