/* 記事内のリンク++++++++++++++++ */
.entry_content a,
.entry_content a:link,
.entry_content a:active,
.entry_content a:visited {  color: #FF6600; }
.entry_content a:hover,.entry_content a:active{
  color: #FF6600;
  text-decoration: underline;
}

/* 画像囲み用 */
.entry_content div.imgCenter {
	text-align:center;
	margin:0 auto 20px;
}

/* 水平線 */
.entry_content hr {
	margin:10px auto;
}

/*テーブル*/
.tables td,.tables th { padding:10px; border:1px #ff9900 solid !important;}
.tables th { text-align:center; font-weight:bold; border:1px #ff9900 solid !important; background:#fff5ba;}
.tables { margin:10px auto; border:1px #ff9900 solid !important; text-align:center; }