#newsArea_left .news-content1 {
	float: left;
	margin:0 20px 0 0;
	padding:0 0 0 1em;
	width: 250px;
}

#newsArea_left .news-content2 {
	float: left;
	margin:0;
	padding:0;
	width: 250px;
}

#newsArea_left01 .news-content01 {
	margin:0 20px 0 0;
	padding:0 0 0 1em;
	width: 250px;
}

#newsArea_left01 .news-content02 {
	margin:0 20px 0 0;
	padding:0 0 0 1em;
	width: 250px;
}

#newsArea_left .new {
	font-size: x-small;
	color: #CC6600;
}

#newsArea_left .RSSline {
	margin: 0;
	padding: 0;
	font-size: x-small;
	color: #666666;
}

#newsArea_left .RSStitle {
	font-size: x-small;
	color: #666666;
	padding-bottom: 0.3em;
	padding-left: 1em;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
}

#newsArea_left .RSStime {
	font-size: x-small;
	color: #666666;
	padding-bottom: 0.7em;
}

#newsArea_left h3.news-midashi {
	margin:0;
	/*padding:0;*/
	/*background-image: url(../images/news/news-midashi.jpg);*/
	/*background-repeat: no-repeat;*/
	/*text-indent: -9999px;*/
	font-size: small;
	background-color: #FFFFFF;
	text-align: left;
	/*text-indent: 1em;*/
}

#newsArea_left h3.blog-midashi {
	margin:0;
	/*padding:0;*/
	/*background-image: url(../images/news/blog-midashi.jpg);*/
	/*background-repeat: no-repeat;*/
	/*text-indent: -9999px;*/
	font-size: small;
	background-color: #FFFFFF;
	text-align: left;
}


#newsArea_left .news-p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #666666;
	/*text-indent: 1em;*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.7em;
	padding-left: 1em;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
}


/*ここから追加したCSS*/
#newsArea_left01 .new {
	font-size: x-small;
	color: #CC6600;
}

#newsArea_left01 .RSSline {
	margin: 0;
	padding: 0;
	font-size: x-small;
	color: #666666;
}

#newsArea_left01 .RSStitle {
	font-size: x-small;
	color: #666666;
	padding-bottom: 0.3em;
	padding-left: 1em;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
}

#newsArea_left01 .RSStime {
	font-size: x-small;
	color: #666666;
	padding-bottom: 0.7em;
}

#newsArea_left01 h3.news-midashi {
	margin:0;
	/*padding:0;*/
	/*background-image: url(../images/news/news-midashi.jpg);*/
	/*background-repeat: no-repeat;*/
	/*text-indent: -9999px;*/
	font-size: small;
	background-color: #FFFFFF;
	text-align: left;
	/*text-indent: 1em;*/
}

#newsArea_left01 h3.blog-midashi {
	margin:0;
	/*padding:0;*/
	/*background-image: url(../images/news/blog-midashi.jpg);*/
	/*background-repeat: no-repeat;*/
	/*text-indent: -9999px;*/
	font-size: small;
	background-color: #FFFFFF;
	text-align: left;
}


#newsArea_left01 .news-p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #666666;
	/*text-indent: 1em;*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.7em;
	padding-left: 1em;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.news-p a:hover {
	background-image: url(../images/bg_link.gif);
	background-repeat: repeat;
}

.RSStitle a:hover {
	background-image: url(../images/bg_link.gif);
	background-repeat: repeat;
}

