	.newstxt {
	  float:  left;   /* 回り込み指定 */
	}

	.newstv{
	  float: both;   /* 回り込み指定 */
	}

	.newstxt ul li {
      margin-bottom:5px;
	}

	.newstxt img {
	  width: 50%;
      vertical-align: middle;
	}


