#newsbox2 div .news .win {
	height:100px;
	/*margin-bottom:0;*/
}

.news h2.topic			{	padding-top:8px; }


.news					{	
	/* 角丸 */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
}

#newsbox2 .news{	/* グラデーション（横） */
/*border:solid #ff0000 1px;*/
	background: -moz-linear-gradient(left, rgba(238,238,238,100) 0%, rgba(255,255,255,100) 6px, rgba(255,255,255,100) 144px, rgba(221,221,221,100) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,100)), color-stop(6px,rgba(255,255,255,100)), color-stop(144px,rgba(255,255,255,100)), color-stop(100%,rgba(221,221,221,100))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,100) 0%,rgba(255,255,255,100) 6px,rgba(255,255,255,100) 144px,rgba(221,221,221,100) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(238,238,238,100) 0%,rgba(255,255,255,100) 6px,rgba(255,255,255,100) 144px,rgba(221,221,221,100) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(238,238,238,100) 0%,rgba(255,255,255,100) 6px,rgba(255,255,255,100) 144px,rgba(221,221,221,100) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(238,238,238,100) 0%,rgba(255,255,255,100) 6px,rgba(255,255,255,100) 144px,rgba(221,221,221,100) 100%); /* W3C */
	-pie-background:linear-gradient(left,  rgba(238,238,238,100) 0%,rgba(255,255,255,100) 6px,rgba(255,255,255,100) 144px,rgba(221,221,221,100) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,100)', endColorstr='rgba(221,221,221,100)',GradientType=0 );  IE6-9 */

	behavior:url("./PIE.htc");
}
.newsTop				{	height:32px;
	/* 角丸 */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;

	/* グラデーション(上から) */
	background: -moz-linear-gradient(top,  rgba(238,238,238,70) 0%, rgba(255,255,255,0) 6px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,70)), color-stop(6px,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,70) 0%,rgba(255,255,255,0) 6px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,70) 0%,rgba(255,255,255,0) 6px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,70) 0%,rgba(255,255,255,0) 6px); /* IE10+ */
	background: linear-gradient(top,  rgba(238,238,238,70) 0%,rgba(255,255,255,0) 6px); /* W3C */
	-pie-background:linear-gradient(top,  rgba(238,238,238,70) 0%,rgba(255,255,255,0) 6px);
	
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(221,221,221,70)',GradientType=0 );  IE6-9 */
	
	behavior: url("./PIE.htc");
}

.newsBottom			{	height:26px; 	
	/* 角丸 */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;

	/* グラデーション(下から) */
	background: -moz-linear-gradient(bottom,  rgba(221,221,221,70) 0%, rgba(255,255,255,0) 6px); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(221,221,221,70)), color-stop(6px,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	/*background: -webkit-gradient(linear, left bottom, left top, from(red), color-stop(0.2, indigo));*/
	background: -webkit-linear-gradient(bottom,  rgba(221,221,221,70) 0%,rgba(255,255,255,0) 6px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(221,221,221,70) 0%,rgba(255,255,255,0) 6px); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(221,221,221,70) 0%,rgba(255,255,255,0) 6px); /* IE10+ */
	background: linear-gradient(bottom,  rgba(221,221,221,70) 0%,rgba(255,255,255,0) 6px); /* W3C */
	-pie-background:linear-gradient(bottom,  rgba(221,221,221,70) 0%,rgba(255,255,255,0) 6px);
	
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(221,221,221,70)',GradientType=0 );  IE6-9 */
	
	behavior: url("./PIE.htc");
}